Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.54 KB

File metadata and controls

37 lines (27 loc) · 1.54 KB

AviSynth CUDA Filters

AviSynth CUDA Filters are filter plugins for AviSynthNeo.
The following projects are included:

  • KTGMC (CUDA version of QTGMC)
  • KNNEDI3 (CUDA version of NNEDI3)
  • KFM (originally implemented filter)
  • AvsCUDA (CUDA-enabled version of internal AviSynth filters)
  • GRunT (Neo-compatible version of GrunT)

Integrated External Projects

This repository includes the complete source code of the following external projects:

These projects have been integrated directly (not as submodules) to ensure full source code availability and compatibility with the Visual Studio build system.

Usage

AviSynthNeo is required.
For filter usage, see the KTGMC documentation and KFM documentation.
For deinterlacing-related functionality, most features can be accessed using KFMDeint.

License

  • KTGMC: GPL
  • KNNEDI3: GPL
  • KFM: MIT
  • AvsCUDA: GPL
  • GRunT: GPL

External Project Licenses

  • NNEDI3 (NNEDI3/): GPL v2 (see NNEDI3/gpl.txt)
  • masktools (masktools/): MIT License (see masktools/LICENSE)