mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Merge branch 'master' of https://github.com/master-of-zen/Av1an
This commit is contained in:
commit
0462db534f
1 changed files with 9 additions and 3 deletions
10
README.md
10
README.md
|
@ -11,7 +11,7 @@
|
|||
|
||||
<h2 align="center">Easy And Efficient </h2>
|
||||
|
||||
Start using AV1 encoding. All open-source encoders are supported (Aomenc, Rav1e, SVT-AV1).
|
||||
Start using AV1 encoding. All open-source encoders are supported (Aom, Rav1e, SVT-AV1).
|
||||
Avif encoding supported (Aomenc, Rav1e)
|
||||
|
||||
Example with default parameters:
|
||||
|
@ -20,7 +20,7 @@ Example with default parameters:
|
|||
|
||||
With your own parameters:
|
||||
|
||||
./av1an.py -i input -enc aomenc -e '--cpu-used=3 --end-usage=q --cq-level=30' -a '-c:a libopus -b:a 24k'
|
||||
./av1an.py -i input -enc aom -e '--cpu-used=3 --end-usage=q --cq-level=30' -a '-c:a libopus -b:a 24k'
|
||||
|
||||
<h2 align="center">Usage</h2>
|
||||
|
||||
|
@ -59,6 +59,12 @@ With your own parameters:
|
|||
-tr --threshold PySceneDetect threshold (Optimal values in range 15 - 50.
|
||||
Bigger value = less sensitive )
|
||||
|
||||
-s --scenes Path to PySceneDetect generated .csv file.
|
||||
If file not exist, new one will be generated in current folder
|
||||
Example of usage:
|
||||
First run to generate: `-s anything`
|
||||
All next runs to reuse generated file: `-s video-Scenes.scv`
|
||||
|
||||
-p --pass Set number of passes for encoding
|
||||
(Default: Aomenc: 2, Rav1e: 1, SVT-AV1: 2)
|
||||
At current moment 2nd pass Rav1e not working
|
||||
|
|
Loading…
Reference in a new issue