VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Apr 2007
    Location
    Lithuania
    Search Comp PM
    Hi, I'm trying to compress .avi video file (that was captured with fraps) using Divx 6.5.1 codec with VirtualDubMod 1.5.10.2 and AutoGK 2.40 , but i always get this error: The source image format is not acceptable. (error code -2). Also i get this .txt file, maybe it's useful:
    Code:
    [2007.04.04 22:24:54] AutoGK 2.40
    [2007.04.04 22:24:54] OS: WinXP (5.1.2600).2
    [2007.04.04 22:24:54] Job started.
    [2007.04.04 22:24:54] Input file: C:\Documents and Settings\Adomas\Desktop\PES6 2007-04-04 21-40-47-96.avi
    [2007.04.04 22:24:54] Input codec: FPS1
    [2007.04.04 22:24:54] Source duration: 30s 733ms
    [2007.04.04 22:24:54] Output file: C:\Documents and Settings\Adomas\Desktop\PES6 2007-04-04 21-40-47-96_agk.avi
    [2007.04.04 22:24:54] Output codec: DivX
    [2007.04.04 22:24:54] Audio: none
    [2007.04.04 22:24:54] Subtitles: none
    [2007.04.04 22:24:54] Format: AVI
    [2007.04.04 22:24:54] Target size: 1400Mb
    [2007.04.04 22:24:54] Started encoding.
    [2007.04.04 22:24:54] Source resolution: 800x600
    [2007.04.04 22:24:54] Source fps: 30
    [2007.04.04 22:24:54] Analyzing source.
    [2007.04.04 22:25:54] Source has percentage of interlacing in motion areas: 0,00
    [2007.04.04 22:25:54] Source has percentage of telecined patterns: 0,00
    [2007.04.04 22:25:54] Source has percentage of progressive patterns: 100,00
    [2007.04.04 22:25:54] Source has percentage of interlaced patterns: 0,00
    [2007.04.04 22:25:54] Source is considered to be progressive.
    [2007.04.04 22:25:54] Output will contain 922 frames
    [2007.04.04 22:25:54] Overhead: 25,600 bytes (0.02 Mb)
    [2007.04.04 22:25:54] Video size: 1,467,980,800 bytes (1399.98 Mb)
    [2007.04.04 22:25:54] Target bitrate is: 382121kbps
    [2007.04.04 22:25:54] Running compressibility test.
    [2007.04.04 22:25:54] Writing the following script to C:\Documents and Settings\Adomas\Desktop\agk_tmp\PES6 2007-04-04 21-40-47-96_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\RemoveGrainSSE3.dll")
    
    movie = DirectShowSource("C:\Documents and Settings\Adomas\Desktop\PES6 2007-04-04 21-40-47-96.avi",30).KillAudio()
    movie = isRGB(movie) ? ConvertToYV12(movie) : movie
    movie = isYUY2(movie) ? ConvertToYV12(movie) : 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 = 1
    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
    autocrop(movie,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)
    SelectRangeEvery(14,14)
    ===========================================================
    [2007.04.04 22:26:03] Duration was: 9 seconds
    [2007.04.04 22:26:03] Speed was: 100,18 fps.
    *************************************
    EXCEPTION: Open avi failed.
    *************************************
    [2007.04.04 22:26:03] Job finished. Total time: 1 minute, 9 seconds
    What can i do?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!