Log in

View Full Version : AutoGK 50b Ac3 track twice the runningtime as Video! How to fix?


Codesmith
2nd August 2004, 06:52
Everytime I try to encode The Black Hole (98 min) the result is that the video is twice as fast as the audio. I checked the AC3 file in the agk_tmp folder and it shows a runtime of over 3 hours, however it sounds normal when played.

The problem probably isn't with AutoGK as it worked flawlessly on all DVDs before and after this one.

Any suggestions?

[8/2/2004 7:10:34 PM] AutoGK 1.50b
[8/2/2004 7:10:34 PM] OS: WinXP (5.1.2600).2
[8/2/2004 7:10:34 PM] Job started.
[8/2/2004 7:10:34 PM] Input dir: H:\BLACK_HOLE_JEFF_TEST\VIDEO_TS
[8/2/2004 7:10:34 PM] Output file: H:\BLACK_HOLE_JEFF_TEST\blackhole.avi
[8/2/2004 7:10:34 PM] Audio: English
[8/2/2004 7:10:34 PM] Subtitles: none
[8/2/2004 7:10:34 PM] Codec: XviD
[8/2/2004 7:10:34 PM] Target quality: 100%
[8/2/2004 7:10:34 PM] Custom audio settings: AC3
[8/2/2004 7:10:34 PM] Started encoding.
[8/2/2004 7:10:34 PM] Demuxing and indexing.
[8/2/2004 7:12:57 PM] Source aspect ratio: 4:3
[8/2/2004 7:12:57 PM] Source resolution: 720x480
[8/2/2004 7:12:57 PM] Found NTSC source.
[8/2/2004 7:12:57 PM] Analyzing source.
[8/2/2004 7:12:57 PM] Writing the following script to H:\BLACK_HOLE_JEFF_TEST\agk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("H:\\BLACK_HOLE_JEFF_TEST\\agk_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("H:\\BLACK_HOLE_JEFF_TEST\\agk_tmp\\_.avi");
===========================================================
[8/2/2004 8:24:28 PM] Source has percentage of interlacing in motion areas: 46.27
[8/2/2004 8:24:28 PM] Source has percentage of telecined patterns: 97.69
[8/2/2004 8:24:28 PM] Source has percentage of progressive patterns: 2.13
[8/2/2004 8:24:28 PM] Source has percentage of interlaced patterns: 0.18
[8/2/2004 8:24:28 PM] Source is considered to be FILM.
[8/2/2004 8:24:29 PM] Found 140673 frames
[8/2/2004 8:24:29 PM] Running single pass encoding.
[8/2/2004 8:24:29 PM] Writing the following script to H:\BLACK_HOLE_JEFF_TEST\agk_tmp\blackhole_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.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")

movie = mpeg2source("H:\BLACK_HOLE_JEFF_TEST\agk_tmp\blackhole.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34)
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
Telecide(movie,order=1,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[8/2/2004 8:24:32 PM] Writing the following script to H:\BLACK_HOLE_JEFF_TEST\agk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("H:\\BLACK_HOLE_JEFF_TEST\\agk_tmp\\blackhole_movie.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(0x64697678,0,10000,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("H:\\BLACK_HOLE_JEFF_TEST\\agk_tmp\\blackhole AC3 T01 2_0ch 192Kbps DELAY 96ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,96);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
VirtualDub.SaveAVI("H:\\BLACK_HOLE_JEFF_TEST\\blackhole.avi");
===========================================================
[8/2/2004 11:28:02 PM] Duration was: 3 hours 3 minutes 29 seconds
[8/2/2004 11:28:02 PM] Speed was: 12.78 fps.
[8/2/2004 11:28:02 PM] Job finished.

len0x
3rd August 2004, 11:09
may be problem with demuxing of audio... which frame rate DGIndex shows if load vobs there manually ?