View Single Post
Old 28th October 2020, 12:08   #2  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Only plugins in the Plugins directory of an independent (not MeGUI included) install of Avs+ are auto loaded.
To use any other plugins, need to add eg LoadPlugin("Z:\MyPath\Mydll.dll") to the script before calling the filter.

LoadPlugin:- http://avisynth.nl/index.php/Plugins#LoadPlugin

You are better off installing independent Avs+ and using that with plugin autoload.

EDIT: Note, with the current avs+ standard setup, it can install both x86 and x64 avs+ side-by-side.

AVS+:- https://forum.doom9.org/showthread.php?t=181351

EDIT: removed 's' from LoadPlugins("Z:\MyPath\Mydll.dll")
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 28th October 2020 at 15:42.
StainlessS is offline   Reply With Quote