[postprocessor:ugoira] add option for two-pass encoding

This commit is contained in:
Mike Fährmann
2018-06-20 18:48:10 +02:00
parent a9e276bc37
commit 0c1c4557dd
2 changed files with 26 additions and 4 deletions

View File

@@ -865,6 +865,17 @@ Default ``"ffmpeg"``
Description Location of the ``ffmpeg`` (or ``avconv``) executable to use.
=========== =====
ugoira.ffmpeg-twopass
---------------------
=========== =====
Type ``bool``
Default ``False``
Description Enable Two-Pass encoding.
It is recommended to explicitly set a container format with
``-f <fmt>`` using `ugoira.ffmpeg-args`_ when using this option.
=========== =====
ugoira.keep-files
-----------------
=========== =====