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