An open API service indexing awesome lists of open source software.

https://github.com/irrational-encoding-wizardry/vsmask

Various masking tools for VapourSynth
https://github.com/irrational-encoding-wizardry/vsmask

encoding python vapoursynth

Last synced: 3 months ago
JSON representation

Various masking tools for VapourSynth

Awesome Lists containing this project

README

          

# vsmask
VSMask aims to provide tools and functions to manage, create, and manipulate masks in VapourSynth.

For further support, please leave any questions in the [IEW Discord server](https://discord.gg/qxTxVJGtst).

# Installation
vsmask is available on PyPi and can be installed with this simple command:
```
pip install vsmask
```

# Dependencies
The only hard dependencies are vsutil and an installation of VapourSynth R60 or higher.
However, only R60 has been tested, if breakings changes happen in a newer version, please make an issue.
For full functionality, you should make sure to also install [TCanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny), [TEdgeMask](https://github.com/dubhater/vapoursynth-tedgemask), [AWarpSharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) and [AWarpSharp2SF](https://github.com/IFeelBloated/warpsharp).