I tried to convert a .mpeg2 movie to .avi but it didnt do it here is the log file can anyone see whats wrong
[23/08/2006 22:42:48] AutoGK 2.27
[23/08/2006 22:42:48] OS: WinXP (5.1.2600).2
[23/08/2006 22:42:48] Job started.
[23/08/2006 22:42:48] Input file: \\Chaintech\d\MyWorks\Capture.mpg
[23/08/2006 22:42:48] Output file: \\Chaintech\d\MyWorks\Capture.avi
[23/08/2006 22:42:48] Output codec: XviD
[23/08/2006 22:42:48] Audio 1: Audio Stream 0 AC3
[23/08/2006 22:42:48] Subtitles: none
[23/08/2006 22:42:48] Format: .AVI
[23/08/2006 22:42:48] Target size: 1400Mb
[23/08/2006 22:42:48] Started encoding.
[23/08/2006 22:42:48] Demuxing and indexing.
[23/08/2006 23:48:11] Processing file: \\Chaintech\d\MyWorks\Capture.mpg
[23/08/2006 23:48:11] Source resolution: 720x576
[23/08/2006 23:48:11] Found PAL source.
[23/08/2006 23:48:11] Source aspect ratio: 4:3
[23/08/2006 23:48:12] Color correction enabled.
[23/08/2006 23:48:12] Analyzing source.
[24/08/2006 00:08:05] Source has percentage of interlacing in motion areas: 26.25
[24/08/2006 00:08:05] Source is considered to be interlaced.
[24/08/2006 00:08:05] Output will contain 199303 frames
[24/08/2006 00:08:05] Audio1 size: 255,106,048 bytes (243.29 Mb)
[24/08/2006 00:08:05] Overhead: 1,328,640 bytes (1.27 Mb)
[24/08/2006 00:08:05] Video size: 1,211,571,712 bytes (1155.44 Mb)
[24/08/2006 00:08:05] Running compressibility test.
[24/08/2006 00:08:05] Writing the following script to \\Chaintech\d\MyWorks\agk_tmp\Capture_comptest.avs
================================================== =========
LoadPlugin("c:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("c:\PROGRA~1\AutoGK\filters\autocrop.dl l")
LoadPlugin("c:\PROGRA~1\AutoGK\filters\ColorMatrix .dll")
LoadPlugin("c:\PROGRA~1\AutoGK\filters\RemoveGrain SSE2.dll")
LoadPlugin("c:\PROGRA~1\AutoGK\filters\kerneldeint .dll")
movie = mpeg2source("\\Chaintech\d\MyWorks\agk_tmp\Capture .d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=34,samplestartframe=0,leftad d=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.06666666666667
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 = 704
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=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,asp ect=new_aspect,threshold=34,samplestartframe=0,lef tadd=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(300,15)
================================================== =========
[24/08/2006 00:43:43] Duration was: 35 minutes 35 seconds
[24/08/2006 00:43:44] Speed was: 4.67 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[24/08/2006 00:43:51] Job finished. Total time: 2 hours 1 minute, 3 seconds
Closed Thread
Results 1 to 2 of 2
-
-
Once is enough! Don't double post.
Interested readers may continue here.
/Mats
Similar Threads
-
autogk
By maxone71 in forum Video ConversionReplies: 4Last Post: 13th Mar 2011, 20:27 -
Need help with AutoGk - DirectShowSource
By patrickj0781 in forum Video ConversionReplies: 0Last Post: 22nd Feb 2010, 10:23 -
Trouble with AutoGK...
By takearushfan in forum Newbie / General discussionsReplies: 6Last Post: 21st May 2008, 08:58 -
Help with AutoGK please
By smackyourfupa in forum DVD RippingReplies: 7Last Post: 29th Nov 2007, 02:21 -
AutoGK Question
By ironape2 in forum Video ConversionReplies: 5Last Post: 28th May 2007, 18:46