Log in

View Full Version : FFT3D Problem


ron spencer
29th July 2009, 13:58
I cannot seem to get fft3d to work...I have copied fftw3 to system dir, so it is in the path. I get error:

"FFTW plan error"

never heard of this....

script:

LoadPlugin("Convolution3DYV12.dll")
LoadPlugin("MSharpen.dll")
LoadPlugin("ReInterpolate411.dll")
LoadPlugin("fft3dfilter.dll")
Avisource("S:\ClDV.avi")
ReInterpolate411()
converttoyv12(interlaced=true)
fft3dfilter(plane=3, sigma=.8, sigma2=1, sigma3=1.2, sigma4=.5, interlaced=true)
SeparateFields()
odd=SelectOdd.Convolution3D (preset="GoodDV")
evn=SelectEven.Convolution3D (preset="GoodDV")
Interleave(evn,odd)
Weave()


thanks for any advice

ron spencer
29th July 2009, 15:51
I am an idiot typer...plane can't be 3...0-2 only...sorry. Mods can delete...apologies.

kemuri-_9
29th July 2009, 21:57
I am an idiot typer...plane can't be 3...0-2 only...sorry. Mods can delete...apologies.

sounds like you have an old version then?
the version i have allows plane to 0-4...