summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-27 17:51:06 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-28 08:33:44 +0900
commit62a66e2ff8201446af55e62e3358c712fc74eb80 (patch)
treed5f79b9bd0682d0aa9e5ff98242ce1eacbdac5b1
parente8f8d3462e118210d4c2e54dadc44e27b5947257 (diff)
downloadmpv-62a66e2ff8201446af55e62e3358c712fc74eb80.tar.bz2
mpv-62a66e2ff8201446af55e62e3358c712fc74eb80.tar.xz
manpage: update colormatrix property description
(cherry picked from commit 0c70f94c53d2152005427cc142598c1636764317)
-rw-r--r--DOCS/man/input.rst17
-rw-r--r--DOCS/man/vf.rst2
2 files changed, 10 insertions, 9 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 633f6a8308..640796fe5e 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1167,17 +1167,18 @@ Property list
``field-dominance`` (RW)
See ``--field-dominance``
-``colormatrix`` (RW)
- See ``--colormatrix``.
+``colormatrix`` (R)
+ Redirects to ``video-params/colormatrix``. This parameter (as well as
+ similar ones) can be overridden with the ``format`` video filter.
-``colormatrix-input-range`` (RW)
- See ``--colormatrix-input-range``.
+``colormatrix-input-range`` (R)
+ See ``colormatrix``.
-``colormatrix-output-range`` (RW)
- See ``--colormatrix-output-range``.
+``colormatrix-output-range`` (R)
+ See ``colormatrix``.
-``colormatrix-primaries`` (RW)
- See ``--colormatrix-primaries``.
+``colormatrix-primaries`` (R)
+ See ``colormatrix``.
``ontop`` (RW)
See ``--ontop``.
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 3739716340..91632cfbf4 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -198,7 +198,7 @@ Available filters are:
``<aspect>``
Force an aspect ratio.
-``format[=fmt[:outfmt]]``
+``format=fmt=<value>:colormatrix=<value>:...``
Restricts the color space for the next filter without doing any conversion.
Use together with the scale filter for a real conversion.