Metadata-Version: 2.1
Name: vsdeinterlace
Version: 0.3.0
Summary: VapourSynth deinterlacing and interlaced/telecined content helper functions
Author: Setsugen no ao
Author-email: setsugen@setsugen.dev
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Irrational-Encoding-Wizardry/vs-deinterlace
Project-URL: Documentation, https://vsdeinterlace.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
Requires-Dist: VapourSynth (>=60)
Requires-Dist: vstools (>=1.6.9)
Requires-Dist: vskernels (>=2.2.3)
Requires-Dist: vsexprtools (>=1.2.8)
Requires-Dist: vsrgtools (>=1.3.4)
Requires-Dist: vsmasktools (>=0.7.0)
Requires-Dist: vsaa (>=1.5.0)
Requires-Dist: vsscale (>=1.4.0)
Requires-Dist: vsdenoise (>=1.1.4)

# vs-deinterlace

### VapourSynth deinterlacing and interlaced/telecined content helper functions
<br>

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

Install `vsdeinterlace` with the following command:

```sh
$ pip install vsdeinterlace
```

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

```sh
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-deinterlace.git
```
