Skip to content

AmusementClub/vs-dfttest2

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2025
Jul 29, 2022
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Mar 10, 2024
Mar 10, 2024
Jul 6, 2023
Sep 4, 2022
Apr 27, 2024
Jul 24, 2022
Oct 6, 2022
Mar 10, 2024

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.