PDA

View Full Version : NicAudio is not loaded automatically


BetaWolf
30th March 2009, 14:10
I have problems encoding audio (rather decoding audio). The problem is every time megui uses a avisynthscript that uses a function from NicAudio I get an error that this function can't be found.

The NicAudio.dll is inside my Avisynth plugins directory. When I create the avs file myself I have to pass the absolute path to LoadPlugin() instead of just "NicAudio.dll". I think that is the problem. But who to fix it?

Sharktooth
30th March 2009, 15:41
if the .dll is in the plugins dir it have to be automatically loaded.
if not, there's definatly something wrong with your avisynth installation.
try uninstalling avisynth and reinstall the latest stable version (then reinstall all your needed filters).