Log in

View Full Version : AutoGK 0.96b - range check errors


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.

len0x
17th February 2004, 15:49
what's your avisynth version ?
can you open manually "murder by numbers_comptest.avs" in vdubmod without any errors ?

DancesWithLysol
19th February 2004, 04:40
AviSynth 2.5

The file opens in VDubMod with a warning: couldn't locate decompressor for format 'YV12' ... requires VFW codec ... only direct stream copy available for the video ... blah blah

Ok, call me an idiot but all I seem to be able to find for stuff are DirectShow filters; I'm assuming VDubMod's requirement for VFW codecs are what's holding me up here.

len0x
19th February 2004, 11:34
I bet you're using win98? Coz for win2000/XP AutoGK automatically puts correct registry entries which are not working for win98 (someone mentioned that you have to mess around with ini files... you can search the forum - the problems was discussed before, not autogk related though)

DancesWithLysol
20th February 2004, 02:58
I am using Windows XP.

Jeslis
14th March 2004, 11:40
Originally posted by DancesWithLysol
I am using Windows XP. ;)

I'm new user & had same problem. I changed version
DviX from 5.0 to 5.1 and problem solved.

dez93_2000
4th April 2004, 13:52
hi all. i too get the problem, both under divX 5.1.1 and Xvid. avisynth 2.5. just thought i'd let you know to make up number plus subscribe to thread. cheers for prog.
s