From ecbeeb88242c94eb31d20602628b16f495aadc98 Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Sat, 18 Jan 2020 07:59:32 +0200 Subject: [PATCH] Changes + Added Windows requirements --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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