Changes + Added Windows requirements

This commit is contained in:
Zen 2020-01-18 07:59:32 +02:00
parent 5eb96a3dd6
commit ecbeeb8824

View file

@ -73,10 +73,24 @@ Both video and audio encoding option with FFmpeg
And many more to go..
## Dependencies
## Install on Windows
* [FFmpeg](https://ffmpeg.org/download.html)
* [Python3](https://www.python.org/downloads/)
* [FFmpeg](https://ffmpeg.org/download.html) with ffprobe and add it on env variable
* [PyScenedetect](https://pyscenedetect.readthedocs.io/en/latest/)
* [mkvmerge/python-pymkv](https://pypi.org/project/pymkv/) and add it on env variable
* [AOMENC](https://aomedia.googlesource.com/aom/) For Aomenc encoder
* [Rav1e](https://github.com/xiph/rav1e) For Rav1e encoder
* [SVT-AV1](https://github.com/OpenVisualCloud/SVT-AV1) For SVT-AV1 encoder
Run av1an with command: `python -i ./avian.py params..`
## Install on Linux
* [Python3](https://www.python.org/downloads/)
* [FFmpeg](https://ffmpeg.org/download.html) with ffprobe
* [PyScenedetect](https://pyscenedetect.readthedocs.io/en/latest/)
* [mkvmerge/python-pymkv](https://pypi.org/project/pymkv/)
* [AOMENC](https://aomedia.googlesource.com/aom/) For Aomenc encoder
* [Rav1e](https://github.com/xiph/rav1e) For Rav1e encoder
* [SVT-AV1](https://github.com/OpenVisualCloud/SVT-AV1) For SVT-AV1 encoder