VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Sorrry if this isn't the corect place for this, it seemed the closest. I'm trying to add PeachSmoother to my avisynth filters, but am not having success. I unzipped the download to the plugins subdirectory, but AviSynth won't load it. Is there else I'm supposed to store it, or is there something else I'm supposed to do with it? The included filters in aviSynth work fine, but as we all know, none of us is ever satisfied to leave well enough alone. Thanks for any help. Nyah Levi
    Quote Quote  
  2. Can you post a copy of your script? and what is the exact error msg?
    No doubt you have d/l the correct version for your version of
    avisynth?
    Quote Quote  
  3. The relevent portion of the script is
    LoadPlugin(" path\PeachSmoother.dll")
    PeachSmoother()

    The error message is "could not load plugin" The version on AviSynth is 2.54, which is supposed to work with this filter. When I removed the loadplugin line, it couldn't find the filter either. Thanx for responding.
    Nyah Levi
    Quote Quote  
  4. Ok it works on my system, pretty fast too - don't forget
    the ConvertToYUY2() unless you want garbage

    I did once have a similar problem with another dll. It seemed
    there was a reference to an earlier avisynth somewhere in the
    system; exactly where I never found out but I think it was down
    to dvd2svcd. Point is that avisynth worked with the common dlls
    but could not find the new one - even when placed in the plugins
    directory.

    The fix?

    I simply un installed Avisynth and reinstalled. Placed the new dll in
    the plug in's's directory in the folder beneath Avisynth, as it should be,
    and kept the path directed to that plugin folder.
    Crude solution but it worked.
    Quote Quote  
  5. I though "PeachSmoother.dll" was for AviSynth 2.0.

    Is there a version for 2.5x now or are you using "loadpluginex.dll"?
    Quote Quote  
  6. I d/l the version for Avisynth 2.5 from Graft's site I think.
    No loadplugin - I don't think that would work anyway.

    PM me and I can email it
    Quote Quote  
  7. well, going back to my original question, if you don't use "LoadPlugin"to load peachSmoother, how do you load it? While I get very good results with LanczosResize and, after converting to YUY2, TemporalSoftener, i'd like to try some of these other filters. Thanks Nyah Levi
    Quote Quote  
  8. You don't use loadpluginex.dll. You do use the command LoadPlugin

    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\PeachSmoother.dll")
    AVISource("C:\DriveC_DVD_BURN\name.avi")
    ConvertToYUY2()
    BicubicResize(720,576,0.00,0.70)
    PeachSmoother()
    Quote Quote  
  9. Thanks for the clarification. Nyah Levi
    Quote Quote  
  10. Member adam's Avatar
    Join Date
    Sep 2000
    Location
    United States
    Search Comp PM
    You don't have to ever load plugins in your script unless you are using a very old version of Avisynth. Simply place the .dll in the Avisynth/plugins directory and they are automatically loaded. Just invoke them in your script, ie: PeachSmoother()
    Quote Quote  



Similar Threads

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