Thread: FFT3DFilter 2.6
View Single Post
Old 21st February 2017, 20:09   #1  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
FFT3DFilter 2.6

Big thanks to martin53 who woke up first an made and update to this plugin recently.

EDIT:
Get latest version from https://github.com/pinterf/fft3dfilter/releases

Then I checked what the source looked like from inside, put it on git, modified one or two things and now it's ready for experimenting.

Experimental.
x86/x64 versions and XP support (I hope)
  • apply current avs+ headers
  • 10-16 bits and 32 bit float colorspace support in AVS+
  • Planar RGB support
  • look for libfftw3f-3.dll first, then fftw3.dll
  • inline asm ignored on x64 builds
  • pre-check: if plane to process for greyscale is U and/or V then returns original clip
  • auto registers MT mode for avs+: MT_SERIALIZED
  • autoscale sigma and smin/smax parameter from 8 bit scale if colorspace is different

I need help what parameters are affected when bit depth changes. Now I autoscale all the sigma parameters, smin and smax.

Compiled with VS2015

Last edited by pinterf; 1st February 2019 at 11:50. Reason: New version
pinterf is offline   Reply With Quote