View Single Post
Old 21st November 2020, 02:25   #5  |  Link
simple_simon
Registered User
 
Join Date: Feb 2003
Posts: 106
I'm really surprised this info isn't more readily available (and that nobody on this board knew the answer) but I'll go ahead and answer my own question for anyone who might want to know. I discovered this my examining an avisynth script created by MeGui for encoding an audio file. Add the following to the top of your script:

AddAutoloadDir("Full Path To Your Plugin Folder Of Choice")

If you also have an external Avisynth installed and want to bypass it's default plugins directory you'll also need to do this:

ClearAutoloadDirs()
AddAutoloadDir("Full Path To Your Plugin Folder Of Choice")

Adding this to all scripts and keeping the plugins folder you point to in the same folder as MeGui makes the whole package now completely self-contained & portable.
simple_simon is offline   Reply With Quote