weaver4
13th January 2009, 04:13
Using 2.52b I encodes a movie with "Stand Alone Support - ESS" turned both on and off. The filesizes were identical and I could not find anything in the log which suggested that ESS support was enabled.
Here is the log of the encoding with ESS support enabled.
==================================
[1/12/2009 7:24:19 PM] AutoGK 2.52b
[1/12/2009 7:24:19 PM] OS: WinXP (5.1.2600).2
[1/12/2009 7:24:19 PM] Job started.
[1/12/2009 7:24:19 PM] Input file: D:\aa-Rips\Tx\VTS_01_0.IFO
[1/12/2009 7:24:19 PM] Output file: E:\Movies-Other\aa-Tx-Test\Test on 1-12-08\Tx.xagkq67-ESS.avi
[1/12/2009 7:24:19 PM] Output codec: XviD
[1/12/2009 7:24:19 PM] Audio 1: English AC3 6ch
[1/12/2009 7:24:19 PM] Subtitles: none
[1/12/2009 7:24:19 PM] Format: AVI
[1/12/2009 7:24:19 PM] Target quality: 67%
[1/12/2009 7:24:19 PM] Custom resolution settings: fixed width of 640 pixels
[1/12/2009 7:24:19 PM] Audio 1 settings: CBR MP3 with bitrate: 128Kbps
[1/12/2009 7:24:19 PM] Started encoding.
[1/12/2009 7:24:19 PM] Demuxing and indexing.
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_1.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_2.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_3.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_4.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_5.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_6.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_7.VOB
[1/12/2009 7:25:59 PM] Source resolution: 720x480
[1/12/2009 7:25:59 PM] Found NTSC source.
[1/12/2009 7:25:59 PM] Source aspect ratio: 16:9
[1/12/2009 7:25:59 PM] Source seems to be pure FILM.
[1/12/2009 7:25:59 PM] Output will contain 206364 frames
[1/12/2009 7:25:59 PM] Decoding audio.
[1/12/2009 7:28:44 PM] Normalizing audio.
[1/12/2009 7:29:08 PM] Encoding audio.
[1/12/2009 7:41:22 PM] Running single pass encoding.
[1/12/2009 7:41:22 PM] Writing the following script to E:\Movies-Other\aa-Tx-Test\Test on 1-12-08\agk_tmp\Tx.xagkq67-ESS_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("E:\Movies-Other\aa-Tx-Test\Test on 1-12-08\agk_tmp\Tx.xagkq67-ESS.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 = 640
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/12/2009 8:34:55 PM] Duration was: 53 minutes 29 seconds
[1/12/2009 8:34:55 PM] Speed was: 64.30 fps.
[1/12/2009 8:34:55 PM] Job finished. Total time: 1 hour, 10 minutes 35 seconds
Here is the log of the encoding with ESS support enabled.
==================================
[1/12/2009 7:24:19 PM] AutoGK 2.52b
[1/12/2009 7:24:19 PM] OS: WinXP (5.1.2600).2
[1/12/2009 7:24:19 PM] Job started.
[1/12/2009 7:24:19 PM] Input file: D:\aa-Rips\Tx\VTS_01_0.IFO
[1/12/2009 7:24:19 PM] Output file: E:\Movies-Other\aa-Tx-Test\Test on 1-12-08\Tx.xagkq67-ESS.avi
[1/12/2009 7:24:19 PM] Output codec: XviD
[1/12/2009 7:24:19 PM] Audio 1: English AC3 6ch
[1/12/2009 7:24:19 PM] Subtitles: none
[1/12/2009 7:24:19 PM] Format: AVI
[1/12/2009 7:24:19 PM] Target quality: 67%
[1/12/2009 7:24:19 PM] Custom resolution settings: fixed width of 640 pixels
[1/12/2009 7:24:19 PM] Audio 1 settings: CBR MP3 with bitrate: 128Kbps
[1/12/2009 7:24:19 PM] Started encoding.
[1/12/2009 7:24:19 PM] Demuxing and indexing.
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_1.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_2.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_3.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_4.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_5.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_6.VOB
[1/12/2009 7:25:59 PM] Processing file: D:\aa-Rips\Tx\VTS_01_7.VOB
[1/12/2009 7:25:59 PM] Source resolution: 720x480
[1/12/2009 7:25:59 PM] Found NTSC source.
[1/12/2009 7:25:59 PM] Source aspect ratio: 16:9
[1/12/2009 7:25:59 PM] Source seems to be pure FILM.
[1/12/2009 7:25:59 PM] Output will contain 206364 frames
[1/12/2009 7:25:59 PM] Decoding audio.
[1/12/2009 7:28:44 PM] Normalizing audio.
[1/12/2009 7:29:08 PM] Encoding audio.
[1/12/2009 7:41:22 PM] Running single pass encoding.
[1/12/2009 7:41:22 PM] Writing the following script to E:\Movies-Other\aa-Tx-Test\Test on 1-12-08\agk_tmp\Tx.xagkq67-ESS_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("E:\Movies-Other\aa-Tx-Test\Test on 1-12-08\agk_tmp\Tx.xagkq67-ESS.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 = 640
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/12/2009 8:34:55 PM] Duration was: 53 minutes 29 seconds
[1/12/2009 8:34:55 PM] Speed was: 64.30 fps.
[1/12/2009 8:34:55 PM] Job finished. Total time: 1 hour, 10 minutes 35 seconds