Metadata-Version: 2.1
Name: vsdenoise
Version: 1.1.0
Summary: VapourSynth denoising functions
Author: Irrational Encoding Wizardry
Author-email: wizards@encode.moe
Maintainer: Irrational Encoding Wizardry
Maintainer-email: wizards@encode.moe
Project-URL: Source Code, https://github.com/Irrational-Encoding-Wizardry/vs-denoise
Project-URL: Documentation, https://vsdenoise.encode.moe/en/latest/
Project-URL: Contact, https://discord.gg/qxTxVJGtst
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# vs-denoise

### VapourSynth denoising, regression, and motion-compensation functions
<br>

Wrappers for denoising, regression, and motion-compensation-related plugins and functions.

You can find me in the [IEW Discord server](https://discord.gg/qxTxVJGtst), @Setsugennoao#6969.
<br><br>
## How to install

Install `vsdenoise` with the following command:

```sh
$ pip install vsdenoise
```

Or if you want the latest git version, install it with this command:

```sh
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-denoise.git
```
<br>
