VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Mar 2007
    Location
    United States
    Search Comp PM
    Just curious about the proper way to install plugins. Does AVISynth load everything in the "plugins" directory recursively or only what is in the root directory? For instance, I unzipped all MaskTools2 files into "plugins" which contains LimitedSharpenFaster.avsi in a subdirectory but when I call LimitedSharpenFaster() it tells me it can't find a function with that name. So does AVISynth only load files in the root?
    Quote Quote  
  2. Hi-

    I keep my LimitedSharpenFaster.avsi in the AviSynth Plugins folder and it loads automatically when I open a script in, say, VDubMod. If yours doesn't, then change the .avsi to .avs and import it into your script with a line something like this:

    Import("C:\Path\To\LimitedSharpenFaster.avs")

    The .dlls and .avsi's are supposed to load automatically when needed (if in the plugins folder), but they don't for everyone. I don't know why not.
    Quote Quote  
  3. Member
    Join Date
    Mar 2007
    Location
    United States
    Search Comp PM
    I'll try that thanks. I guess my question was more geared towards installing all the other plugins like MaskTools, RemoveGrain, Warpsharp, etc. For example, when I unzip MaskTools I get the following directory structure in "plugins":

    MaskTools\ (contains mt_masktools-25.dll and mt_masktools-26.dll)
    MaskTools\avs2x\...
    MaskTools\common\...
    MaskTools\masktools\... (contains LimitedSharpenFaster.avsi)

    So do I just need to copy the masktools DLLs and LimitedSharpenFaster.avsi into "plugins" or will AVISynth recursively search the directories under "plugins" and load any plugins and scripts?
    Quote Quote  
  4. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    Originally Posted by sd_smoker
    So does AVISynth only load files in the root?
    yes, only plugins dir of install

    Originally Posted by sd_smoker
    So do I just need to copy the masktools DLLs and LimitedSharpenFaster.avsi into "plugins" or will AVISynth recursively search the directories under "plugins" and load any plugins and scripts?
    yes, but you only need the 25 masktools dll.
    no.

    Originally Posted by manono
    The .dlls and .avsi's are supposed to load automatically when needed (if in the plugins folder), but they don't for everyone. I don't know why not.
    never had any problems myself


    tripp
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  



Similar Threads

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