deathadder
11th January 2006, 04:07
I was using AutoGKnot quite successfully for a while but this last week three different encoding done shows Audio Synch issue. I was wondering if anyone can point me to how I can fix this.
Here is an example log file out of AutoGknot as a reference.
Thanks in advance.
[1/7/2006 11:37:03 PM] AutoGK 2.20
[1/7/2006 11:37:03 PM] OS: WinXP (5.1.2600).2
[1/7/2006 11:37:03 PM] Job started.
[1/7/2006 11:37:03 PM] Input file: d:\film_s2d2\VTS_01_0.IFO
[1/7/2006 11:37:03 PM] Output file: d:\film_s2d2\film_s2d2.avi
[1/7/2006 11:37:03 PM] Output codec: XviD
[1/7/2006 11:37:03 PM] Audio 1: English AC3 2ch
[1/7/2006 11:37:03 PM] Subtitles: none
[1/7/2006 11:37:03 PM] Format: .AVI
[1/7/2006 11:37:03 PM] Target size: 4300Mb
[1/7/2006 11:37:03 PM] Custom resolution settings: fixed width of 720 pixels
[1/7/2006 11:37:03 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[1/7/2006 11:37:03 PM] Started encoding.
[1/7/2006 11:37:03 PM] Demuxing and indexing.
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_1.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_2.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_3.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_4.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_5.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_6.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_7.VOB
[1/7/2006 11:39:35 PM] Source resolution: 720x480
[1/7/2006 11:39:35 PM] Found NTSC source.
[1/7/2006 11:39:35 PM] Source aspect ratio: 16:9
[1/7/2006 11:39:35 PM] Color correction enabled.
[1/7/2006 11:39:35 PM] Analyzing source.
[1/7/2006 11:46:50 PM] Source has percentage of interlacing in motion areas: 37.15
[1/7/2006 11:46:50 PM] Source has percentage of telecined patterns: 98.68
[1/7/2006 11:46:50 PM] Source has percentage of progressive patterns: 1.05
[1/7/2006 11:46:50 PM] Source has percentage of interlaced patterns: 0.27
[1/7/2006 11:46:50 PM] Source is considered to be FILM.
[1/7/2006 11:46:50 PM] Output will contain 244776 frames
[1/7/2006 11:46:50 PM] Decoding audio.
[1/7/2006 11:49:16 PM] Normalizing audio.
[1/7/2006 11:51:26 PM] Encoding audio.
[1/8/2006 12:03:06 AM] Audio1 size: 156,881,256 bytes (149.61 Mb)
[1/8/2006 12:03:06 AM] Overhead: 9,790,976 bytes (9.34 Mb)
[1/8/2006 12:03:06 AM] Video size: 4,342,204,568 bytes (4141.05 Mb)
[1/8/2006 12:03:06 AM] Running compressibility test.
[1/8/2006 12:03:07 AM] Writing the following script to d:\film_s2d2\agk_tmp\film_s2d2_comptest.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\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("d:\film_s2d2\agk_tmp\smallville_s2d2.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.18518518518519
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 = 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
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,samplestartframe=0,leftadd=0,rightadd=0,top
add=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
SelectRangeEvery(300,15)
===========================================================
[1/8/2006 12:16:23 AM] Duration was: 13 minutes 16 seconds
[1/8/2006 12:16:23 AM] Speed was: 15.37 fps.
[1/8/2006 12:16:23 AM] Compressibility percentage is: 151.08
[1/8/2006 12:16:23 AM] Switching b-frames off
[1/8/2006 12:16:23 AM] Chosen resolution is: 720x416 ( AR: 1.73 )
[1/8/2006 12:16:23 AM] Predicted comptest value is: 113.01
[1/8/2006 12:16:23 AM] Running first pass.
[1/8/2006 12:16:23 AM] Writing the following script to d:\film_s2d2\agk_tmp\smallville_s2d2_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\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("d:\film_s2d2\agk_tmp\film_s2d2.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.18518518518519
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 = 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
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,samplestartframe=0,leftadd=0,rightadd=0,top
add=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[1/8/2006 2:43:23 AM] Duration was: 2 hours 26 minutes 59 seconds
[1/8/2006 2:43:23 AM] Speed was: 27.75 fps.
[1/8/2006 2:43:24 AM] Expected quality of first pass size: 104.93
[1/8/2006 2:43:24 AM] Trying to adjust settings.
[1/8/2006 2:43:24 AM] No adjustment is possible
[1/8/2006 2:43:24 AM] Warning: final AVI will likely be undersized.
[1/8/2006 2:43:24 AM] Running second pass.
[1/8/2006 6:15:34 AM] Duration was: 3 hours 32 minutes 9 seconds
[1/8/2006 6:15:34 AM] Speed was: 19.23 fps.
[1/8/2006 6:15:34 AM] Job finished. Total time: 6 hours 38 minutes 30 seconds
Here is an example log file out of AutoGknot as a reference.
Thanks in advance.
[1/7/2006 11:37:03 PM] AutoGK 2.20
[1/7/2006 11:37:03 PM] OS: WinXP (5.1.2600).2
[1/7/2006 11:37:03 PM] Job started.
[1/7/2006 11:37:03 PM] Input file: d:\film_s2d2\VTS_01_0.IFO
[1/7/2006 11:37:03 PM] Output file: d:\film_s2d2\film_s2d2.avi
[1/7/2006 11:37:03 PM] Output codec: XviD
[1/7/2006 11:37:03 PM] Audio 1: English AC3 2ch
[1/7/2006 11:37:03 PM] Subtitles: none
[1/7/2006 11:37:03 PM] Format: .AVI
[1/7/2006 11:37:03 PM] Target size: 4300Mb
[1/7/2006 11:37:03 PM] Custom resolution settings: fixed width of 720 pixels
[1/7/2006 11:37:03 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[1/7/2006 11:37:03 PM] Started encoding.
[1/7/2006 11:37:03 PM] Demuxing and indexing.
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_1.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_2.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_3.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_4.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_5.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_6.VOB
[1/7/2006 11:39:35 PM] Processing file: d:\film_s2d2\VTS_01_7.VOB
[1/7/2006 11:39:35 PM] Source resolution: 720x480
[1/7/2006 11:39:35 PM] Found NTSC source.
[1/7/2006 11:39:35 PM] Source aspect ratio: 16:9
[1/7/2006 11:39:35 PM] Color correction enabled.
[1/7/2006 11:39:35 PM] Analyzing source.
[1/7/2006 11:46:50 PM] Source has percentage of interlacing in motion areas: 37.15
[1/7/2006 11:46:50 PM] Source has percentage of telecined patterns: 98.68
[1/7/2006 11:46:50 PM] Source has percentage of progressive patterns: 1.05
[1/7/2006 11:46:50 PM] Source has percentage of interlaced patterns: 0.27
[1/7/2006 11:46:50 PM] Source is considered to be FILM.
[1/7/2006 11:46:50 PM] Output will contain 244776 frames
[1/7/2006 11:46:50 PM] Decoding audio.
[1/7/2006 11:49:16 PM] Normalizing audio.
[1/7/2006 11:51:26 PM] Encoding audio.
[1/8/2006 12:03:06 AM] Audio1 size: 156,881,256 bytes (149.61 Mb)
[1/8/2006 12:03:06 AM] Overhead: 9,790,976 bytes (9.34 Mb)
[1/8/2006 12:03:06 AM] Video size: 4,342,204,568 bytes (4141.05 Mb)
[1/8/2006 12:03:06 AM] Running compressibility test.
[1/8/2006 12:03:07 AM] Writing the following script to d:\film_s2d2\agk_tmp\film_s2d2_comptest.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\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("d:\film_s2d2\agk_tmp\smallville_s2d2.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.18518518518519
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 = 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
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,samplestartframe=0,leftadd=0,rightadd=0,top
add=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
SelectRangeEvery(300,15)
===========================================================
[1/8/2006 12:16:23 AM] Duration was: 13 minutes 16 seconds
[1/8/2006 12:16:23 AM] Speed was: 15.37 fps.
[1/8/2006 12:16:23 AM] Compressibility percentage is: 151.08
[1/8/2006 12:16:23 AM] Switching b-frames off
[1/8/2006 12:16:23 AM] Chosen resolution is: 720x416 ( AR: 1.73 )
[1/8/2006 12:16:23 AM] Predicted comptest value is: 113.01
[1/8/2006 12:16:23 AM] Running first pass.
[1/8/2006 12:16:23 AM] Writing the following script to d:\film_s2d2\agk_tmp\smallville_s2d2_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\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("d:\film_s2d2\agk_tmp\film_s2d2.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.18518518518519
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 = 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
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,samplestartframe=0,leftadd=0,rightadd=0,top
add=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[1/8/2006 2:43:23 AM] Duration was: 2 hours 26 minutes 59 seconds
[1/8/2006 2:43:23 AM] Speed was: 27.75 fps.
[1/8/2006 2:43:24 AM] Expected quality of first pass size: 104.93
[1/8/2006 2:43:24 AM] Trying to adjust settings.
[1/8/2006 2:43:24 AM] No adjustment is possible
[1/8/2006 2:43:24 AM] Warning: final AVI will likely be undersized.
[1/8/2006 2:43:24 AM] Running second pass.
[1/8/2006 6:15:34 AM] Duration was: 3 hours 32 minutes 9 seconds
[1/8/2006 6:15:34 AM] Speed was: 19.23 fps.
[1/8/2006 6:15:34 AM] Job finished. Total time: 6 hours 38 minutes 30 seconds