Metadata-Version: 2.1
Name: vstransitions
Version: 0.1.0
Summary: VapourSynth functions for making transitions and reanimating static shots
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/Jaded-Encoding-Thaumaturgy/vs-transitions
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VapourSynth>=65
Requires-Dist: vstools>=3.2.0
Requires-Dist: vskernels>=3.2.0
Requires-Dist: vsexprtools>=1.6.0

# vs-transitions, a collection of functions for making transitions and reanimating static shots.

For support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>

## How to install

Install `vstransitions` with the following command:

```sh
pip install vstransitions
```

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

```sh
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-transitions.git
```

<br>
