ajbauman
25th August 2004, 07:29
I was trying to encode the movie "The Waterboy" using AutoGK. First let me tell you that I have ripped well over 25 movies with AutoGk and never had a probem like this. I am using the most recent Beta version for AutoGK. Below is my log file:
[8/24/2004 11:16:23 PM] AutoGK 1.52b
[8/24/2004 11:16:23 PM] OS: WinXP (5.1.2600).2
[8/24/2004 11:16:23 PM] Job started.
[8/24/2004 11:16:23 PM] Input dir: C:\Documents and Settings\Andy\My Documents\DVD Rips\Waterboy
[8/24/2004 11:16:23 PM] Output file: C:\Documents and Settings\Andy\Desktop\Waterboy.avi
[8/24/2004 11:16:23 PM] Audio: English
[8/24/2004 11:16:23 PM] Subtitles: none
[8/24/2004 11:16:23 PM] Codec: XviD
[8/24/2004 11:16:23 PM] Target quality: 75%
[8/24/2004 11:16:23 PM] Custom audio settings: AC3
[8/24/2004 11:16:23 PM] Started encoding.
[8/24/2004 11:16:23 PM] Demuxing and indexing.
[8/24/2004 11:18:55 PM] Source aspect ratio: 4:3
[8/24/2004 11:18:55 PM] Source resolution: 720x480
[8/24/2004 11:18:55 PM] Found NTSC source.
[8/24/2004 11:18:55 PM] Source seems to be pure FILM.
[8/24/2004 11:18:55 PM] Found 128990 frames
[8/24/2004 11:18:55 PM] Running single pass encoding.
[8/24/2004 11:18:55 PM] Writing the following script to C:\Documents and Settings\Andy\Desktop\agk_tmp\Waterboy_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\Documents and Settings\Andy\Desktop\agk_tmp\Waterboy.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34)
fixed_aspect = 0.888888888888889
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34)
Undot()
LanczosResize(out_width,out_height)
===========================================================
*************************************
EXCEPTION: Range check error
*************************************
[8/24/2004 11:18:55 PM] Job finished.
[8/24/2004 11:16:23 PM] AutoGK 1.52b
[8/24/2004 11:16:23 PM] OS: WinXP (5.1.2600).2
[8/24/2004 11:16:23 PM] Job started.
[8/24/2004 11:16:23 PM] Input dir: C:\Documents and Settings\Andy\My Documents\DVD Rips\Waterboy
[8/24/2004 11:16:23 PM] Output file: C:\Documents and Settings\Andy\Desktop\Waterboy.avi
[8/24/2004 11:16:23 PM] Audio: English
[8/24/2004 11:16:23 PM] Subtitles: none
[8/24/2004 11:16:23 PM] Codec: XviD
[8/24/2004 11:16:23 PM] Target quality: 75%
[8/24/2004 11:16:23 PM] Custom audio settings: AC3
[8/24/2004 11:16:23 PM] Started encoding.
[8/24/2004 11:16:23 PM] Demuxing and indexing.
[8/24/2004 11:18:55 PM] Source aspect ratio: 4:3
[8/24/2004 11:18:55 PM] Source resolution: 720x480
[8/24/2004 11:18:55 PM] Found NTSC source.
[8/24/2004 11:18:55 PM] Source seems to be pure FILM.
[8/24/2004 11:18:55 PM] Found 128990 frames
[8/24/2004 11:18:55 PM] Running single pass encoding.
[8/24/2004 11:18:55 PM] Writing the following script to C:\Documents and Settings\Andy\Desktop\agk_tmp\Waterboy_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\Documents and Settings\Andy\Desktop\agk_tmp\Waterboy.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34)
fixed_aspect = 0.888888888888889
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34)
Undot()
LanczosResize(out_width,out_height)
===========================================================
*************************************
EXCEPTION: Range check error
*************************************
[8/24/2004 11:18:55 PM] Job finished.