AGK_J
16th December 2005, 06:36
yea the encode all seems fine except it seems to be undersized, cd2 is 671mb...i figure it could be cuz the quality turned out to be 96.52 but usually when that happens the quality is over 100 and/or the logs will warn me to say it will be undersized...in this case the log doesn't mention such a problem...so anyways, here's the log...
[12/15/2005 10:01:39 PM] AutoGK 2.20
[12/15/2005 10:01:39 PM] OS: WinXP (5.1.2600).2
[12/15/2005 10:01:39 PM] Job started.
[12/15/2005 10:01:39 PM] Input file: C:\T1\VTS_06_0.IFO
[12/15/2005 10:01:39 PM] Output file: C:\T1\RIP\t1.avi
[12/15/2005 10:01:39 PM] Output codec: XviD
[12/15/2005 10:01:39 PM] Audio 1: English AC3 6ch
[12/15/2005 10:01:39 PM] Subtitles 1: English / Normal Captions : Wide
[12/15/2005 10:01:39 PM] Display only forced subtitles.
[12/15/2005 10:01:39 PM] Format: .AVI
[12/15/2005 10:01:39 PM] Target size: 1400Mb
[12/15/2005 10:01:39 PM] Custom resolution settings: fixed width of 592 pixels
[12/15/2005 10:01:39 PM] Custom audio settings: Original
[12/15/2005 10:01:39 PM] Standalone support enabled: ESS
[12/15/2005 10:01:39 PM] Started encoding.
[12/15/2005 10:01:39 PM] Demuxing and indexing.
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_1.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_2.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_3.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_4.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_5.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_6.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_7.VOB
[12/15/2005 10:07:03 PM] Source resolution: 720x480
[12/15/2005 10:07:03 PM] Found NTSC source.
[12/15/2005 10:07:03 PM] Source aspect ratio: 16:9
[12/15/2005 10:07:03 PM] Source seems to be pure FILM.
[12/15/2005 10:07:03 PM] Output will contain 154238 frames
[12/15/2005 10:07:03 PM] Preparing subtitles.
[12/15/2005 10:13:01 PM] Forcing ITU resize method.
[12/15/2005 10:13:01 PM] Forcing encoding with sharp matrix.
[12/15/2005 10:13:01 PM] Audio1 size: 360,247,552 bytes (343.56 Mb)
[12/15/2005 10:13:01 PM] Overhead: 1,831,552 bytes (1.75 Mb)
[12/15/2005 10:13:01 PM] Video size: 1,105,927,296 bytes (1054.69 Mb)
[12/15/2005 10:13:01 PM] Running compressibility test.
[12/15/2005 10:13:01 PM] Writing the following script to C:\T1\RIP\agk_tmp\t1_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:\T1\RIP\agk_tmp\t1.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.21557454890788
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 592
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:\T1\RIP\agk_tmp\t1.idx")
SelectRangeEvery(300,15)
===========================================================
[12/15/2005 10:17:24 PM] Duration was: 4 minutes 22 seconds
[12/15/2005 10:17:25 PM] Speed was: 29.37 fps.
[12/15/2005 10:17:25 PM] Compressibility percentage is: 92.72
[12/15/2005 10:17:25 PM] Chosen resolution is: 592x320 ( AR: 1.85 )
[12/15/2005 10:17:25 PM] Predicted comptest value is: 92.72
[12/15/2005 10:17:25 PM] Running first pass.
[12/15/2005 10:17:25 PM] Writing the following script to C:\T1\RIP\agk_tmp\t1_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:\T1\RIP\agk_tmp\t1.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.21557454890788
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 592
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:\T1\RIP\agk_tmp\t1.idx")
===========================================================
[12/15/2005 11:05:24 PM] Duration was: 47 minutes 58 seconds
[12/15/2005 11:05:24 PM] Speed was: 53.59 fps.
[12/15/2005 11:05:24 PM] Expected quality of first pass size: 96.52
[12/15/2005 11:05:24 PM] Running second pass.
[12/16/2005 12:19:29 AM] Duration was: 1 hour, 14 minutes 5 seconds
[12/16/2005 12:19:29 AM] Speed was: 34.70 fps.
[12/16/2005 12:19:30 AM] Splitting video into: C:\T1\RIP\t1.cd1.avi
[12/16/2005 12:20:45 AM] Splitting video into: C:\T1\RIP\t1.cd2.avi
[12/16/2005 12:22:01 AM] Job finished. Total time: 2 hours 20 minutes 21 seconds
[12/15/2005 10:01:39 PM] AutoGK 2.20
[12/15/2005 10:01:39 PM] OS: WinXP (5.1.2600).2
[12/15/2005 10:01:39 PM] Job started.
[12/15/2005 10:01:39 PM] Input file: C:\T1\VTS_06_0.IFO
[12/15/2005 10:01:39 PM] Output file: C:\T1\RIP\t1.avi
[12/15/2005 10:01:39 PM] Output codec: XviD
[12/15/2005 10:01:39 PM] Audio 1: English AC3 6ch
[12/15/2005 10:01:39 PM] Subtitles 1: English / Normal Captions : Wide
[12/15/2005 10:01:39 PM] Display only forced subtitles.
[12/15/2005 10:01:39 PM] Format: .AVI
[12/15/2005 10:01:39 PM] Target size: 1400Mb
[12/15/2005 10:01:39 PM] Custom resolution settings: fixed width of 592 pixels
[12/15/2005 10:01:39 PM] Custom audio settings: Original
[12/15/2005 10:01:39 PM] Standalone support enabled: ESS
[12/15/2005 10:01:39 PM] Started encoding.
[12/15/2005 10:01:39 PM] Demuxing and indexing.
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_1.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_2.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_3.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_4.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_5.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_6.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_7.VOB
[12/15/2005 10:07:03 PM] Source resolution: 720x480
[12/15/2005 10:07:03 PM] Found NTSC source.
[12/15/2005 10:07:03 PM] Source aspect ratio: 16:9
[12/15/2005 10:07:03 PM] Source seems to be pure FILM.
[12/15/2005 10:07:03 PM] Output will contain 154238 frames
[12/15/2005 10:07:03 PM] Preparing subtitles.
[12/15/2005 10:13:01 PM] Forcing ITU resize method.
[12/15/2005 10:13:01 PM] Forcing encoding with sharp matrix.
[12/15/2005 10:13:01 PM] Audio1 size: 360,247,552 bytes (343.56 Mb)
[12/15/2005 10:13:01 PM] Overhead: 1,831,552 bytes (1.75 Mb)
[12/15/2005 10:13:01 PM] Video size: 1,105,927,296 bytes (1054.69 Mb)
[12/15/2005 10:13:01 PM] Running compressibility test.
[12/15/2005 10:13:01 PM] Writing the following script to C:\T1\RIP\agk_tmp\t1_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:\T1\RIP\agk_tmp\t1.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.21557454890788
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 592
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:\T1\RIP\agk_tmp\t1.idx")
SelectRangeEvery(300,15)
===========================================================
[12/15/2005 10:17:24 PM] Duration was: 4 minutes 22 seconds
[12/15/2005 10:17:25 PM] Speed was: 29.37 fps.
[12/15/2005 10:17:25 PM] Compressibility percentage is: 92.72
[12/15/2005 10:17:25 PM] Chosen resolution is: 592x320 ( AR: 1.85 )
[12/15/2005 10:17:25 PM] Predicted comptest value is: 92.72
[12/15/2005 10:17:25 PM] Running first pass.
[12/15/2005 10:17:25 PM] Writing the following script to C:\T1\RIP\agk_tmp\t1_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:\T1\RIP\agk_tmp\t1.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.21557454890788
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 592
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:\T1\RIP\agk_tmp\t1.idx")
===========================================================
[12/15/2005 11:05:24 PM] Duration was: 47 minutes 58 seconds
[12/15/2005 11:05:24 PM] Speed was: 53.59 fps.
[12/15/2005 11:05:24 PM] Expected quality of first pass size: 96.52
[12/15/2005 11:05:24 PM] Running second pass.
[12/16/2005 12:19:29 AM] Duration was: 1 hour, 14 minutes 5 seconds
[12/16/2005 12:19:29 AM] Speed was: 34.70 fps.
[12/16/2005 12:19:30 AM] Splitting video into: C:\T1\RIP\t1.cd1.avi
[12/16/2005 12:20:45 AM] Splitting video into: C:\T1\RIP\t1.cd2.avi
[12/16/2005 12:22:01 AM] Job finished. Total time: 2 hours 20 minutes 21 seconds