This commit is contained in:
Zen 2020-10-26 01:30:18 +02:00 committed by GitHub
parent 45e1030d1f
commit afc0a66964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ With your own parameters:
-a --audio_params FFmpeg audio settings (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' Example: -a '-c:a libopus -b:a 64k'
-ff --ffmpeg FFmpeg options video options. Applied to each encoding segment ndividually. -ff --ffmpeg FFmpeg options video options. Applied to each encoding segment individually.
(Warning: Cropping doesn't work with Target VMAF mode) (Warning: Cropping doesn't work with Target VMAF mode)
Example: Example:
--ff " -vf scale=320:240 " --ff " -vf scale=320:240 "