Metadata-Version: 2.1
Name: amqencode
Version: 0.0.7
Summary: Encoding utility for Anime MusicQUiz
Home-page: https://github.com/ayyu/amq-encoding
Author: ayyu
Author-email: ayyu@uwaterloo.ca
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ayyu/amq-encoding/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ffmpeg scripts for handicaps

This Python 3 module simplifies 2-pass VP9/Opus encoding for AMQ using `ffmpeg`. They are basically all wrappers for ffmpeg.
I'll write it up later. Install it with `pip`:

```sh
pip install amqencode
```

or maybe this on windows

```sh
py -3 -m pip install amqencode
```

then `import amqencode` into your python scripts.


