[18/11/2009 8:12:53 PM] AutoGK 2.55 [18/11/2009 8:12:53 PM] OS: Windows Vista (6.1.7600).2 [18/11/2009 8:12:53 PM] Job started. [18/11/2009 8:12:53 PM] Input file: G:\- DVD RIP -\1\VTS_01_0.IFO [18/11/2009 8:12:53 PM] Output file: G:\- DVD RIP -\1\hackDUSK_S01E01_DvDrip_AS.avi [18/11/2009 8:12:53 PM] Output codec: XviD [18/11/2009 8:12:53 PM] Audio 1: English AC3 2ch [18/11/2009 8:12:53 PM] Subtitles 1: English wide [18/11/2009 8:12:53 PM] Format: AVI [18/11/2009 8:12:53 PM] Target size: 175Mb [18/11/2009 8:12:53 PM] Custom resolution settings: fixed width of 624 pixels [18/11/2009 8:12:53 PM] Audio 1 settings: CBR MP3 with bitrate: 128Kbps [18/11/2009 8:12:53 PM] Standalone support enabled: MTK/Sigma [18/11/2009 8:12:53 PM] Started encoding. [18/11/2009 8:12:53 PM] Demuxing and indexing. [18/11/2009 8:13:11 PM] Processing file: G:\- DVD RIP -\1\VTS_01_1.VOB [18/11/2009 8:13:11 PM] Processing file: G:\- DVD RIP -\1\VTS_01_2.VOB [18/11/2009 8:13:11 PM] Source resolution: 720x576 [18/11/2009 8:13:11 PM] Found PAL source. [18/11/2009 8:13:12 PM] Source aspect ratio: 16:9 [18/11/2009 8:13:12 PM] Loading custom fps file. [18/11/2009 8:13:12 PM] Output will contain 34105 frames [18/11/2009 8:13:12 PM] Decoding audio. [18/11/2009 8:13:20 PM] Normalizing audio. [18/11/2009 8:13:20 PM] Encoding audio. [18/11/2009 8:14:35 PM] Preparing subtitles. [18/11/2009 8:14:38 PM] Audio1 size: 22,758,528 bytes (21.70 Mb) [18/11/2009 8:14:38 PM] Overhead: 404,992 bytes (0.39 Mb) [18/11/2009 8:14:38 PM] Video size: 160,337,280 bytes (152.91 Mb) [18/11/2009 8:14:38 PM] Running compressibility test. [18/11/2009 8:14:38 PM] Writing the following script to G:\- DVD RIP -\1\agk_tmp\hackDUSK_S01E01_DvDrip_AS_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\hackDUSK_S01E01_DvDrip_AS.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\hackDUSK_S01E01_DvDrip_AS.idx") SelectRangeEvery(250,15) =========================================================== [18/11/2009 8:15:01 PM] Duration was: 22 seconds [18/11/2009 8:15:01 PM] Speed was: 89.31 fps. [18/11/2009 8:15:01 PM] Compressibility percentage is: 75.59 [18/11/2009 8:15:01 PM] Chosen resolution is: 624x352 ( AR: 1.77 ) [18/11/2009 8:15:01 PM] Predicted comptest value is: 75.59% [18/11/2009 8:15:01 PM] Running first pass. [18/11/2009 8:15:01 PM] Writing the following script to G:\- DVD RIP -\1\agk_tmp\hackDUSK_S01E01_DvDrip_AS_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\hackDUSK_S01E01_DvDrip_AS.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\hackDUSK_S01E01_DvDrip_AS.idx") =========================================================== [18/11/2009 8:19:40 PM] Duration was: 4 minutes 38 seconds [18/11/2009 8:19:40 PM] Speed was: 122.34 fps. [18/11/2009 8:19:40 PM] Expected quality of first pass size: 65.70% [18/11/2009 8:19:40 PM] Running second pass. [18/11/2009 8:24:38 PM] Duration was: 4 minutes 57 seconds [18/11/2009 8:24:38 PM] Speed was: 114.48 fps. [18/11/2009 8:24:38 PM] Job finished. Total time: 11 minutes 44 seconds