Hey,
I've downloaded some filters for Avisynth and I don't know how to install them (No mention to it in the documentation, why?). So far it is CNR2 and Chromashift.
I added CNR2's DLL to the plugins directory, is that right?
For chromashift, I don't know what to do because there are other files there which contain scripts:
avisynth.h
ChromaShift.cpp
ChromaShift.dsp
ChromaShift.dsw
ChromaShift.h
What to do with those?
BTW, isn't there any rule of thumb for installing plugins to Avisynth? I would like to know.
+ Reply to Thread
Results 1 to 5 of 5
-
-
The plugins from 'plugins' (AviSynth directory) folder are auto-loaded at AviSynth startup, this is useful for often used plugins. Otherwise you put plugins to a folder with the path you can remember and use 'LoadPlugin' command in your script.
P.S. Some files that come with a plugin' .dll can contain source code files, etc. for program developers. In other cases plugins (like FFT3DFilter) can use external dll's and this is usually mentioned by plugin author. -
OK.
So if I put the new plugins in the 'plugins' folder - I don't have to add the command loadplugin("[pluginname]")?
Is that correct? -
What to do with those?
Throw them away. Just put the .dll in the Plugins folder (or write the full LoadPlugin line at the top of the script).
Similar Threads
-
64-Bit AVISynth wont install
By killerteengohan in forum EditingReplies: 1Last Post: 10th Mar 2012, 22:55 -
Unable to install avisynth: Error opening file for writing
By ximon in forum Newbie / General discussionsReplies: 3Last Post: 12th Dec 2011, 17:52 -
Is there a way to use avisynth plugins/filters within Virtualdub?
By Milardo in forum EditingReplies: 5Last Post: 5th Jan 2011, 03:52 -
can't install Avisynth due to the devil.dll
By cemman in forum Newbie / General discussionsReplies: 6Last Post: 2nd Aug 2009, 05:18 -
Basic question about AVISynth plugins
By sd_smoker in forum Newbie / General discussionsReplies: 3Last Post: 3rd Jul 2008, 11:04