View Single Post
Old 2012-05-14, 21:17   Link #13
HauntingShock
Senior Member
 
 
Join Date: May 2012
Quote:
Originally Posted by jfs View Post
Avisynth will automatically try to load all plugins in a particular folder, usually something like c:\program files\avisynth 2.5\plugins\. Do not use that, it's a wonderful way to get strange behaviour because some plugins do unexpected things or interfere with each other or whatever else. (The Avisynth installation automatically places DirectShowSource and TcpDeliver there, it's fine to keep those in place.)
Always LoadPlugin() what you need, and only what you actually need.
Oh I see... Thanks
HauntingShock is offline   Reply With Quote