Log in

View Full Version : where's the avi???


149047
18th May 2005, 16:48
this may sound real stupid , but - where's the movie ????
just can't find the file on my hd - doesn't autogk render some avi file????

sorry for bothering with banalities ....

marcus

[18.05.2005 17:11:43] AutoGK 1.95
[18.05.2005 17:11:43] OS: WinXP (5.1.2600).2
[18.05.2005 17:11:43] Job started.
[18.05.2005 17:11:43] Input dir: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS
[18.05.2005 17:11:43] Output file: D:\lotr\lotr.avi
[18.05.2005 17:11:43] Audio: Deutsch
[18.05.2005 17:11:43] Subtitles: none
[18.05.2005 17:11:43] Codec: XviD
[18.05.2005 17:11:43] Target size: 1400Mb
[18.05.2005 17:11:43] Started encoding.
[18.05.2005 17:11:43] Demuxing and indexing.
[18.05.2005 17:15:23] Processing file: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_1.VOB
[18.05.2005 17:15:23] Processing file: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_2.VOB
[18.05.2005 17:15:23] Processing file: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_3.VOB
[18.05.2005 17:15:23] Processing file: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_4.VOB
[18.05.2005 17:15:23] Processing file: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_5.VOB
[18.05.2005 17:15:23] Processing file: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_6.VOB
[18.05.2005 17:15:23] Processing file: D:\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_7.VOB
[18.05.2005 17:15:23] Source aspect ratio: 16:9
[18.05.2005 17:15:23] Source resolution: 720x576
[18.05.2005 17:15:23] Found PAL source.
[18.05.2005 17:15:24] Analyzing source.
[18.05.2005 17:22:42] Source has percentage of interlacing in motion areas: 0,04
[18.05.2005 17:22:42] Source is considered to be progressive.
[18.05.2005 17:22:42] Output will contain 256599 frames
[18.05.2005 17:22:42] Audio size: 246,333,696 bytes (234.92 Mb)
[18.05.2005 17:22:42] Overhead: 1,710,592 bytes (1.63 Mb)
[18.05.2005 17:22:42] Video size: 1,219,962,112 bytes (1163.45 Mb)
[18.05.2005 17:22:42] Running compressibility test.
[18.05.2005 17:22:42] Writing the following script to D:\lotr\agk_tmp\lotr_comptest.avs
===========================================================
LoadPlugin("D:\Audio-Video\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\Audio-Video\AutoGK\filters\autocrop.dll")

movie = mpeg2source("D:\lotr\agk_tmp\lotr.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 = 1.42222222222222
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)
SelectRangeEvery(300,15)
===========================================================
*************************************
EXCEPTION: Range check error
*************************************
[18.05.2005 17:22:42] Job finished. Total time: 10 minutes 59 seconds

iNFO-DVD
18th May 2005, 17:04
[18.05.2005 17:11:43] Output file: D:\lotr\lotr.avi

niamh
18th May 2005, 17:17
EXCEPTION: Range check error

This error is mentioned in the AutoGK FAQ. I can't remember the fix (probably reinstalling). You've nothing playable anyway as things stand :)

unskinnyboy
18th May 2005, 20:06
@149047, See http://forum.doom9.org/showthread.php?s=&threadid=75949.