[1/12/2008 7:48:55 PM] AutoGK 2.45 [1/12/2008 7:48:55 PM] OS: WinXP (5.1.2600).2 [1/12/2008 7:48:55 PM] Job started. [1/12/2008 7:48:55 PM] Input file: C:\DVDFab\FullDisc\INITIATIONS 7\VIDEO_TS\VTS_01_0.IFO [1/12/2008 7:48:55 PM] Output file: D:\zzz\INITIATIONS 7.avi [1/12/2008 7:48:55 PM] Output codec: XviD [1/12/2008 7:48:55 PM] Audio 1: English AC3 2ch [1/12/2008 7:48:55 PM] Subtitles: none [1/12/2008 7:48:55 PM] Format: AVI [1/12/2008 7:48:55 PM] Target size: 1400Mb [1/12/2008 7:48:55 PM] Audio 1 settings: Original [1/12/2008 7:48:55 PM] Standalone support enabled: ESS [1/12/2008 7:48:55 PM] Started encoding. [1/12/2008 7:48:55 PM] Demuxing and indexing. [1/12/2008 7:50:13 PM] Processing file: C:\DVDFab\FullDisc\INITIATIONS 7\VIDEO_TS\VTS_01_1.VOB [1/12/2008 7:50:13 PM] Processing file: C:\DVDFab\FullDisc\INITIATIONS 7\VIDEO_TS\VTS_01_2.VOB [1/12/2008 7:50:13 PM] Processing file: C:\DVDFab\FullDisc\INITIATIONS 7\VIDEO_TS\VTS_01_3.VOB [1/12/2008 7:50:13 PM] Processing file: C:\DVDFab\FullDisc\INITIATIONS 7\VIDEO_TS\VTS_01_4.VOB [1/12/2008 7:50:13 PM] Processing file: C:\DVDFab\FullDisc\INITIATIONS 7\VIDEO_TS\VTS_01_5.VOB [1/12/2008 7:50:13 PM] Source resolution: 720x480 [1/12/2008 7:50:13 PM] Found NTSC source. [1/12/2008 7:50:13 PM] Source aspect ratio: 4:3 [1/12/2008 7:50:14 PM] Color correction enabled. [1/12/2008 7:50:14 PM] Analyzing source. [1/12/2008 7:55:59 PM] Source has percentage of interlacing in motion areas: 82.33 [1/12/2008 7:55:59 PM] Source has percentage of telecined patterns: 1.34 [1/12/2008 7:55:59 PM] Source has percentage of progressive patterns: 8.95 [1/12/2008 7:55:59 PM] Source has percentage of interlaced patterns: 89.71 [1/12/2008 7:55:59 PM] Source is considered to be interlaced. [1/12/2008 7:55:59 PM] Output will contain 271223 frames [1/12/2008 7:55:59 PM] Audio1 size: 217,193,472 bytes (207.13 Mb) [1/12/2008 7:55:59 PM] Overhead: 3,220,736 bytes (3.07 Mb) [1/12/2008 7:55:59 PM] Video size: 1,247,592,192 bytes (1189.80 Mb) [1/12/2008 7:55:59 PM] Running compressibility test. [1/12/2008 7:55:59 PM] Writing the following script to D:\zzz\agk_tmp\INITIATIONS 7_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\RemoveGrainSSE3.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll") movie = mpeg2source("D:\zzz\agk_tmp\INITIATIONS 7.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 LeakKernelDeInt(movie,order=1,sharp=true) autocrop(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,threads=0) SelectRangeEvery(300,15) =========================================================== [1/12/2008 8:05:51 PM] Duration was: 9 minutes 52 seconds [1/12/2008 8:05:51 PM] Speed was: 22.89 fps. [1/12/2008 8:05:51 PM] Compressibility percentage is: 23.65 [1/12/2008 8:05:51 PM] Using softer matrix. [1/12/2008 8:05:51 PM] Using softer resizer. [1/12/2008 8:05:51 PM] Chosen resolution is: 496x368 ( AR: 1.35 ) [1/12/2008 8:05:51 PM] Predicted comptest value is: 56.33% [1/12/2008 8:05:51 PM] Running first pass. [1/12/2008 8:05:51 PM] Writing the following script to D:\zzz\agk_tmp\INITIATIONS 7_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\RemoveGrainSSE3.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll") movie = mpeg2source("D:\zzz\agk_tmp\INITIATIONS 7.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 = 496 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 LeakKernelDeInt(movie,order=1,sharp=true) autocrop(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,threads=0) =========================================================== [1/12/2008 9:10:11 PM] Duration was: 1 hour, 4 minutes 20 seconds [1/12/2008 9:10:11 PM] Speed was: 70.26 fps. [1/12/2008 9:10:12 PM] Expected quality of first pass size: 46.57% [1/12/2008 9:10:12 PM] Trying to adjust settings. [1/12/2008 9:10:12 PM] Chosen resolution is: 384x288 ( AR: 1.33 ) [1/12/2008 9:10:12 PM] Predicted comptest value is: 76.87 [1/12/2008 9:10:12 PM] Re-running first pass. [1/12/2008 9:10:12 PM] Writing the following script to D:\zzz\agk_tmp\INITIATIONS 7_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\RemoveGrainSSE3.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll") movie = mpeg2source("D:\zzz\agk_tmp\INITIATIONS 7.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 = 384 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 LeakKernelDeInt(movie,order=1,sharp=true) autocrop(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,threads=0) =========================================================== [1/12/2008 10:03:13 PM] Duration was: 53 minutes 0 seconds [1/12/2008 10:03:13 PM] Speed was: 85.27 fps. [1/12/2008 10:03:13 PM] Expected quality of first pass size: 70.35% [1/12/2008 10:03:13 PM] Running second pass. [1/12/2008 11:03:36 PM] Duration was: 1 hour, 0 minutes 23 seconds [1/12/2008 11:03:36 PM] Speed was: 74.86 fps. [1/12/2008 11:03:37 PM] Splitting video into: D:\zzz\INITIATIONS 7.cd1.avi [1/12/2008 11:04:25 PM] Splitting video into: D:\zzz\INITIATIONS 7.cd2.avi [1/12/2008 11:05:08 PM] Job finished. Total time: 3 hours 16 minutes 13 seconds