hotluck
26th September 2004, 23:33
I too have just started having problems with "Open AVI Failed".
I have un-installed all AGK programs, Divx, and any drivers connected with .avi files.
Reinstalled my video card drivers, AGK 1.25 and DivX 2.5.5
Tried a movie and got the same msg in the log file: Listed below....
9/26/2004 1:47:32 PM] AutoGK 1.25
[9/26/2004 1:47:32 PM] OS: WinXP (5.1.2600).2
[9/26/2004 1:47:32 PM] Job started.
[9/26/2004 1:47:32 PM] Input dir: D:\GOLDGUN\VIDEO_TS
[9/26/2004 1:47:32 PM] Output file: D:\GOLDGUN\VIDEO_TS\GoldGun.avi
[9/26/2004 1:47:32 PM] Audio: English
[9/26/2004 1:47:32 PM] Subtitles: none
[9/26/2004 1:47:32 PM] Codec: DivX
[9/26/2004 1:47:32 PM] Target size: 700Mb
[9/26/2004 1:47:32 PM] Started encoding.
[9/26/2004 1:47:32 PM] Demuxing and indexing.
[9/26/2004 1:49:06 PM] Analyzing source.
[9/26/2004 1:49:06 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_.avi");
===========================================================
[9/26/2004 2:12:42 PM] Source has percentage of interlacing in motion areas: 57.18
[9/26/2004 2:12:42 PM] Source has percentage of telecined patterns: 66.84
[9/26/2004 2:12:42 PM] Source has percentage of progressive patterns: 0.34
[9/26/2004 2:12:42 PM] Source has percentage of interlaced patterns: 32.83
[9/26/2004 2:12:42 PM] Source is considered to be hybrid (mostly FILM).
[9/26/2004 2:12:42 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_test.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_test.avi");
===========================================================
[9/26/2004 2:12:42 PM] Looking for optimal hybrid thresholds.
[9/26/2004 2:14:36 PM] Found threshold of: 0.01
[9/26/2004 2:14:36 PM] Found 152625 frames
[9/26/2004 2:14:36 PM] Encoding audio.
[9/26/2004 2:27:17 PM] Audio size: 103,111,088 bytes (98.33 Mb)
[9/26/2004 2:27:17 PM] Overhead: 9,847,168 bytes (9.39 Mb)
[9/26/2004 2:27:17 PM] Video size: 621,044,944 bytes (592.27 Mb)
[9/26/2004 2:27:17 PM] Target bitrate is: 780kbps
[9/26/2004 2:27:17 PM] Running compressibility test.
[9/26/2004 2:27:17 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\GoldGun_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("D:\GOLDGUN\VIDEO_TS\gk_tmp\GoldGun.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) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.21518987341772
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
Telecide(movie,order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=0.01)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(280,14)
===========================================================
[9/26/2004 2:27:17 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\GoldGun_comptest.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\GoldGun_comptest.avi");
===========================================================
[9/26/2004 2:32:45 PM] Duration was: 5 minutes 27 seconds
[9/26/2004 2:32:45 PM] Speed was: 23.29 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[9/26/2004 2:32:45 PM] Job finished.
any ideas on what is happening? I've made many DivX movies before without a problem...
Thanks,
HL
I have un-installed all AGK programs, Divx, and any drivers connected with .avi files.
Reinstalled my video card drivers, AGK 1.25 and DivX 2.5.5
Tried a movie and got the same msg in the log file: Listed below....
9/26/2004 1:47:32 PM] AutoGK 1.25
[9/26/2004 1:47:32 PM] OS: WinXP (5.1.2600).2
[9/26/2004 1:47:32 PM] Job started.
[9/26/2004 1:47:32 PM] Input dir: D:\GOLDGUN\VIDEO_TS
[9/26/2004 1:47:32 PM] Output file: D:\GOLDGUN\VIDEO_TS\GoldGun.avi
[9/26/2004 1:47:32 PM] Audio: English
[9/26/2004 1:47:32 PM] Subtitles: none
[9/26/2004 1:47:32 PM] Codec: DivX
[9/26/2004 1:47:32 PM] Target size: 700Mb
[9/26/2004 1:47:32 PM] Started encoding.
[9/26/2004 1:47:32 PM] Demuxing and indexing.
[9/26/2004 1:49:06 PM] Analyzing source.
[9/26/2004 1:49:06 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_.avi");
===========================================================
[9/26/2004 2:12:42 PM] Source has percentage of interlacing in motion areas: 57.18
[9/26/2004 2:12:42 PM] Source has percentage of telecined patterns: 66.84
[9/26/2004 2:12:42 PM] Source has percentage of progressive patterns: 0.34
[9/26/2004 2:12:42 PM] Source has percentage of interlaced patterns: 32.83
[9/26/2004 2:12:42 PM] Source is considered to be hybrid (mostly FILM).
[9/26/2004 2:12:42 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_test.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_test.avi");
===========================================================
[9/26/2004 2:12:42 PM] Looking for optimal hybrid thresholds.
[9/26/2004 2:14:36 PM] Found threshold of: 0.01
[9/26/2004 2:14:36 PM] Found 152625 frames
[9/26/2004 2:14:36 PM] Encoding audio.
[9/26/2004 2:27:17 PM] Audio size: 103,111,088 bytes (98.33 Mb)
[9/26/2004 2:27:17 PM] Overhead: 9,847,168 bytes (9.39 Mb)
[9/26/2004 2:27:17 PM] Video size: 621,044,944 bytes (592.27 Mb)
[9/26/2004 2:27:17 PM] Target bitrate is: 780kbps
[9/26/2004 2:27:17 PM] Running compressibility test.
[9/26/2004 2:27:17 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\GoldGun_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("D:\GOLDGUN\VIDEO_TS\gk_tmp\GoldGun.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) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.21518987341772
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
Telecide(movie,order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=0.01)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(280,14)
===========================================================
[9/26/2004 2:27:17 PM] Writing the following script to D:\GOLDGUN\VIDEO_TS\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\GoldGun_comptest.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\GoldGun_comptest.avi");
===========================================================
[9/26/2004 2:32:45 PM] Duration was: 5 minutes 27 seconds
[9/26/2004 2:32:45 PM] Speed was: 23.29 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[9/26/2004 2:32:45 PM] Job finished.
any ideas on what is happening? I've made many DivX movies before without a problem...
Thanks,
HL