summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-21 16:54:13 +0200
committerwm4 <wm4@nowhere>2019-10-21 16:54:13 +0200
commite82bf5f91dc1bc3ebb9c087848bac87603c41c33 (patch)
treeb2f82c8153654dc7ceb581554ecccc1a8cf501d4
parent9565ff522b946489c43508444c5e04812d1bdbbb (diff)
downloadmpv-e82bf5f91dc1bc3ebb9c087848bac87603c41c33.tar.bz2
mpv-e82bf5f91dc1bc3ebb9c087848bac87603c41c33.tar.xz
manpage: finish an unfinished sentence
-rw-r--r--DOCS/man/vf.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 350f1b7182..c34345a71b 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -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).