cxp36
6th March 2009, 21:44
I'm trying to convert a Region 2 PAL DVD to avi. The video looks terrific, but there's an intermittent screeching noise in the audio portion - a high-pitched fingernails-across-a-chalkboard sound. I don't see anything unusual in the logfile (below).
Are there any special considerations when converting a PAL DVD? I tried using both DVDFab and AnyDVD to decrypt and remove region code limitations, and the sound is not in the original VOB files, so something is happening during conversion.
Any help is appreciated.
Logfile:
[3/6/2009 9:50:48 AM] AutoGK 2.55
[3/6/2009 9:50:48 AM] OS: WinXP (5.1.2600).2
[3/6/2009 9:50:48 AM] Job started.
[3/6/2009 9:50:48 AM] Input file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_0.IFO
[3/6/2009 9:50:48 AM] Output file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\En Cas de Malheur.avi
[3/6/2009 9:50:48 AM] Output codec: XviD
[3/6/2009 9:50:48 AM] Audio 1: Francais AC3 1ch
[3/6/2009 9:50:48 AM] Subtitles 1: English
[3/6/2009 9:50:48 AM] Format: AVI
[3/6/2009 9:50:48 AM] Target size: 1538Mb
[3/6/2009 9:50:48 AM] Custom resolution settings: fixed width of 720 pixels
[3/6/2009 9:50:48 AM] Audio 1 settings: CBR MP3 with bitrate: 160Kbps
[3/6/2009 9:50:48 AM] Started encoding.
[3/6/2009 9:50:48 AM] Demuxing and indexing.
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_1.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_2.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_3.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_4.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_5.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_6.vob
[3/6/2009 9:57:50 AM] Source resolution: 720x576
[3/6/2009 9:57:50 AM] Found PAL source.
[3/6/2009 9:57:50 AM] Source aspect ratio: 4:3
[3/6/2009 9:57:50 AM] Analyzing source.
[3/6/2009 10:01:46 AM] Source has percentage of interlacing in motion areas: 0.00
[3/6/2009 10:01:46 AM] Source is considered to be progressive.
[3/6/2009 10:01:46 AM] Output will contain 175161 frames
[3/6/2009 10:01:46 AM] Decoding audio.
[3/6/2009 10:03:10 AM] Normalizing audio.
[3/6/2009 10:03:13 AM] Encoding audio.
[3/6/2009 10:09:29 AM] Preparing subtitles.
[3/6/2009 10:12:00 AM] Audio1 size: 140,132,640 bytes (133.64 Mb)
[3/6/2009 10:12:03 AM] Overhead: 2,080,000 bytes (1.98 Mb)
[3/6/2009 10:12:03 AM] Video size: 1,470,497,248 bytes (1402.38 Mb)
[3/6/2009 10:12:03 AM] Running compressibility test.
[3/6/2009 10:12:03 AM] Writing the following script to C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur_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\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.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.06666666666667
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)
VobSub("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.idx")
SelectRangeEvery(300,15)
===========================================================
[3/6/2009 10:15:59 AM] Duration was: 3 minutes 55 seconds
[3/6/2009 10:15:59 AM] Speed was: 37.13 fps.
[3/6/2009 10:15:59 AM] Compressibility percentage is: 62.27
[3/6/2009 10:15:59 AM] Chosen resolution is: 720x544 ( AR: 1.32 )
[3/6/2009 10:15:59 AM] Predicted comptest value is: 62.27%
[3/6/2009 10:15:59 AM] Running first pass.
[3/6/2009 10:15:59 AM] Writing the following script to C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur_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\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.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.06666666666667
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)
VobSub("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.idx")
===========================================================
[3/6/2009 11:05:22 AM] Duration was: 49 minutes 22 seconds
[3/6/2009 11:05:22 AM] Speed was: 59.12 fps.
[3/6/2009 11:05:23 AM] Expected quality of first pass size: 61.54%
[3/6/2009 11:05:23 AM] Running second pass.
[3/6/2009 12:09:52 PM] Duration was: 1 hour, 4 minutes 26 seconds
[3/6/2009 12:09:52 PM] Speed was: 45.31 fps.
[3/6/2009 12:09:52 PM] Job finished. Total time: 2 hours 19 minutes 4 seconds
Are there any special considerations when converting a PAL DVD? I tried using both DVDFab and AnyDVD to decrypt and remove region code limitations, and the sound is not in the original VOB files, so something is happening during conversion.
Any help is appreciated.
Logfile:
[3/6/2009 9:50:48 AM] AutoGK 2.55
[3/6/2009 9:50:48 AM] OS: WinXP (5.1.2600).2
[3/6/2009 9:50:48 AM] Job started.
[3/6/2009 9:50:48 AM] Input file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_0.IFO
[3/6/2009 9:50:48 AM] Output file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\En Cas de Malheur.avi
[3/6/2009 9:50:48 AM] Output codec: XviD
[3/6/2009 9:50:48 AM] Audio 1: Francais AC3 1ch
[3/6/2009 9:50:48 AM] Subtitles 1: English
[3/6/2009 9:50:48 AM] Format: AVI
[3/6/2009 9:50:48 AM] Target size: 1538Mb
[3/6/2009 9:50:48 AM] Custom resolution settings: fixed width of 720 pixels
[3/6/2009 9:50:48 AM] Audio 1 settings: CBR MP3 with bitrate: 160Kbps
[3/6/2009 9:50:48 AM] Started encoding.
[3/6/2009 9:50:48 AM] Demuxing and indexing.
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_1.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_2.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_3.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_4.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_5.vob
[3/6/2009 9:57:50 AM] Processing file: C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\VTS_02_6.vob
[3/6/2009 9:57:50 AM] Source resolution: 720x576
[3/6/2009 9:57:50 AM] Found PAL source.
[3/6/2009 9:57:50 AM] Source aspect ratio: 4:3
[3/6/2009 9:57:50 AM] Analyzing source.
[3/6/2009 10:01:46 AM] Source has percentage of interlacing in motion areas: 0.00
[3/6/2009 10:01:46 AM] Source is considered to be progressive.
[3/6/2009 10:01:46 AM] Output will contain 175161 frames
[3/6/2009 10:01:46 AM] Decoding audio.
[3/6/2009 10:03:10 AM] Normalizing audio.
[3/6/2009 10:03:13 AM] Encoding audio.
[3/6/2009 10:09:29 AM] Preparing subtitles.
[3/6/2009 10:12:00 AM] Audio1 size: 140,132,640 bytes (133.64 Mb)
[3/6/2009 10:12:03 AM] Overhead: 2,080,000 bytes (1.98 Mb)
[3/6/2009 10:12:03 AM] Video size: 1,470,497,248 bytes (1402.38 Mb)
[3/6/2009 10:12:03 AM] Running compressibility test.
[3/6/2009 10:12:03 AM] Writing the following script to C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur_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\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.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.06666666666667
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)
VobSub("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.idx")
SelectRangeEvery(300,15)
===========================================================
[3/6/2009 10:15:59 AM] Duration was: 3 minutes 55 seconds
[3/6/2009 10:15:59 AM] Speed was: 37.13 fps.
[3/6/2009 10:15:59 AM] Compressibility percentage is: 62.27
[3/6/2009 10:15:59 AM] Chosen resolution is: 720x544 ( AR: 1.32 )
[3/6/2009 10:15:59 AM] Predicted comptest value is: 62.27%
[3/6/2009 10:15:59 AM] Running first pass.
[3/6/2009 10:15:59 AM] Writing the following script to C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur_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\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.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.06666666666667
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)
VobSub("C:\TEMP\EN_CAS_DE_MALHEUR\VIDEO_TS\agk_tmp\En Cas de Malheur.idx")
===========================================================
[3/6/2009 11:05:22 AM] Duration was: 49 minutes 22 seconds
[3/6/2009 11:05:22 AM] Speed was: 59.12 fps.
[3/6/2009 11:05:23 AM] Expected quality of first pass size: 61.54%
[3/6/2009 11:05:23 AM] Running second pass.
[3/6/2009 12:09:52 PM] Duration was: 1 hour, 4 minutes 26 seconds
[3/6/2009 12:09:52 PM] Speed was: 45.31 fps.
[3/6/2009 12:09:52 PM] Job finished. Total time: 2 hours 19 minutes 4 seconds