Log in

View Full Version : loadplugin error for fft3d


suryo
2nd October 2007, 18:24
hello everyone!

this is my first script. after sucessfully loading it and cropping it I've set about denoising it for compression. I'm getting a 'loadPlugin' error message in the player

in the instructions under 'features and limitations' point5 the author mentions that another file, the "FFT3W.DLL" needs to go somewhere other than the plugins folder "to some directory in path"

http://bag.hotmail.ru/fft3dfilter/fft3dfilter.dhtml

i'm not entirely sure what that meens but i've got a feeling that's why it's not working

thanking you, in advance for any help rendered!

also, if there is another noise reduction filter that has basic code i'd love to hear about it

Pookie
2nd October 2007, 18:36
from the documentation:

It may be downloaded from ftp://ftp.fftw.org/pub/fftw/fftw3win32mingw.zip
You MUST put FFTW3.DLL file from this package (not fft3dfilter.dll) to some directory in path (for example, C:\WINNT\SYSTEM32). (or c:\windows\system32)
Filter will NOT work without it!

TheRyuu
2nd October 2007, 19:06
Yea, Pookie is right.

Just throw fft3d into your system32 folder, then load the fft3dfilter plugin from your script. fft3d does not (and should not) be loaded.