couleurm / vs-frameblender

Modified version of VapourSynth's AverageFrames which allows for more weights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vs-frameblender

Modified version of VapourSynth's AverageFrames which allows for more weights (128 instead of 31)

Compiling

Windows

g++ main.cpp -shared -std=c++17 -ID:\GitHub\vs-frameblender\vs-frameblender\vapoursynth -o foo.dll

Linux

g++

clang++ main.cpp -shared -std=c++17 -I~\GitHub\vs-frameblender\vs-frameblender\vapoursynth -o foo.so
sudo mv foo.so /usr/lib/vapoursynth

About

Modified version of VapourSynth's AverageFrames which allows for more weights


Languages

Language:C 80.0%Language:C++ 19.5%Language:Shell 0.3%Language:Batchfile 0.1%