Log in

View Full Version : Force Mono not working for 2-cds


arthurpanda
6th January 2006, 01:56
Hi,

I recently started using autogk and have made a couple of really nice 1-cd files of older films using the hidden "force encoding sound in mono mp3" option. However I have tried to encode three different films in 2-cd mode using the same mono option and i've ended up with a 2-ch mix. Any help would be greatly appreciated.

len0x
6th January 2006, 10:50
:logfile:

arthurpanda
7th January 2006, 01:58
Here's a log for a 2-cd film I just burned:

[1/6/2006 2:16:19 PM] AutoGK 2.26
[1/6/2006 2:16:19 PM] OS: WinXP (5.1.2600).2
[1/6/2006 2:16:19 PM] Job started.
[1/6/2006 2:16:19 PM] Input file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_0.IFO
[1/6/2006 2:16:19 PM] Output file: C:\Documents and Settings\Meg & Zach\Desktop\The_Great_Silence\THE_GREAT_SILENCE.avi
[1/6/2006 2:16:19 PM] Output codec: XviD
[1/6/2006 2:16:19 PM] Audio 1: English AC3 2ch
[1/6/2006 2:16:19 PM] Subtitles: none
[1/6/2006 2:16:19 PM] Format: .AVI
[1/6/2006 2:16:19 PM] Target size: 1400Mb
[1/6/2006 2:16:19 PM] Standalone support enabled: ESS
[1/6/2006 2:16:19 PM] Started encoding.
[1/6/2006 2:16:19 PM] Demuxing and indexing.
[1/6/2006 2:21:03 PM] Processing file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_PGC_01_1.VOB
[1/6/2006 2:21:03 PM] Processing file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_PGC_01_2.VOB
[1/6/2006 2:21:03 PM] Processing file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_PGC_01_3.VOB
[1/6/2006 2:21:03 PM] Processing file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_PGC_01_4.VOB
[1/6/2006 2:21:03 PM] Processing file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_PGC_01_5.VOB
[1/6/2006 2:21:03 PM] Processing file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_PGC_01_6.VOB
[1/6/2006 2:21:03 PM] Processing file: C:\THE_GREAT_SILENCE\VIDEO_TS\VTS_01_PGC_01_7.VOB
[1/6/2006 2:21:03 PM] Source resolution: 720x480
[1/6/2006 2:21:03 PM] Found NTSC source.
[1/6/2006 2:21:03 PM] Source aspect ratio: 4:3
[1/6/2006 2:21:03 PM] Source seems to be pure FILM.
[1/6/2006 2:21:03 PM] Output will contain 151721 frames
[1/6/2006 2:21:03 PM] Enforcing mono audio encoding.
[1/6/2006 2:21:03 PM] Audio1 size: 151,872,000 bytes (144.84 Mb)
[1/6/2006 2:21:03 PM] Overhead: 1,801,728 bytes (1.72 Mb)
[1/6/2006 2:21:03 PM] Video size: 1,314,332,672 bytes (1253.45 Mb)
[1/6/2006 2:21:03 PM] Running compressibility test.
[1/6/2006 2:21:03 PM] Writing the following script to C:\Documents and Settings\Meg & Zach\Desktop\The_Great_Silence\agk_tmp\THE_GREAT_SILENCE_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Documents and Settings\Meg & Zach\Desktop\The_Great_Silence\agk_tmp\THE_GREAT_SILENCE.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 = 0.888888888888889
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)
SelectRangeEvery(300,15)
===========================================================
[1/6/2006 2:27:04 PM] Duration was: 6 minutes 0 seconds
[1/6/2006 2:27:04 PM] Speed was: 21.05 fps.
[1/6/2006 2:27:04 PM] Compressibility percentage is: 44.98
[1/6/2006 2:27:04 PM] Using softer matrix.
[1/6/2006 2:27:04 PM] Chosen resolution is: 608x384 ( AR: 1.58 )
[1/6/2006 2:27:04 PM] Predicted comptest value is: 64.88%
[1/6/2006 2:27:04 PM] Running first pass.
[1/6/2006 2:27:04 PM] Writing the following script to C:\Documents and Settings\Meg & Zach\Desktop\The_Great_Silence\agk_tmp\THE_GREAT_SILENCE_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Documents and Settings\Meg & Zach\Desktop\The_Great_Silence\agk_tmp\THE_GREAT_SILENCE.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 = 0.888888888888889
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 = 608
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)
===========================================================
[1/6/2006 3:15:35 PM] Duration was: 48 minutes 30 seconds
[1/6/2006 3:15:35 PM] Speed was: 52.13 fps.
[1/6/2006 3:15:35 PM] Expected quality of first pass size: 66.35%
[1/6/2006 3:15:35 PM] Running second pass.
[1/6/2006 4:39:50 PM] Duration was: 1 hour, 24 minutes 14 seconds
[1/6/2006 4:39:50 PM] Speed was: 30.02 fps.
[1/6/2006 4:39:51 PM] Splitting video into: C:\Documents and Settings\Meg & Zach\Desktop\The_Great_Silence\THE_GREAT_SILENCE.cd1.avi
[1/6/2006 4:40:56 PM] Splitting video into: C:\Documents and Settings\Meg & Zach\Desktop\The_Great_Silence\THE_GREAT_SILENCE.cd2.avi
[1/6/2006 4:42:12 PM] Job finished. Total time: 2 hours 25 minutes 53 seconds


When I open up the avi with gspot this is the specs I get for audio:

Audio Codec ...........: ac3 (0x2000) Dolby Laboratories, Inc
Sample Rate ...........: 48000 Hz
Audio bitrate .........: 192 kb/s (96/ch, stereo) CBR

len0x
8th January 2006, 12:35
there is no conversion to mp3 in Auto audio mode for 2CD rips, so "force mono" option does nothing. you have to select MP3 type manually in advanced options.