TemporalDegrain: FFT3DFilter Error

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
PaperIsland
Joined: Fri Jun 10, 2005 6:15 pm
Org Profile

TemporalDegrain: FFT3DFilter Error

Post by PaperIsland » Tue Oct 27, 2009 8:08 pm

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.

User avatar
PaperIsland
Joined: Fri Jun 10, 2005 6:15 pm
Org Profile

Re: TemporalDegrain: FFT3DFilter Error

Post by PaperIsland » Tue Oct 27, 2009 8:12 pm

Forgot to use the code tag:

Code: Select all

avisource("E:\Xobile\Working It Out\wio cc trial avs.avi")
ConvertToYV12()
Loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FFT3DFilter.dll")
TemporalDegrain()

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: TemporalDegrain: FFT3DFilter Error

Post by Zarxrax » Tue Oct 27, 2009 8:41 pm

If you are using a 64-bit operating system, then I believe FFTW3.DLL needs to be in your SysWOW64 folder. I could be wrong though.

User avatar
PaperIsland
Joined: Fri Jun 10, 2005 6:15 pm
Org Profile

Re: TemporalDegrain: FFT3DFilter Error

Post by PaperIsland » Wed Oct 28, 2009 12:46 am

You are my hero.

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Re: TemporalDegrain: FFT3DFilter Error

Post by EvaFan » Thu Oct 29, 2009 8:44 pm

If you have very high end graphics cards, you should use fft3dgpu, less work on the processor.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Locked

Return to “AviSynth Help”