PDA

View Full Version : EXCEPTION: Open avi failed---Please Help!


101Beagles
14th October 2006, 19:44
I am lost. I keep getting this error and connot recode any of my movies. Here is the log:

[10/14/2006 1:29:01 PM] AutoGK 2.27
[10/14/2006 1:29:01 PM] OS: WinXP (5.1.2600).2
[10/14/2006 1:29:01 PM] Job started.
[10/14/2006 1:29:01 PM] Input file: E:\dvd\VIDEO_TS\VTS_01_0.IFO
[10/14/2006 1:29:01 PM] Output file: E:\dvd\VIDEO_TS\Voyager_S1E1-2.avi
[10/14/2006 1:29:01 PM] Output codec: DivX
[10/14/2006 1:29:01 PM] Audio 1: English AC3 6ch
[10/14/2006 1:29:01 PM] Subtitles: none
[10/14/2006 1:29:01 PM] Format: .AVI
[10/14/2006 1:29:01 PM] Target size: 1493Mb
[10/14/2006 1:29:01 PM] Started encoding.
[10/14/2006 1:29:01 PM] Demuxing and indexing.
[10/14/2006 1:30:11 PM] Processing file: E:\dvd\VIDEO_TS\VTS_01_1.VOB
[10/14/2006 1:30:11 PM] Processing file: E:\dvd\VIDEO_TS\VTS_01_2.VOB
[10/14/2006 1:30:11 PM] Source resolution: 720x576
[10/14/2006 1:30:11 PM] Found PAL source.
[10/14/2006 1:30:11 PM] Source aspect ratio: 4:3
[10/14/2006 1:30:11 PM] Color correction enabled.
[10/14/2006 1:30:11 PM] Analyzing source.
[10/14/2006 1:37:58 PM] Source has percentage of interlacing in motion areas: 5.37
[10/14/2006 1:37:58 PM] Source is considered to be interlaced.
[10/14/2006 1:37:58 PM] Output will contain 132268 frames
[10/14/2006 1:37:58 PM] Audio1 size: 253,953,024 bytes (242.19 Mb)
[10/14/2006 1:37:58 PM] Overhead: 4,125,312 bytes (3.93 Mb)
[10/14/2006 1:37:58 PM] Video size: 1,307,445,632 bytes (1246.88 Mb)
[10/14/2006 1:37:58 PM] Target bitrate is: 1977kbps
[10/14/2006 1:37:58 PM] Running compressibility test.
[10/14/2006 1:37:58 PM] Writing the following script to E:\dvd\VIDEO_TS\agk_tmp\Voyager_S1E1-2_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

movie = mpeg2source("E:\dvd\VIDEO_TS\agk_tmp\Voyager_S1E1-2.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.06666666666667
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 < 1.25) ? 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
KernelDeInt(movie,order=1,sharp=true)
autocrop(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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(280,14)
===========================================================
[10/14/2006 1:38:21 PM] Duration was: 23 seconds
[10/14/2006 1:38:21 PM] Speed was: 285.98 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[10/14/2006 1:38:21 PM] Job finished. Total time: 9 minutes 20 seconds

Any help would be appreciated...

101Beagles
17th October 2006, 00:39
Do I need to provide more information? Could really use some help here.

jggimi
17th October 2006, 01:06
Hmmmm.... FAQ 6.7 looks like it might be applicable.