VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I'm trying to encode a .ts 1080i to 720p x264, but I'm having some trouble.

    This is my .avs
    Code:
    LoadPlugin("C:\Programmer\AviSynth 2.5\plugins\mt_masktools.dll")
    mpeg2source("C:\Documents and Settings\User\Skrivebord\Encoding\source_sample.d2v",info=3)
    tdeint()
    removegrain(1)
    crop(0,26,-0,-34)
    Spline36Resize(1280,688)
    limitedsharpenfaster(strength=10)
    But I'm getting this error: click here when I'm trying to load my .avs in MeGUI. This is what I've put in my plugins folder
    Code:
    masktools (folder)
    avs25 (folder)
    common (folder)
    mt_masktools.dll
    
    LimitedSharpenFaster.avsi
    
    RemoveGrainSSE3.dll
    Am I doing anything wrong?
    Quote Quote  
  2. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    I guess your imported LSP script addresses a newer version of RemoveGrain than the one you use (likely before mode 19 was added), I had the same error when using FixBlendIVTC script until loaded the right RemoveGrain version (thanks to manono for uploading; it's rare and not supported by the author anymore). Check the docs for your version and look for the last added mode in versions history. Then try this one instead:

    http://rapidshare.com/files/41010355/RemoveGrain.dll.html
    Quote Quote  
  3. IT WORKS!

    Thank you, I've been asking this question in numerous forums, but no one could figure it out. Thanks!
    Quote Quote  



Similar Threads

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