Hey,
I'm trying to get rid of some grain in my footage and I'd like to use TemporalDegrain to do it. The other smoothers haven't been powerful enough so far.
However, the information on using TemporalDegrain is somewhat esoteric for non-programmers. I've installed the software listed on this page. I'm using this script:
avisource("MyFootage")
ConvertToYV12()
TemporalDegrain()
But when I open the script in VirtualDub it's giving me the error:
"Avisynth open failure:
FFT3DFilter: Can not load FFTW3.DLL!
(TemporalDegrain.avsi, line 81)"
I have "FFT3DFilter.DLL" in my plug-ins folder. I also have "FFTW3.DLL" in my System32 folder. I have also tried adding to my script:
Loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FFT3DFilter.dll")
But I get the same message either way. Anyone have any idea what might be up?
Thanks for reading.
