mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Changes + Added Windows requirements
This commit is contained in:
parent
5eb96a3dd6
commit
ecbeeb8824
1 changed files with 16 additions and 2 deletions
18
README.md
18
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
|
Loading…
Reference in a new issue