[17/11/2009 8:32:08 PM] AutoGK 2.55 [17/11/2009 8:32:08 PM] OS: Windows Vista (6.1.7600).2 [17/11/2009 8:32:08 PM] Job started. [17/11/2009 8:32:08 PM] Input file: G:\- DVD RIP -\1\VTS_01_0.IFO [17/11/2009 8:32:08 PM] Output file: G:\- DVD RIP -\1\1.avi [17/11/2009 8:32:08 PM] Output codec: XviD [17/11/2009 8:32:08 PM] Audio 1: English AC3 2ch [17/11/2009 8:32:08 PM] Subtitles 1: English wide [17/11/2009 8:32:08 PM] Format: AVI [17/11/2009 8:32:08 PM] Target size: 180Mb [17/11/2009 8:32:08 PM] Custom resolution settings: fixed width of 624 pixels [17/11/2009 8:32:08 PM] Audio 1 settings: CBR MP3 with bitrate: 128Kbps [17/11/2009 8:32:08 PM] Started encoding. [17/11/2009 8:32:08 PM] Demuxing and indexing. [17/11/2009 8:32:16 PM] Processing file: G:\- DVD RIP -\1\VTS_01_1.VOB [17/11/2009 8:32:16 PM] Processing file: G:\- DVD RIP -\1\VTS_01_2.VOB [17/11/2009 8:32:16 PM] Source resolution: 720x576 [17/11/2009 8:32:16 PM] Found PAL source. [17/11/2009 8:32:16 PM] Source aspect ratio: 16:9 [17/11/2009 8:32:16 PM] Loading custom fps file. [17/11/2009 8:32:16 PM] Output will contain 34105 frames [17/11/2009 8:32:16 PM] Decoding audio. [17/11/2009 8:32:24 PM] Normalizing audio. [17/11/2009 8:32:25 PM] Encoding audio. [17/11/2009 8:33:39 PM] Preparing subtitles. [17/11/2009 8:33:43 PM] Using cartoon mode. [17/11/2009 8:33:43 PM] Audio1 size: 22,758,528 bytes (21.70 Mb) [17/11/2009 8:33:43 PM] Overhead: 404,992 bytes (0.39 Mb) [17/11/2009 8:33:43 PM] Video size: 165,580,160 bytes (157.91 Mb) [17/11/2009 8:33:43 PM] Running compressibility test. [17/11/2009 8:33:43 PM] Writing the following script to G:\- DVD RIP -\1\agk_tmp\1_comptest.avs =========================================================== LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\autocrop.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\vsfilter.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\RemoveGrainSSE3.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\fdecimate.dll") movie = mpeg2source("G:\- DVD RIP -\1\agk_tmp\1.d2v") movie = FDecimate(movie,rate=23.976,threshold=1) 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.42222222222222 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 = 624 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("G:\- DVD RIP -\1\agk_tmp\1.idx") SelectRangeEvery(250,15) =========================================================== [17/11/2009 8:34:02 PM] Duration was: 18 seconds [17/11/2009 8:34:02 PM] Speed was: 109.29 fps. [17/11/2009 8:34:02 PM] Compressibility percentage is: 57.12 [17/11/2009 8:34:02 PM] Chosen resolution is: 624x352 ( AR: 1.77 ) [17/11/2009 8:34:02 PM] Predicted comptest value is: 57.12% [17/11/2009 8:34:02 PM] Running first pass. [17/11/2009 8:34:02 PM] Writing the following script to G:\- DVD RIP -\1\agk_tmp\1_movie.avs =========================================================== LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\autocrop.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\vsfilter.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\RemoveGrainSSE3.dll") LoadPlugin("C:\PROGRA~2\AutoGK\filters\fdecimate.dll") movie = mpeg2source("G:\- DVD RIP -\1\agk_tmp\1.d2v") movie = FDecimate(movie,rate=23.976,threshold=1) 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.42222222222222 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 = 624 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("G:\- DVD RIP -\1\agk_tmp\1.idx") =========================================================== [17/11/2009 8:38:04 PM] Duration was: 4 minutes 1 second. [17/11/2009 8:38:04 PM] Speed was: 140.97 fps. [17/11/2009 8:38:04 PM] Expected quality of first pass size: 57.92% [17/11/2009 8:38:04 PM] Running second pass. [17/11/2009 8:42:07 PM] Duration was: 4 minutes 2 seconds [17/11/2009 8:42:07 PM] Speed was: 140.50 fps. [17/11/2009 8:42:07 PM] Job finished. Total time: 9 minutes 59 seconds