artisticcheese
26th February 2007, 22:48
I converted DVD to 2 Xvid encoded file but see constant 2-3 seconds audio delay. I convert about 10-15 movies a week and in about 20% of the cases I get this issue. I have no idea what is causing that since I use the same settings for all conversions. What can be causing that?
[2/7/2007 11:04:17 PM] AutoGK 2.40
[2/7/2007 11:04:17 PM] OS: WinXP (5.1.2600).2
[2/7/2007 11:04:17 PM] Job started.
[2/7/2007 11:04:17 PM] Input file: K:\VIDEO_TS\VTS_02_0.IFO
[2/7/2007 11:04:17 PM] Output file: C:\movies\the prestige.avi
[2/7/2007 11:04:17 PM] Output codec: XviD
[2/7/2007 11:04:17 PM] Audio 1: English AC3 6ch
[2/7/2007 11:04:17 PM] Subtitles 1: English wide
[2/7/2007 11:04:17 PM] Display only forced subtitles.
[2/7/2007 11:04:17 PM] Format: AVI
[2/7/2007 11:04:17 PM] Target size: 1400Mb
[2/7/2007 11:04:17 PM] Audio 1 settings: Auto
[2/7/2007 11:04:17 PM] Started encoding.
[2/7/2007 11:04:17 PM] Demuxing and indexing.
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_1.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_2.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_3.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_4.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_5.VOB
[2/7/2007 11:09:14 PM] Source resolution: 720x480
[2/7/2007 11:09:14 PM] Found NTSC source.
[2/7/2007 11:09:14 PM] Source aspect ratio: 16:9
[2/7/2007 11:09:14 PM] Source seems to be pure FILM.
[2/7/2007 11:09:14 PM] Color correction enabled.
[2/7/2007 11:09:14 PM] Output will contain 187743 frames
[2/7/2007 11:09:14 PM] Preparing subtitles.
[2/7/2007 11:12:21 PM] Audio1 size: 375,759,360 bytes (358.35 Mb)
[2/7/2007 11:12:21 PM] Overhead: 1,305,088 bytes (1.24 Mb)
[2/7/2007 11:12:21 PM] Video size: 1,090,941,952 bytes (1040.40 Mb)
[2/7/2007 11:12:21 PM] Running compressibility test.
[2/7/2007 11:12:21 PM] Writing the following script to C:\movies\agk_tmp\the prestige_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\movies\agk_tmp\the prestige.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 = 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
autocrop(movie,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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\movies\agk_tmp\the prestige.idx")
SelectRangeEvery(300,15)
===========================================================
[2/7/2007 11:17:19 PM] Duration was: 4 minutes 57 seconds
[2/7/2007 11:17:19 PM] Speed was: 31.53 fps.
[2/7/2007 11:17:20 PM] Compressibility percentage is: 85.35
[2/7/2007 11:17:20 PM] Chosen resolution is: 720x320 ( AR: 2.25 )
[2/7/2007 11:17:20 PM] Predicted comptest value is: 79.29%
[2/7/2007 11:17:20 PM] Running first pass.
[2/7/2007 11:17:20 PM] Writing the following script to C:\movies\agk_tmp\the prestige_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\movies\agk_tmp\the prestige.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
autocrop(movie,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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\movies\agk_tmp\the prestige.idx")
===========================================================
[2/7/2007 11:59:58 PM] Duration was: 42 minutes 38 seconds
[2/7/2007 11:59:58 PM] Speed was: 73.37 fps.
[2/7/2007 11:59:59 PM] Expected quality of first pass size: 82.21%
[2/7/2007 11:59:59 PM] Running second pass.
[2/8/2007 1:13:33 AM] Duration was: 1 hour, 13 minutes 34 seconds
[2/8/2007 1:13:33 AM] Speed was: 42.53 fps.
[2/8/2007 1:13:34 AM] Splitting video into: C:\movies\the prestige.cd1.avi
[2/8/2007 1:15:26 AM] Splitting video into: C:\movies\the prestige.cd2.avi
[2/8/2007 1:16:36 AM] Job finished. Total time: 2 hours 12 minutes 18 seconds
[2/7/2007 11:04:17 PM] AutoGK 2.40
[2/7/2007 11:04:17 PM] OS: WinXP (5.1.2600).2
[2/7/2007 11:04:17 PM] Job started.
[2/7/2007 11:04:17 PM] Input file: K:\VIDEO_TS\VTS_02_0.IFO
[2/7/2007 11:04:17 PM] Output file: C:\movies\the prestige.avi
[2/7/2007 11:04:17 PM] Output codec: XviD
[2/7/2007 11:04:17 PM] Audio 1: English AC3 6ch
[2/7/2007 11:04:17 PM] Subtitles 1: English wide
[2/7/2007 11:04:17 PM] Display only forced subtitles.
[2/7/2007 11:04:17 PM] Format: AVI
[2/7/2007 11:04:17 PM] Target size: 1400Mb
[2/7/2007 11:04:17 PM] Audio 1 settings: Auto
[2/7/2007 11:04:17 PM] Started encoding.
[2/7/2007 11:04:17 PM] Demuxing and indexing.
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_1.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_2.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_3.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_4.VOB
[2/7/2007 11:09:14 PM] Processing file: K:\VIDEO_TS\VTS_02_5.VOB
[2/7/2007 11:09:14 PM] Source resolution: 720x480
[2/7/2007 11:09:14 PM] Found NTSC source.
[2/7/2007 11:09:14 PM] Source aspect ratio: 16:9
[2/7/2007 11:09:14 PM] Source seems to be pure FILM.
[2/7/2007 11:09:14 PM] Color correction enabled.
[2/7/2007 11:09:14 PM] Output will contain 187743 frames
[2/7/2007 11:09:14 PM] Preparing subtitles.
[2/7/2007 11:12:21 PM] Audio1 size: 375,759,360 bytes (358.35 Mb)
[2/7/2007 11:12:21 PM] Overhead: 1,305,088 bytes (1.24 Mb)
[2/7/2007 11:12:21 PM] Video size: 1,090,941,952 bytes (1040.40 Mb)
[2/7/2007 11:12:21 PM] Running compressibility test.
[2/7/2007 11:12:21 PM] Writing the following script to C:\movies\agk_tmp\the prestige_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\movies\agk_tmp\the prestige.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 = 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
autocrop(movie,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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\movies\agk_tmp\the prestige.idx")
SelectRangeEvery(300,15)
===========================================================
[2/7/2007 11:17:19 PM] Duration was: 4 minutes 57 seconds
[2/7/2007 11:17:19 PM] Speed was: 31.53 fps.
[2/7/2007 11:17:20 PM] Compressibility percentage is: 85.35
[2/7/2007 11:17:20 PM] Chosen resolution is: 720x320 ( AR: 2.25 )
[2/7/2007 11:17:20 PM] Predicted comptest value is: 79.29%
[2/7/2007 11:17:20 PM] Running first pass.
[2/7/2007 11:17:20 PM] Writing the following script to C:\movies\agk_tmp\the prestige_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\movies\agk_tmp\the prestige.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
autocrop(movie,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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\movies\agk_tmp\the prestige.idx")
===========================================================
[2/7/2007 11:59:58 PM] Duration was: 42 minutes 38 seconds
[2/7/2007 11:59:58 PM] Speed was: 73.37 fps.
[2/7/2007 11:59:59 PM] Expected quality of first pass size: 82.21%
[2/7/2007 11:59:59 PM] Running second pass.
[2/8/2007 1:13:33 AM] Duration was: 1 hour, 13 minutes 34 seconds
[2/8/2007 1:13:33 AM] Speed was: 42.53 fps.
[2/8/2007 1:13:34 AM] Splitting video into: C:\movies\the prestige.cd1.avi
[2/8/2007 1:15:26 AM] Splitting video into: C:\movies\the prestige.cd2.avi
[2/8/2007 1:16:36 AM] Job finished. Total time: 2 hours 12 minutes 18 seconds