diff --git a/README.md b/README.md index 51664bc..8ade725 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file