[8/12/2007 10:43:34 PM] AutoGK 2.40
[8/12/2007 10:43:34 PM] OS: WinXP (5.1.2600).2
[8/12/2007 10:43:34 PM] Job started.
[8/12/2007 10:43:34 PM] Input file: C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\VTS_01_0.IFO
[8/12/2007 10:43:34 PM] Output file: C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\School Daze.avi
[8/12/2007 10:43:34 PM] Output codec: XviD
[8/12/2007 10:43:34 PM] Audio 1: English AC3 2ch
[8/12/2007 10:43:34 PM] Subtitles: none
[8/12/2007 10:43:34 PM] Format: AVI
[8/12/2007 10:43:34 PM] Target size: 750Mb
[8/12/2007 10:43:34 PM] Audio 1 settings: Auto
[8/12/2007 10:43:34 PM] Started encoding.
[8/12/2007 10:43:34 PM] Demuxing and indexing.
[8/12/2007 10:48:02 PM] Processing file: C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\VTS_01_1.VOB
[8/12/2007 10:48:02 PM] Processing file: C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\VTS_01_2.VOB
[8/12/2007 10:48:02 PM] Processing file: C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\VTS_01_3.VOB
[8/12/2007 10:48:02 PM] Processing file: C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\VTS_01_4.VOB
[8/12/2007 10:48:02 PM] Processing file: C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\VTS_01_5.VOB
[8/12/2007 10:48:02 PM] Source resolution: 720x480
[8/12/2007 10:48:02 PM] Found NTSC source.
[8/12/2007 10:48:02 PM] Source aspect ratio: 4:3
[8/12/2007 10:48:02 PM] Source seems to be pure FILM.
[8/12/2007 10:48:02 PM] Color correction enabled.
[8/12/2007 10:48:02 PM] Output will contain 173111 frames
[8/12/2007 10:48:02 PM] Audio1 size: 173,284,608 bytes (165.26 Mb)
[8/12/2007 10:48:02 PM] Overhead: 1,203,328 bytes (1.15 Mb)
[8/12/2007 10:48:02 PM] Video size: 611,944,064 bytes (583.60 Mb)
[8/12/2007 10:48:02 PM] Running compressibility test.
[8/12/2007 10:48:02 PM] Writing the following script to C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\agk_tmp\School Daze_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\agk_tmp\School Daze.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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(300,15)
===========================================================
[8/12/2007 11:20:47 PM] Duration was: 32 minutes 32 seconds
[8/12/2007 11:20:47 PM] Speed was: 4.43 fps.
[8/12/2007 11:20:48 PM] Compressibility percentage is: 17.20
[8/12/2007 11:20:48 PM] Using softer matrix.
[8/12/2007 11:20:48 PM] Using softer resizer.
[8/12/2007 11:20:48 PM] Chosen resolution is: 448x336 ( AR: 1.33 )
[8/12/2007 11:20:48 PM] Predicted comptest value is: 58.68%
[8/12/2007 11:20:48 PM] Running first pass.
[8/12/2007 11:20:48 PM] Writing the following script to C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\agk_tmp\School Daze_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("C:\Documents and Settings\Pacino\My Documents\My Videos\School Daze\agk_tmp\School Daze.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 = 448
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)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
===========================================================
[8/13/2007 3:06:29 AM] Duration was: 3 hours 45 minutes 40 seconds
[8/13/2007 3:06:29 AM] Speed was: 12.78 fps.
[8/13/2007 3:06:29 AM] Expected quality of first pass size: 53.28%
[8/13/2007 3:06:29 AM] Running second pass.
[8/13/2007 7:45:48 AM] Duration was: 4 hours 39 minutes 18 seconds
[8/13/2007 7:45:48 AM] Speed was: 10.33 fps.
[8/13/2007 7:45:48 AM] Job finished. Total time: 9 hours 2 minutes 13 seconds