DancesWithLysol
15th February 2004, 20:19
len0x, thanks for AutoGK, great program.
Unfortunately, I can't really enjoy it, because every time I run it, I get a range check error. I've switched out the codecs and I'm not overclocking, and the error seems to happen on every DVD I try, not just this one.
Here's the log file:
[2/14/2004 8:32:53 PM] Input dir: E:\MURDER_BY_NUMBERS\VIDEO_TS
[2/14/2004 8:32:53 PM] Output file: E:\Ripped DVDs\murder by numbers.avi
[2/14/2004 8:32:53 PM] Audio: English
[2/14/2004 8:32:53 PM] Subtitles: none
[2/14/2004 8:32:53 PM] Codec: DivX
[2/14/2004 8:32:53 PM] Target size: 700Mb
[2/14/2004 8:32:53 PM] Started encoding.
[2/14/2004 8:32:53 PM] Demuxing and indexing.
[2/14/2004 8:36:26 PM] Source seems to be pure FILM.
[2/14/2004 8:36:26 PM] Found 177293 frames
[2/14/2004 8:36:26 PM] Encoding audio.
[2/14/2004 9:01:39 PM] Audio size: 117,918,320 bytes (112.46 Mb)
[2/14/2004 9:01:39 PM] Overhead: 11,438,336 bytes (10.91 Mb)
[2/14/2004 9:01:39 PM] Video size: 604,646,544 bytes (576.64 Mb)
[2/14/2004 9:01:39 PM] Target bitrate is: 654kbps
[2/14/2004 9:01:39 PM] Running compressibility test.
[2/14/2004 9:01:39 PM] Writing the following script to E:\Ripped DVDs\gk_tmp\murder by numbers_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("E:\Ripped DVDs\gk_tmp\murder by numbers.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
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=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(280,14)
===========================================================
*************************************
EXCEPTION: Range check error
*************************************
[2/14/2004 9:01:39 PM] Job finished.
Unfortunately, I can't really enjoy it, because every time I run it, I get a range check error. I've switched out the codecs and I'm not overclocking, and the error seems to happen on every DVD I try, not just this one.
Here's the log file:
[2/14/2004 8:32:53 PM] Input dir: E:\MURDER_BY_NUMBERS\VIDEO_TS
[2/14/2004 8:32:53 PM] Output file: E:\Ripped DVDs\murder by numbers.avi
[2/14/2004 8:32:53 PM] Audio: English
[2/14/2004 8:32:53 PM] Subtitles: none
[2/14/2004 8:32:53 PM] Codec: DivX
[2/14/2004 8:32:53 PM] Target size: 700Mb
[2/14/2004 8:32:53 PM] Started encoding.
[2/14/2004 8:32:53 PM] Demuxing and indexing.
[2/14/2004 8:36:26 PM] Source seems to be pure FILM.
[2/14/2004 8:36:26 PM] Found 177293 frames
[2/14/2004 8:36:26 PM] Encoding audio.
[2/14/2004 9:01:39 PM] Audio size: 117,918,320 bytes (112.46 Mb)
[2/14/2004 9:01:39 PM] Overhead: 11,438,336 bytes (10.91 Mb)
[2/14/2004 9:01:39 PM] Video size: 604,646,544 bytes (576.64 Mb)
[2/14/2004 9:01:39 PM] Target bitrate is: 654kbps
[2/14/2004 9:01:39 PM] Running compressibility test.
[2/14/2004 9:01:39 PM] Writing the following script to E:\Ripped DVDs\gk_tmp\murder by numbers_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("E:\Ripped DVDs\gk_tmp\murder by numbers.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
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=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(280,14)
===========================================================
*************************************
EXCEPTION: Range check error
*************************************
[2/14/2004 9:01:39 PM] Job finished.