neo squidward
28th November 2005, 19:18
I've been using AutoGK for quite a while now, but recently I've been having various problems with audio being substantially out of sync. On the Madagascar Penguins Christmas Caper it was well over a second. The log file for this is below. I've checked the vobs and the sound plays in sync on these, so does anyone have any idea why this sync problem happens and how I can avoid it?
[28/11/2005 15:52:00] AutoGK 1.96
[28/11/2005 15:52:00] OS: WinXP (5.1.2600).2
[28/11/2005 15:52:00] Job started.
[28/11/2005 15:52:00] Input dir: 0af3a073a0e6244d370351f042fbb53decbe72c3\VIDEO_TS
[28/11/2005 15:52:00] Output file: 7ecc5c40b89f9c76583c223e1e58117c41e10622\VIDEO_TS.avi
[28/11/2005 15:52:00] Audio: English
[28/11/2005 15:52:00] Subtitles: none
[28/11/2005 15:52:00] Codec: XviD
[28/11/2005 15:52:00] Target quality: 75%
[28/11/2005 15:52:00] Custom audio settings: AC3
[28/11/2005 15:52:00] Started encoding.
[28/11/2005 15:52:00] Demuxing and indexing.
[28/11/2005 15:52:51] Processing file: 8915d8890e2f143c5eb63c1eeb7e938f03b6fa46\VTS_08_1.VOB
[28/11/2005 15:52:51] Source aspect ratio: 16:9
[28/11/2005 15:52:51] Source resolution: 720x576
[28/11/2005 15:52:51] Found PAL source.
[28/11/2005 15:52:51] Analyzing source.
[28/11/2005 15:58:57] Source has percentage of interlacing in motion areas: 100.00
[28/11/2005 15:58:57] Source is considered to be interlaced.
[28/11/2005 15:58:57] Output will contain 17601 frames
[28/11/2005 15:58:57] Running single pass encoding.
[28/11/2005 15:58:57] Writing the following script to d79b2239763c03772c0aa54ac976d572fef739f7\VIDEO_TS_movie.avs
===========================================================
LoadPlugin("148827b4456fef988c0fcad2cafd2b16f96ffa8e\DGDecode.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\autocrop.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\RemoveGrain.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\kerneldeint.dll")
movie = mpeg2source("d79b2239763c03772c0aa54ac976d572fef739f7\VIDEO_TS.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 = 720
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=0,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)
===========================================================
[28/11/2005 16:17:08] Duration was: 18 minutes 11 seconds
[28/11/2005 16:17:08] Speed was: 16.13 fps.
[28/11/2005 16:17:08] Job finished. Total time: 25 minutes 8 seconds
[28/11/2005 15:52:00] AutoGK 1.96
[28/11/2005 15:52:00] OS: WinXP (5.1.2600).2
[28/11/2005 15:52:00] Job started.
[28/11/2005 15:52:00] Input dir: 0af3a073a0e6244d370351f042fbb53decbe72c3\VIDEO_TS
[28/11/2005 15:52:00] Output file: 7ecc5c40b89f9c76583c223e1e58117c41e10622\VIDEO_TS.avi
[28/11/2005 15:52:00] Audio: English
[28/11/2005 15:52:00] Subtitles: none
[28/11/2005 15:52:00] Codec: XviD
[28/11/2005 15:52:00] Target quality: 75%
[28/11/2005 15:52:00] Custom audio settings: AC3
[28/11/2005 15:52:00] Started encoding.
[28/11/2005 15:52:00] Demuxing and indexing.
[28/11/2005 15:52:51] Processing file: 8915d8890e2f143c5eb63c1eeb7e938f03b6fa46\VTS_08_1.VOB
[28/11/2005 15:52:51] Source aspect ratio: 16:9
[28/11/2005 15:52:51] Source resolution: 720x576
[28/11/2005 15:52:51] Found PAL source.
[28/11/2005 15:52:51] Analyzing source.
[28/11/2005 15:58:57] Source has percentage of interlacing in motion areas: 100.00
[28/11/2005 15:58:57] Source is considered to be interlaced.
[28/11/2005 15:58:57] Output will contain 17601 frames
[28/11/2005 15:58:57] Running single pass encoding.
[28/11/2005 15:58:57] Writing the following script to d79b2239763c03772c0aa54ac976d572fef739f7\VIDEO_TS_movie.avs
===========================================================
LoadPlugin("148827b4456fef988c0fcad2cafd2b16f96ffa8e\DGDecode.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\autocrop.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\RemoveGrain.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\kerneldeint.dll")
movie = mpeg2source("d79b2239763c03772c0aa54ac976d572fef739f7\VIDEO_TS.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 = 720
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=0,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)
===========================================================
[28/11/2005 16:17:08] Duration was: 18 minutes 11 seconds
[28/11/2005 16:17:08] Speed was: 16.13 fps.
[28/11/2005 16:17:08] Job finished. Total time: 25 minutes 8 seconds