Posts: 4
Threads: 2
Joined: Jan 2025
20.01.2025, 04:35
Hello and nice to meet you.
I would like to ask if neo_FFT3D is available on Linux.
I can use it directly(from a script) using vspipe and core.neo_fft3d.FFT3D(...)
but the checkbox is disabled in Hybrid.
Any ideas ?
Thanks!
Posts: 11.004
Threads: 57
Joined: May 2017
No Hybrid does not support neo_fft3d on Linux atm. in the gui since
https://github.com/Selur/hybrid-vapoursynth-addon has no build instructions for it. (patches are welcome)
Since there wasn't any real difference between the normal ff3dfilter and neo_fft3dfilter that should not really be a problem.
Side note: You could also use neo_fft3d in a custom section if you want to use it on it's own.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 4
Threads: 2
Joined: Jan 2025
Thank you very much for the reply!