We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a bug report against the public release version (R1).
works: clip = core.fft3dfilter.FFT3DFilter(clip)
fails: clip = core.fft3dfilter.FFT3DFilter(clip, bt=-1)
… Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: Assertion failed: (maxsize >= 7), function Initialize, file ../FFT3DFilter.h, line 176. …
The text was updated successfully, but these errors were encountered:
Strangely, it works fine here (Linux, fftw3f 3.3.9, Vapoursynth 52).
Sorry, something went wrong.
No branches or pull requests
This is a bug report against the public release version (R1).
works:
clip = core.fft3dfilter.FFT3DFilter(clip)
fails:
clip = core.fft3dfilter.FFT3DFilter(clip, bt=-1)
The text was updated successfully, but these errors were encountered: