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?
- 
	yes, only plugins dir of installOriginally Posted by sd_smoker
 
 yes, but you only need the 25 masktools dll.Originally Posted by sd_smoker
 no.
 
 never had any problems myselfOriginally 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, 04:52
- 
  Avisynth, FFMPegSource, DGAVCDecode and some other basic questionsBy Maikeru-sama in forum Video ConversionReplies: 7Last Post: 11th Jun 2008, 20:13
- 
  aviSynth + CCE Basic (2.7) fails on certain scriptsBy binister in forum Video ConversionReplies: 6Last Post: 11th May 2008, 01:23
- 
  Very Basic Authoring QuestionBy Seeker47 in forum Authoring (DVD)Replies: 7Last Post: 10th Jun 2007, 21:24
- 
  How to install plugins for Avisynth?By 1gnition in forum Capturing and VCRReplies: 4Last Post: 19th May 2007, 20:06


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote