A collection of VapourSynth wrappers and utility functions focused on advanced denoising, masking, and edge fixing.
Follow the docstring for more information about the parameters.
You can install vsdirty via pip:
pip install vsdirtyOr build from source:
git clone https://github.com/PingWer/vs-dirty
cd vs-dirty
pip install .This package relies on several external VapourSynth plugins. Ensure these are installed and available in your VapourSynth plugins folder.
| Plugin | URL |
|---|---|
| fmtc | GitLab |
| akarin | GitHub |
| cas | GitHub |
| bore | GitHub |
| mvtools | GitHub |
| BM3DCuda | GitHub |
| nlm-cuda | GitHub |
| vsmlrt | GitHub |
MIT License