Metadata-Version: 2.4
Name: vstransitions
Version: 0.1.3
Summary: VapourSynth functions for making transitions and reanimating static shots
Project-URL: Source Code, https://github.com/Jaded-Encoding-Thaumaturgy/vs-transitions
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
Author: Jaded Encoding Thaumaturgy
Maintainer-email: Jaded Encoding Thaumaturgy <jaded.encoding.thaumaturgy@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: vapoursynth>=67
Requires-Dist: vsjetpack>=0.5.0
Description-Content-Type: text/markdown

# 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>
