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
- Host: GitHub
- URL: https://github.com/irrational-encoding-wizardry/vsmask
- Owner: Irrational-Encoding-Wizardry
- License: mit
- Created: 2021-06-26T20:04:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T09:09:15.000Z (about 3 years ago)
- Last Synced: 2025-04-12T12:43:55.966Z (11 months ago)
- Topics: encoding, python, vapoursynth
- Language: Python
- Homepage: https://vsmask.encode.moe/
- Size: 178 KB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).