manpage: finish an unfinished sentence

This commit is contained in:
wm4 2019-10-21 16:54:13 +02:00
parent 9565ff522b
commit e82bf5f91d
1 changed files with 7 additions and 5 deletions

View File

@ -113,17 +113,19 @@ Available mpv-only filters are:
``format=fmt=<value>:colormatrix=<value>:...``
Applies video parameter overrides, with optional conversion. By default,
this
.. note::
For a list of available formats, use ``--vf=format=fmt=help``.
this overrides the video's parameters without conversion (except for the
``fmt`` parameter), but can be made to perform an appropriate conversion
with ``convert=yes`` for parameters for which conversion is supported.
``<fmt>``
Image format name, e.g. rgb15, bgr24, 420p, etc. (default: don't change).
This filter always performs conversion to the given format.
.. note::
For a list of available formats, use ``--vf=format=fmt=help``.
``<convert=yes|no>``
Force conversion of color parameters (default: no).