Metadata-Version: 2.4
Name: vsmuxtools
Version: 0.4.3
Summary: The extension to muxtools with vapoursynth and encoding stuff
Project-URL: Source Code, https://github.com/Vodes/vs-muxtools
Author-email: Vodes <vodes.imp@gmail.com>
License-Expression: MPL-2.0
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: muxtools>=0.4.2
Requires-Dist: numpy>=1.24.3
Requires-Dist: vapoursynth>=67
Requires-Dist: vsjetpack>=0.7.0
Provides-Extra: extra
Requires-Dist: vapoursynth-bestsource>=17.0; extra == 'extra'
Requires-Dist: vapoursynth-ffms2>=5.2.0; extra == 'extra'
Requires-Dist: vapoursynth-scxvid>=3.0; extra == 'extra'
Requires-Dist: vsjetpack[basic]>=1.5.0; extra == 'extra'
Description-Content-Type: text/markdown

# vs-muxtools

The extension to muxtools with vapoursynth and encoding stuff

## How do I use this?

You might wanna check out the [guide/wiki](https://muxtools.vodes.pw/).

## Installation

Git is always the most updated one obviously but I can't guarantee that everything is in a working state.

You can also grab the latest stable ish versions from pip.

[![PyPI version](https://badge.fury.io/py/vsmuxtools.svg)](https://badge.fury.io/py/vsmuxtools)

### Optional dependencies

You can now do a `pip install vsmuxtools[extra]` to also install **bestsource**, **ffms2**, **scxvid** and [vsjetpack\[basic\]](https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack#installation).<br>
This requires Vapoursynth R74+.

> [!IMPORTANT]
> On **non-windows** this may require adding the custom JET index to your install command or pyproject.toml as mentioned in the vsjetpack readme.
>
> For more information, [click here](https://github.com/Jaded-Encoding-Thaumaturgy/vs-wheels).
