summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).