[pp:ugoira] extend 'ffmpeg-output' (#4421)

- when setting this option to a string value,
  pass -hide-banner and -loglevel to FFmpeg
- change default to "error"
This commit is contained in:
Mike Fährmann
2023-08-21 18:19:53 +02:00
parent 8dceea3384
commit 70bdf32a88
2 changed files with 19 additions and 7 deletions

View File

@@ -4872,11 +4872,17 @@ Description
ugoira.ffmpeg-output
--------------------
Type
``bool``
* ``bool``
* ``string``
Default
``true``
``"error"``
Description
Show FFmpeg output.
Controls FFmpeg output.
* ``true``: Enable FFmpeg output
* ``false``: Disable all FFmpeg output
* any ``string``: Pass ``-hide_banner`` and ``-loglevel``
with this value as argument to FFmpeg
ugoira.ffmpeg-twopass