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?
+ Reply to Thread
Results 1 to 4 of 4
-
-
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. -
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? -
Originally Posted by sd_smoker
Originally Posted by sd_smoker
no.
Originally Posted by manono
tripp"I'll give you five dollars if you let me throw a rock at you"
Similar Threads
-
Is there a way to use avisynth plugins/filters within Virtualdub?
By Milardo in forum EditingReplies: 5Last Post: 5th Jan 2011, 03:52 -
Avisynth, FFMPegSource, DGAVCDecode and some other basic questions
By Maikeru-sama in forum Video ConversionReplies: 7Last Post: 11th Jun 2008, 19:13 -
aviSynth + CCE Basic (2.7) fails on certain scripts
By binister in forum Video ConversionReplies: 6Last Post: 11th May 2008, 00:23 -
Very Basic Authoring Question
By Seeker47 in forum Authoring (DVD)Replies: 7Last Post: 10th Jun 2007, 20:24 -
How to install plugins for Avisynth?
By 1gnition in forum Capturing and VCRReplies: 4Last Post: 19th May 2007, 19:06