[6/10/2006 7:03:11 PM] AutoGK 2.27 [6/10/2006 7:03:11 PM] OS: WinXP (5.1.2600).2 [6/10/2006 7:03:11 PM] Job started. [6/10/2006 7:03:11 PM] Input file: D:\Comadre\Comadre.06-06-09_21-38.00.avi [6/10/2006 7:03:11 PM] Input codec: dvsd [6/10/2006 7:03:11 PM] Source duration: 26mn 8s 533ms [6/10/2006 7:03:11 PM] Output file: D:\Comadre\Comadre.06-06-09_21-38.00_agk.avi [6/10/2006 7:03:11 PM] Output codec: XviD [6/10/2006 7:03:11 PM] Audio 1: 1536 Kbps PCM 2ch [6/10/2006 7:03:11 PM] Subtitles: none [6/10/2006 7:03:11 PM] Format: .AVI [6/10/2006 7:03:11 PM] Target size: 1493Mb [6/10/2006 7:03:11 PM] Custom resolution settings: fixed width of 640 pixels [6/10/2006 7:03:11 PM] Custom audio settings: CBR MP3 with bitrate: 320Kbps [6/10/2006 7:03:11 PM] Started encoding. [6/10/2006 7:03:11 PM] Source resolution: 720x480 [6/10/2006 7:03:11 PM] Source fps: 29.971 [6/10/2006 7:03:11 PM] Analyzing source. [6/10/2006 7:11:17 PM] Source has percentage of interlacing in motion areas: 98.06 [6/10/2006 7:11:17 PM] Source is considered to be interlaced. [6/10/2006 7:11:17 PM] Output will contain 47011 frames [6/10/2006 7:11:17 PM] Demuxing audio. [6/10/2006 7:19:44 PM] Normalizing audio. [6/10/2006 7:20:06 PM] Encoding audio. [6/10/2006 7:22:50 PM] Audio1 size: 62,744,640 bytes (59.84 Mb) [6/10/2006 7:22:50 PM] Overhead: 558,208 bytes (0.53 Mb) [6/10/2006 7:22:50 PM] Video size: 1,502,221,120 bytes (1432.63 Mb) [6/10/2006 7:22:50 PM] Running compressibility test. [6/10/2006 7:22:50 PM] Writing the following script to D:\Comadre\agk_tmp\Comadre.06-06-09_21-38.00_agk_comptest.avs =========================================================== LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll") movie = DirectShowSource("D:\Comadre\Comadre.06-06-09_21-38.00.avi",29.971).KillAudio() movie = isRGB(movie) ? ConvertToYV12(movie,true) : movie movie = isYUY2(movie) ? ConvertToYV12(movie,true) : movie cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) fixed_aspect = 0.909 c_width = width(cropclip) c_height = round(height(cropclip) / fixed_aspect) input_par = float(c_width)/float(c_height) out_width = 640 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 KernelDeInt(movie,order=0,sharp=true) autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) LanczosResize(out_width,out_height) RemoveGrain(mode=2) SelectRangeEvery(300,15) =========================================================== [6/10/2006 7:25:16 PM] Duration was: 2 minutes 26 seconds [6/10/2006 7:25:16 PM] Speed was: 16.09 fps. [6/10/2006 7:25:16 PM] Compressibility percentage is: 108.78 [6/10/2006 7:25:16 PM] Switching b-frames off [6/10/2006 7:25:16 PM] Chosen resolution is: 640x480 ( AR: 1.33 ) [6/10/2006 7:25:16 PM] Predicted comptest value is: 81.36% [6/10/2006 7:25:16 PM] Running first pass. [6/10/2006 7:25:16 PM] Writing the following script to D:\Comadre\agk_tmp\Comadre.06-06-09_21-38.00_agk_movie.avs =========================================================== LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll") movie = DirectShowSource("D:\Comadre\Comadre.06-06-09_21-38.00.avi",29.971).KillAudio() movie = isRGB(movie) ? ConvertToYV12(movie,true) : movie movie = isYUY2(movie) ? ConvertToYV12(movie,true) : movie cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) fixed_aspect = 0.909 c_width = width(cropclip) c_height = round(height(cropclip) / fixed_aspect) input_par = float(c_width)/float(c_height) out_width = 640 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 KernelDeInt(movie,order=0,sharp=true) autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) LanczosResize(out_width,out_height) RemoveGrain(mode=2) =========================================================== [6/10/2006 7:47:01 PM] Duration was: 21 minutes 44 seconds [6/10/2006 7:47:01 PM] Speed was: 36.03 fps. [6/10/2006 7:47:01 PM] Expected quality of first pass size: 78.17% [6/10/2006 7:47:01 PM] Running second pass. [6/10/2006 8:32:20 PM] Duration was: 45 minutes 19 seconds [6/10/2006 8:32:20 PM] Speed was: 17.29 fps. [6/10/2006 8:32:20 PM] Job finished. Total time: 1 hour, 29 minutes 9 seconds