[12/29/2009 7:17:52 PM] AutoGK 2.55 [12/29/2009 7:17:52 PM] OS: WinXP (5.1.2600).2 [12/29/2009 7:17:52 PM] Job started. [12/29/2009 7:17:52 PM] Input file: C:\movies\Adult Movies\changeling\VIDEO_TS\VTS_01_5.VOB [12/29/2009 7:17:52 PM] Output file: C:\movies\Adult Movies\changeling\VIDEO_TS\VTS_01_5.avi [12/29/2009 7:17:52 PM] Output codec: XviD [12/29/2009 7:17:52 PM] Audio 1: Audio Stream 0 AC3 [12/29/2009 7:17:52 PM] Subtitles: none [12/29/2009 7:17:52 PM] Format: AVI [12/29/2009 7:17:52 PM] Target quality: 75% [12/29/2009 7:17:52 PM] Audio 1 settings: Auto [12/29/2009 7:17:52 PM] Started encoding. [12/29/2009 7:17:52 PM] Demuxing and indexing. [12/29/2009 7:17:57 PM] Processing file: C:\movies\Adult Movies\changeling\VIDEO_TS\VTS_01_5.VOB [12/29/2009 7:17:57 PM] Source resolution: 720x576 [12/29/2009 7:17:57 PM] Found PAL source. [12/29/2009 7:17:57 PM] Source aspect ratio: 16:9 [12/29/2009 7:17:57 PM] Analyzing source. [12/29/2009 7:18:15 PM] Source has percentage of interlacing in motion areas: 0.00 [12/29/2009 7:18:15 PM] Source is considered to be progressive. [12/29/2009 7:18:15 PM] Output will contain 16504 frames [12/29/2009 7:18:15 PM] Using VAQ in XviD [12/29/2009 7:18:15 PM] Running single pass encoding. [12/29/2009 7:18:15 PM] Writing the following script to C:\movies\Adult Movies\changeling\VIDEO_TS\agk_tmp\VTS_01_5_movie.avs =========================================================== LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll") movie = mpeg2source("C:\movies\Adult Movies\changeling\VIDEO_TS\agk_tmp\VTS_01_5.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.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 = 720 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) =========================================================== [12/29/2009 7:20:43 PM] Duration was: 2 minutes 28 seconds [12/29/2009 7:20:43 PM] Speed was: 111.17 fps. [12/29/2009 7:20:43 PM] Job finished. Total time: 2 minutes 51 seconds