Deepak
18th December 2005, 14:08
Hi,
I converted "The Day After Tomorrow" using AutoGK. I am facing a strange problem, the dialogues are almost like whispers but the background noise/sound is normal. This is the log:
[07/12/2005 20:13:19] Output codec: XviD
[07/12/2005 20:13:19] Audio 1: English AC3 6ch
[07/12/2005 20:13:19] Subtitles 1: English wide
[07/12/2005 20:13:19] Format: .AVI
[07/12/2005 20:13:19] Target quality: 75%
[07/12/2005 20:13:19] Started encoding.
[07/12/2005 20:13:19] Demuxing and indexing.
[07/12/2005 20:20:04] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_1.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_2.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_3.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_4.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_5.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_6.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_7.VOB
[07/12/2005 20:20:05] Source resolution: 720x480
[07/12/2005 20:20:05] Found NTSC source.
[07/12/2005 20:20:05] Source aspect ratio: 16:9
[07/12/2005 20:20:05] Source seems to be pure FILM.
[07/12/2005 20:20:05] Output will contain 177914 frames
[07/12/2005 20:20:05] Preparing subtitles.
[07/12/2005 20:25:51] Running single pass encoding.
[07/12/2005 20:25:51] Writing the following script to D:\AVIs\agk_tmp\The Day After Tomorrow_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\RemoveGrain.dll")
movie = mpeg2source("D:\AVIs\agk_tmp\The Day After Tomorrow.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)
VobSub("D:\AVIs\agk_tmp\The Day After Tomorrow.idx")
===========================================================
[07/12/2005 23:25:12] Duration was: 2 hours 59 minutes 20 seconds
[07/12/2005 23:25:13] Speed was: 16.53 fps.
[07/12/2005 23:25:13] Job finished. Total time: 3 hours 11 minutes 54 seconds
I use either my headphone or 2.1 system. Maybe I selected AC3 6ch, that why? Another thing, what is the difference between wide and letbox subtitiles? And which is better, DivX or XviD?
Thanks,
Deepak
I converted "The Day After Tomorrow" using AutoGK. I am facing a strange problem, the dialogues are almost like whispers but the background noise/sound is normal. This is the log:
[07/12/2005 20:13:19] Output codec: XviD
[07/12/2005 20:13:19] Audio 1: English AC3 6ch
[07/12/2005 20:13:19] Subtitles 1: English wide
[07/12/2005 20:13:19] Format: .AVI
[07/12/2005 20:13:19] Target quality: 75%
[07/12/2005 20:13:19] Started encoding.
[07/12/2005 20:13:19] Demuxing and indexing.
[07/12/2005 20:20:04] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_1.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_2.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_3.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_4.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_5.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_6.VOB
[07/12/2005 20:20:05] Processing file: E:\Ripped DVDs\The Day After Tomorrow\VTS_08_7.VOB
[07/12/2005 20:20:05] Source resolution: 720x480
[07/12/2005 20:20:05] Found NTSC source.
[07/12/2005 20:20:05] Source aspect ratio: 16:9
[07/12/2005 20:20:05] Source seems to be pure FILM.
[07/12/2005 20:20:05] Output will contain 177914 frames
[07/12/2005 20:20:05] Preparing subtitles.
[07/12/2005 20:25:51] Running single pass encoding.
[07/12/2005 20:25:51] Writing the following script to D:\AVIs\agk_tmp\The Day After Tomorrow_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\RemoveGrain.dll")
movie = mpeg2source("D:\AVIs\agk_tmp\The Day After Tomorrow.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)
VobSub("D:\AVIs\agk_tmp\The Day After Tomorrow.idx")
===========================================================
[07/12/2005 23:25:12] Duration was: 2 hours 59 minutes 20 seconds
[07/12/2005 23:25:13] Speed was: 16.53 fps.
[07/12/2005 23:25:13] Job finished. Total time: 3 hours 11 minutes 54 seconds
I use either my headphone or 2.1 system. Maybe I selected AC3 6ch, that why? Another thing, what is the difference between wide and letbox subtitiles? And which is better, DivX or XviD?
Thanks,
Deepak