A collection of VapourSynth plugins
The main reason for this collection is to make it easier to build for Debian. And only test successfully in Debian 11, so don't expect this build system to work on anything else than Linux on x86 architectures.
Inspired by: Letsplaybar/vapoursynth-plugins which inspired by darealshinji/vapoursynth-plugins
apt install -y build-essential meson autoconf automake libtool git nasm yasm python3-dev python3-pip cython3 \
ninja-build gcc cmake pkg-config cargo \
ffmpeg libass-dev libfftw3-dev libtesseract-dev libavcodec-dev libavformat-dev \
libswscale-dev libavutil-dev libswresample-dev libmediainfo-dev libboost-filesystem-dev libboost-system-dev \
libtbb-dev libtbb-doc libtbb2 libllvm11 llvm-11
- For Graphics Card
apt install -y libvulkan-dev glslang-tools ocl-icd-libopencl1
git clone --recurse-submodules -j4 https://github.com/mitlearn/vapoursynth-plugins.git
cd vapoursynth-plugins
make
d2vsource DCTFilter Deblock DeblockPP7 Delogo DFTTest descale
neo_f3kdb ffms2 FFT3DFilter fieldhint fillborder fmtconv
ReadMpls ReduceFlicker Retinex
TCanny tcomb temporalmedian temporalsoften TTempSmooth
neo_Vague_Denoiser
VSFilter
VSFilterMod
vsFilterScript
W3FDIF
waifu2x-ncnn-vulkan
vapoursynth-waifu2x-ncnn-vulkan
wwxd
PS: Some plugins are marked strikethrough because they have compilation issues or missing denpendencies and may try again at some point in the future
adjust fvsfunc G41Fun havsfunc Hysteria kagefunc muvsfunc mvsfunc nnedi3_resample MaskDetail vsTAAmbk dehalo_alpha, edgecleaner, fastlinedarken, finesharp, knlm, mcdegrainsharp, nnedi3_rpow2, psharpen, resamplehq, sharpaamcmod, showdiff, supersampledantialiasing, vshelpers: https://gist.github.com/4re/ vsutil, rekt, awsmfunc, lvsfunc installed by pip3
- Letsplaybar/vapoursynth-plugins (Auto Install Scripts original)
- MediaTool (Commonly Used Plugins&Scripts List )
- VSDB (Repo Url)