mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
double quotes
This commit is contained in:
parent
0722f55cc4
commit
d15b6ddfb1
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -23,8 +23,8 @@ Example with default parameters:
|
|||
|
||||
With your own parameters:
|
||||
|
||||
./av1an.py -i input -enc aom -v ' --cpu-used=3 --end-usage=q --cq-level=30' -ff ' -vf scale=1280:-1 '
|
||||
-w 10 -p 2 -a '-c:a libopus -b:a 24k' -s scenes.csv -log my_log -o output_file
|
||||
./av1an.py -i input -enc aom -v " --cpu-used=3 --end-usage=q --cq-level=30' -ff " -vf scale=1280:-1 "
|
||||
-w 10 -p 2 -a "-c:a libopus -b:a 24k" -s scenes.csv -log my_log -o output_file
|
||||
|
||||
<h2 align="center">Usage</h2>
|
||||
|
||||
|
@ -51,18 +51,18 @@ With your own parameters:
|
|||
Adjust accordingly to your system
|
||||
Aomenc recommended value is YOUR_THREADS - 2 (Single thread per worker)
|
||||
Rav1e and SVT-AV1 uses multiple threads,
|
||||
Example: Rav1e settings ' ... --tile-rows 2 --tile-cols 2 ... ' -t 3
|
||||
Example: Rav1e settings " ... --tile-rows 2 --tile-cols 2 ... " -t 3
|
||||
|
||||
-s --scenes Path to file with scenes timestamps.
|
||||
If given `0` spliting will be ignored
|
||||
If file not exist, new will be generated in current folder
|
||||
First run to generate stamps, all next reuse it.
|
||||
Example: `-s scenes.csv`
|
||||
Example: "-s scenes.csv"
|
||||
|
||||
-tr --threshold PySceneDetect threshold for scene detection
|
||||
|
||||
-ff --ffmpeg FFmpeg options. Example:
|
||||
--ff ' -r 24 -vf scale=320:240 '
|
||||
--ff " -r 24 -vf scale=320:240 "
|
||||
|
||||
-fmt --pix_format Setting custom pixel/bit format(Default: 'yuv420p')
|
||||
Example for 10 bit: 'yuv420p10le'
|
||||
|
|
Loading…
Reference in a new issue