mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Added -s
This commit is contained in:
parent
3d499afd04
commit
47c566d977
1 changed files with 7 additions and 1 deletions
|
@ -55,10 +55,16 @@ With your own parameters:
|
|||
.. -e '-fps-num 30000 -fps-denom 1001 ..' (SVT-AV1 29.97)
|
||||
.. -fps 30 -e ' -fps 30 ..' (Force FPS)
|
||||
|
||||
|
||||
|
||||
-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