HomeOfVapourSynthEvolution / VapourSynth-Bwdif

Bwdif filter for VapourSynth
GNU Lesser General Public License v3.0
14 stars 2 forks source link
bwdif vapoursynth

Bwdif

Motion adaptive deinterlacing based on yadif with the use of w3fdif and cubic interpolation algorithms.

Ported from FFmpeg's libavfilter https://www.ffmpeg.org/ffmpeg-filters.html#bwdif

Usage

bwdif.Bwdif(vnode clip, int field[, vnode edeint=None, int opt=0])

Compilation

meson build
ninja -C build
ninja -C build install