Update README.md

This commit is contained in:
Zen 2020-02-04 01:09:23 +02:00 committed by GitHub
parent e7473c7455
commit 744d1ebba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,20 +41,13 @@ With your own parameters:
Must be inside ' ' or " " Must be inside ' ' or " "
-a --audio_params FFmpeg audio settings flags (Default: copy audio from source to output) -a --audio_params FFmpeg audio settings flags (Default: copy audio from source to output)
Example: -a '-c:a libopus -b:a 64k'
-t --workers Maximum number of workers (overrides automatically set number of workers. -t --workers Maximum number of workers (overrides automatically set number of workers.
Aomenc recommended value is YOUR_THREADS - 2 (Single thread per worker) Aomenc recommended value is YOUR_THREADS - 2 (Single thread per worker)
Rav1e and SVT-AV1 uses multiple threads, Rav1e and SVT-AV1 uses multiple threads,
Example: '--tile-rows 2 --tile-cols 2' load 2.5 - 3.5 threads Example: '--tile-rows 2 --tile-cols 2' load 2.5 - 3.5 threads
4 rav1e workers is optimal for 6/12 cpu 4 rav1e workers is optimal for 6/12 cpu
-fps --force_fps Forces fps of video. Needed when you need to change fps of video,
to prevent encoders from changing video length.
Usefully for SVT-AV1 encoder. No need to set up fps num/denum.
Example:
.. -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. -tr --threshold PySceneDetect threshold (Optimal values in range 15 - 50.
Bigger value = less sensitive ) Bigger value = less sensitive )
@ -69,8 +62,8 @@ With your own parameters:
(Default: Aomenc: 2, Rav1e: 1, SVT-AV1: 2) (Default: Aomenc: 2, Rav1e: 1, SVT-AV1: 2)
At current moment 2nd pass Rav1e not working At current moment 2nd pass Rav1e not working
-vf --video_filter FFmpeg video filter options. Example: -ff ----ffmpeg_com FFmpeg options. Example:
... -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(Default: 'yuv420p')
Example for 10 bit: 'yuv420p10le' Example for 10 bit: 'yuv420p10le'