[1/29/2007 10:53:01 PM] AutoGK 2.40 [1/29/2007 10:53:01 PM] OS: WinXP (5.1.2600).2 [1/29/2007 10:53:01 PM] Job started. [1/29/2007 10:53:01 PM] Input file: F:\shows\Paranoia Agent\ripping\vob episodes\EP1.VOB [1/29/2007 10:53:01 PM] Output file: F:\shows\Paranoia Agent\ripping\vob episodes\EP1.avi [1/29/2007 10:53:01 PM] Output codec: XviD [1/29/2007 10:53:01 PM] Audio 1: Audio Stream 0 AC3 [1/29/2007 10:53:01 PM] Audio 2: Audio Stream 1 AC3 [1/29/2007 10:53:01 PM] Subtitles: none [1/29/2007 10:53:01 PM] Format: AVI [1/29/2007 10:53:01 PM] Target size: 233Mb [1/29/2007 10:53:01 PM] Audio 1 settings: Original [1/29/2007 10:53:01 PM] Audio 2 settings: Original [1/29/2007 10:53:01 PM] Started encoding. [1/29/2007 10:53:01 PM] Demuxing and indexing. [1/29/2007 10:53:35 PM] Processing file: F:\shows\Paranoia Agent\ripping\vob episodes\EP1.VOB [1/29/2007 10:53:35 PM] Source resolution: 720x480 [1/29/2007 10:53:35 PM] Found NTSC source. [1/29/2007 10:53:35 PM] Source aspect ratio: 16:9 [1/29/2007 10:53:35 PM] Color correction enabled. [1/29/2007 10:53:35 PM] Analyzing source. [1/29/2007 10:54:17 PM] Source has percentage of interlacing in motion areas: 32.15 [1/29/2007 10:54:17 PM] Source has percentage of telecined patterns: 64.84 [1/29/2007 10:54:17 PM] Source has percentage of progressive patterns: 35.16 [1/29/2007 10:54:17 PM] Source has percentage of interlaced patterns: 0.00 [1/29/2007 10:54:17 PM] Source is considered to be hybrid (mostly FILM). [1/29/2007 10:54:17 PM] Looking for optimal hybrid thresholds. [1/29/2007 10:54:21 PM] Found threshold of: 1.61 [1/29/2007 10:54:21 PM] Output will contain 30924 frames [1/29/2007 10:54:21 PM] Audio1 size: 41,272,320 bytes (39.36 Mb) [1/29/2007 10:54:21 PM] Audio2 size: 41,272,320 bytes (39.36 Mb) [1/29/2007 10:54:21 PM] Overhead: 429,824 bytes (0.41 Mb) [1/29/2007 10:54:21 PM] Video size: 161,343,744 bytes (153.87 Mb) [1/29/2007 10:54:21 PM] Running compressibility test. [1/29/2007 10:54:21 PM] Writing the following script to F:\shows\Paranoia Agent\ripping\vob episodes\agk_tmp\EP1_comptest.avs =========================================================== LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll") movie = mpeg2source("F:\shows\Paranoia Agent\ripping\vob episodes\agk_tmp\EP1.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.18518518518519 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 = 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 Telecide(movie,guide=1,post=2).Decimate(mode=3,threshold=1.61) 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) SelectRangeEvery(214,15) =========================================================== [1/29/2007 10:55:38 PM] Duration was: 1 minute, 17 seconds [1/29/2007 10:55:38 PM] Speed was: 27.89 fps. [1/29/2007 10:55:38 PM] Compressibility percentage is: 142.59 [1/29/2007 10:55:38 PM] Using sharper matrix [1/29/2007 10:55:38 PM] Chosen resolution is: 720x416 ( AR: 1.73 ) [1/29/2007 10:55:38 PM] Predicted comptest value is: 84.20% [1/29/2007 10:55:38 PM] Running first pass. [1/29/2007 10:55:38 PM] Writing the following script to F:\shows\Paranoia Agent\ripping\vob episodes\agk_tmp\EP1_movie.avs =========================================================== LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll") LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll") movie = mpeg2source("F:\shows\Paranoia Agent\ripping\vob episodes\agk_tmp\EP1.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.18518518518519 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 Telecide(movie,guide=1,post=2).Decimate(mode=3,threshold=1.61) 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) =========================================================== [1/29/2007 11:07:54 PM] Duration was: 12 minutes 15 seconds [1/29/2007 11:07:54 PM] Speed was: 42.03 fps. [1/29/2007 11:07:54 PM] Expected quality of first pass size: 79.28% [1/29/2007 11:07:54 PM] Running second pass. [1/29/2007 11:23:03 PM] Duration was: 15 minutes 8 seconds [1/29/2007 11:23:03 PM] Speed was: 34.04 fps. [1/29/2007 11:23:03 PM] Job finished. Total time: 30 minutes 1 second.