Skip to content

DFTTest re-implemetation for VapourSynth (CPU and CUDA)

License

Notifications You must be signed in to change notification settings

Simulping/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 and CUDA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.0%
  • Python 7.6%
  • CMake 3.4%