Skip to content

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

Notifications You must be signed in to change notification settings

couleurm/vs-frameblender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Languages

  • C 80.1%
  • C++ 19.5%
  • Other 0.4%