Skip to content

Collection of Discrete/Fast Fourier Transform VapourSynth functions

License

Notifications You must be signed in to change notification settings

Jaded-Encoding-Thaumaturgy/vs-dfft

Repository files navigation

vs-dfft

Collection of Discrete/Fast Fourier Transform VapourSynth functions

How to use

from vsdfft import FFTSpectrum

src = ...

spectrum = FFTSpectrum(src)

You can install CuPy if you have an nvidia GPU to have a 5x speedup.

How to install

Install vsdfft with the following command:

pip install vsdfft

Or if you want the latest git version, install it with this command:

pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-dfft.git