Log in

View Full Version : Windows 7 FFTW3 Missing.


boxXx
20th September 2009, 18:22
Doom9 users,

I'm trying to get FFT3Dfilter to work but it keeps saying that the file " FFTW3.DLL " is missing or that it can't be loaded.
Now the thing is i DID put the file in my system32 folder, is it that i'm running W7 ?
Mybe there is a way to manually point to the DLL ?

Here is my script, even tho i'm pretty sure its not the script.


DGDecode_MPEG2Source("G:\Encoding Powerpuff\Disc 1\1\videofile.d2v")
loadplugin("C:\encoding\denoiser\fft3dfilter.dll")
Load_Stdcall_Plugin("C:\Program Files (x86)\megui\tools\yadif\yadif.dll")

Yadif(order=-1)
FFT3DFilter(sigma=3)

Spline64Resize(640,480)
Crop(4,0,-4,0)

converttoyv12()

Thanks in advance.

kemuri-_9
20th September 2009, 18:58
you're on an x64 distribution of windows,
that means you put the dll into sysWOW64 instead of system32

boxXx
20th September 2009, 19:47
Thanks man, i had no idea this is the first time for me being on a 64bit operating system hehe.