Skip to content

AmusementClub/vs-dfttest2

Repository files navigation

vs-dfttest2

DFTTest re-implemetation (CUDA and x86)

Usage

from dfttest2 import DFTTest
output = DFTTest(input)

See also VapourSynth-DFTTest

Compilation

# additional options: -D ENABLE_CUDA=ON -D ENABLE_CPU=ON
cmake -S . -B build

cmake --build build

cmake --install build

If the vapoursynth library cannot be found by pkg-config, then the cmake variable VS_INCLUDE_DIR should be set.

About

DFTTest re-implemetation for VapourSynth (CPU, CUDA and HIP)

Resources

License

Stars

Watchers

Forks