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
bda578d21f
commit
1c65481637
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -47,9 +47,6 @@ With your own parameters:
|
||||||
(Default: AOMENC: 2, rav1e: 1, SVT-AV1: 2, VPX: 2)
|
(Default: AOMENC: 2, rav1e: 1, SVT-AV1: 2, VPX: 2)
|
||||||
At current moment 2nd pass rav1e not working
|
At current moment 2nd pass rav1e not working
|
||||||
|
|
||||||
-a --audio_params FFmpeg audio settings flags (Default: copy audio from source to output)
|
|
||||||
Example: -a '-c:a libopus -b:a 64k'
|
|
||||||
|
|
||||||
-w --workers Override number of workers.
|
-w --workers Override number of workers.
|
||||||
|
|
||||||
--resume If encode was stopped/quit resumes encode with saving all progress
|
--resume If encode was stopped/quit resumes encode with saving all progress
|
||||||
|
@ -70,12 +67,18 @@ With your own parameters:
|
||||||
-cfg Save/Read config file with encoder, encoder parameters,
|
-cfg Save/Read config file with encoder, encoder parameters,
|
||||||
FFmpeg and audio settings.
|
FFmpeg and audio settings.
|
||||||
|
|
||||||
|
<h3 align="center">FFmpeg options</h3>
|
||||||
|
|
||||||
|
-a --audio_params FFmpeg audio settings flags (Default: copy audio from source to output)
|
||||||
|
Example: -a '-c:a libopus -b:a 64k'
|
||||||
|
|
||||||
-ff --ffmpeg FFmpeg options. Applied to each segment individually.
|
-ff --ffmpeg FFmpeg options. Applied to each segment individually.
|
||||||
Example:
|
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')
|
-fmt --pix_format Setting custom pixel/bit format for piping
|
||||||
Example for 10 bit: 'yuv420p10le'
|
(Default: 'yuv420p')
|
||||||
|
Example for 10 bit source: 'yuv420p10le'
|
||||||
Encoding options should be adjusted accordingly.
|
Encoding options should be adjusted accordingly.
|
||||||
|
|
||||||
<h3 align="center">Segmenting</h3>
|
<h3 align="center">Segmenting</h3>
|
||||||
|
|
Loading…
Reference in a new issue