I too have just started having problems with quot;Open AVI Failedquot;.
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(quot;D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_.avsquot;,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(quot;D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_.aviquot;);
===========================================================
[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(quot;D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_test.avsquot;,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(quot;D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\_test.aviquot;);
===========================================================
[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(quot;C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dllquot;)
LoadPlugin(quot;C:\PROGRA~1\AutoGK\filters\autocrop.dllquot;)
LoadPlugin(quot;C:\PROGRA~1\AutoGK\filters\decomb.dllquot;)
LoadPlugin(quot;C:\PROGRA~1\AutoGK\filters\undot.dllquot;)
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source(quot;D:\GOLDGUN\VIDEO_TS\gk_tmp\GoldGun.d2vquot;)
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 gt; 1.0 ? 0 : 1
input_par = input_par gt; 1.0 ? input_par : input_par * 2
input_par = input_par gt; 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 gt; 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
new_aspect = flag_halfdvd gt; 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(quot;D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\GoldGun_comptest.avsquot;,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(quot;D:\\GOLDGUN\\VIDEO_TS\\gk_tmp\\GoldGun_comptest.aviquot;);
===========================================================
[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
Hi,
I still have no idea what was happening. I was quite happily encodeing using my old P2 computer running win 98 and after I got a new motherboard/processor and win XP, I sucessfully encoded one movie before my problems started.
I have installed win 98se on my other hard drive and boot from that if I want to use AutoGK. My other drive with win XP still produces the open AVI error.
I did however notice that on the occasions that I did get past the comptest, if I watched the status window in virtualDub during the first pass, It indicated that it would take around and hour or so to complete but ended after about 10 minutes. The second pass also ended early and resulting file produced was not as valid avi.
Have you tried running proxyoff.reg in autogk\vdubmod\aviproxy
(see original thread)
Haven't tried running proxyoff.reg in autogk\vdubmod\aviproxy.
I'll give it a go. Strange things. I have muxed over 100 dvds to DivX with no trouble. WinXP SP1 and SP2. no probs.
I did do an image backup of my current OS install. I may try an image re-install and just start over with old settings.
Obviously, something changed somewhere.
I just ran AGK with XviD on the same movie that gave me as previous message. Ran straight through. I'm burning it to DVD and will check out my Philips 642 to see how it plays. I may just change to XviD format.
Thanks for the post..
HL |