summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-16 11:30:16 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-18 00:59:07 -0800
commit0d9ca23b35709ee857ab313acfc3e4a53db5a616 (patch)
treeb8be03585bf20669af09e4a1ce4a3f78cc989634
parentda662ef182a5f62ec0c75aa43cbd94d5647add2a (diff)
downloadmpv-0d9ca23b35709ee857ab313acfc3e4a53db5a616.tar.bz2
mpv-0d9ca23b35709ee857ab313acfc3e4a53db5a616.tar.xz
manpage: reword some vf command examples
Hopefully this is easier to read.
-rw-r--r--DOCS/man/input.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index d925404931..1a9c07e19d 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -499,17 +499,18 @@ Input Commands that are Possibly Subject to Change
- ``a vf set flip`` turn video upside-down on the ``a`` key
- ``b vf set ""`` remove all video filters on ``b``
- - ``c vf toggle lavfi=gradfun`` toggle debanding on ``c``
+ - ``c vf toggle gradfun`` toggle debanding on ``c``
.. admonition:: Example how to toggle disabled filters at runtime
- - Add something ``vf-add=@deband:!lavfi=[gradfun]`` to ``mpv.conf``. The
- ``@deband:`` is the label, and ``deband`` is an arbitrary, user-given
- name for this filter entry. The ``!`` before the filter name disables
- the filter by default. Everything after this is the normal filter name
- and the filter parameters.
+ - Add something like ``vf-add=@deband:!gradfun`` to ``mpv.conf``.
+ The ``@deband:`` is the label, an arbitrary, user-given name for this
+ filter entry. The ``!`` before the filter name disables the filter by
+ default. Everything after this is the normal filter name and possibly
+ filter parameters, like in the normal ``--vf`` syntax.
- Add ``a vf toggle @deband`` to ``input.conf``. This toggles the
- "disabled" flag for the filter identified with ``deband``.
+ "disabled" flag for the filter with the label ``deband`` when the
+ ``a`` key is hit.
``cycle-values ["!reverse"] <property> "<value1>" "<value2>" ...``
Cycle through a list of values. Each invocation of the command will set the