Log in

View Full Version : Error in autogk 1.95


Rommyke
17th March 2005, 20:44
Hi

I just tried autogk 1.95 and after 2 min it stopt working


here is the log


[17/03/2005 20:22:59] AutoGK 1.95
[17/03/2005 20:22:59] OS: WinXP (5.1.2600).2
[17/03/2005 20:22:59] Job started.
[17/03/2005 20:22:59] Input dir: C:\FTC_Hidalgo\VIDEO_TS
[17/03/2005 20:22:59] Output file: F:\Hidalgo\Hidalgo.avi
[17/03/2005 20:22:59] Audio: English
[17/03/2005 20:22:59] Subtitles: none
[17/03/2005 20:22:59] Codec: XviD
[17/03/2005 20:22:59] Target size: 1400Mb
[17/03/2005 20:22:59] Custom audio settings: AC3
[17/03/2005 20:22:59] Started encoding.
[17/03/2005 20:22:59] Demuxing and indexing.
[17/03/2005 20:25:20] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_1.VOB
[17/03/2005 20:25:20] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_2.VOB
[17/03/2005 20:25:20] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_3.VOB
[17/03/2005 20:25:20] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_4.VOB
[17/03/2005 20:25:20] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_5.VOB
[17/03/2005 20:25:20] Source aspect ratio: 4:3
[17/03/2005 20:25:20] Source resolution: 720x480
[17/03/2005 20:25:20] Found NTSC source.
[17/03/2005 20:25:20] Source seems to be pure FILM.
[17/03/2005 20:25:20] Output will contain 196227 frames
[17/03/2005 20:25:20] Using bitrate spikes control.
[17/03/2005 20:25:20] Audio size: 458,320,128 bytes (437.09 Mb)
[17/03/2005 20:25:20] Overhead: 2,330,240 bytes (2.22 Mb)
[17/03/2005 20:25:20] Video size: 1,007,356,032 bytes (960.69 Mb)
[17/03/2005 20:25:20] Running compressibility test.
[17/03/2005 20:25:20] Writing the following script to F:\Hidalgo\agk_tmp\Hidalgo_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")

movie = mpeg2source("F:\Hidalgo\agk_tmp\Hidalgo.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
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,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
*************************************
EXCEPTION: Range check error
*************************************
[17/03/2005 20:25:20] Job finished. Total time: 2 minutes 21 seconds

len0x
17th March 2005, 22:19
Please don't create such scary topics about stable versions :)

Anyway, FAQ Q 6.8

Rommyke
18th March 2005, 16:08
Oké , sorry panic for nothing :o

love the program , it's so easy to work with

Rommyke
18th March 2005, 21:56
Everything is OK !

I removed all the codecs , removed avisynth , removed autogk
and then installed it all again and everything is fine now


so nobody has to panic :D