VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. I am trying to use the plugin TomsMoComp in AviSynth to deinterlace my video, but no matter which application I use (Virtualdub) I keep getting the same error: 'TomsMoComp: Supports YUY2 and YV12 color formats only'. The thing is, I captured the video in YUY2 format, so I cannot figure out why it is giving me that error (if this matters, I used Huffyuv to compress it). I even tried adding 'ConvertToYUY2' in the AviSynth script and still gives the same error. This is the script:

    LoadPlugin("C:\Downloads\1\Avisynth_2.5_Alpha\Toms MoComp_Avisynth\Release\TomsMoComp.dll")
    clip = AVISource("C:\Documents and Settings\b\My Documents\Capture\#3 Finished\2.avi")
    ConvertToYUY2(clip)
    return clip.TomsMoComp(1,15,1)


    I have messed with this for hours, tried researching it, cannot figure out why I am getting that error. Everything used is the most recent versions. Any help would be appreciated,

    Thanks.
    Quote Quote  
  2. Member
    Join Date
    Sep 2001
    Location
    Japan
    Search Comp PM
    have you tried:
    ...
    clip=ConvertToYUY2(clip) #or clip=clip.ConvertToYUY2()
    ...
    ?
    Quote Quote  
  3. Get Slack disturbed1's Avatar
    Join Date
    Apr 2001
    Location
    init 4
    Search Comp PM
    Do you have force RGB output, or always suggest RGB output set for Huffyuv?

    My script is usually much simpler

    LOADPLUGIN("C:\Program Files\AviSynth 2.5\plugins\TomsMoComp.DLL")
    AVISource("G:\capture.00.avi")
    TomsMoComp(1,30,1)


    Is clip=this and clip that really necc? I've never used it, and have never experienced any problems.
    Quote Quote  
  4. It works now! I enabled 'always suggest RGB output' in the Huffyuv properties. Works great now. And that clip = ... thing, I just tried that by using an example I found, but it is not needed. I just downloaded AviSynth a few days ago and am still messing with it. It just baffled me why it wouldn't work, just something simple that I never had to change before.

    Thanks everyone
    Quote Quote  



Similar Threads

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