Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

33 lines (25 loc) · 1.79 KB

Install dev environment or manual install

Requirements

VapourSynth plugins

  1. Download the latest release or build the project.
  2. Install Python
  3. Install FFmpeg and add it to PATH
  4. Install the 64-bit version of VapourSynth
  5. Install the required VapourSynth plugins using the command "vsrepo.py install ffms2 havsfunc"
  6. Install vs-frameblender manually by downloading the x64 .dll from here to "VapourSynth/plugins64"
  7. Install SVPflow v4.2.0.142 manually by downloading the zip from here and moving the files inside "lib-windows/vapoursynth/x64" to "VapourSynth/plugins64"
  8. Install weighting.py and filldrops.py to "%appdata%/Roaming/Python/Python{your python version}/site-packages"

Documentation Environment

See jekyll docs

Guidelines for code