mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 10:08:03 +00:00
Update README.md
This commit is contained in:
parent
ca54cd37ca
commit
8a8a4ff822
1 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ With your own parameters:
|
|||
Must be inside ' ' or " "
|
||||
|
||||
-p --passes Set number of passes for encoding
|
||||
(Default: AOMENC: 2, rav1e: 1, SVT-AV1: 1, VPX: 2, x265: 1, x264: 1)
|
||||
(Default: AOMENC: 2, rav1e: 1, SVT-AV1: 1, SVT-VP9: 1, VPX: 2, x265: 1, x264: 1)
|
||||
At current moment 2nd pass rav1e not working
|
||||
|
||||
-w --workers Override number of workers.
|
||||
|
@ -71,17 +71,17 @@ With your own parameters:
|
|||
|
||||
<h3 align="center">FFmpeg options</h3>
|
||||
|
||||
-a --audio_params FFmpeg audio settings flags (Default: copy audio from source to output)
|
||||
-a --audio_params FFmpeg audio settings (Default: copy audio from source to output)
|
||||
Example: -a '-c:a libopus -b:a 64k'
|
||||
|
||||
-ff --ffmpeg FFmpeg options. Applied to each segment individually.
|
||||
Example:
|
||||
--ff " -r 24 -vf scale=320:240 "
|
||||
--ff " -vf scale=320:240 "
|
||||
|
||||
-fmt --pix_format Setting custom pixel/bit format for piping
|
||||
(Default: 'yuv420p')
|
||||
Example for 10 bit source: 'yuv420p10le'
|
||||
Encoding options should be adjusted accordingly.
|
||||
Based on encoder, options should be adjusted accordingly.
|
||||
|
||||
<h3 align="center">Segmenting</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue