This commit is contained in:
Zen 2020-02-01 23:48:34 +02:00
commit 0462db534f

View file

@ -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