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.
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.