mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Update README.md
This commit is contained in:
parent
90d4fb7422
commit
e8934640e4
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -83,7 +83,9 @@ And many more to go..
|
|||
* [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 all requirements listed in `requirements` file
|
||||
|
||||
Run with command: `python -i ./avian.py params..`
|
||||
|
||||
## Install on Linux
|
||||
|
||||
|
@ -93,4 +95,10 @@ Run av1an with command: `python -i ./avian.py params..`
|
|||
* [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
|
||||
* [SVT-AV1](https://github.com/OpenVisualCloud/SVT-AV1) For SVT-AV1 encoder
|
||||
|
||||
Install all requirements listed in `requirements` file
|
||||
|
||||
Optionally add Av1an to your PATH
|
||||
|
||||
Run with command: `av1an.py params...`
|
Loading…
Reference in a new issue