summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-03 13:54:02 +0200
committerwm4 <wm4@nowhere>2013-08-03 14:56:27 +0200
commit2710ae801738c81bc8739f89072d068d90dbfb7e (patch)
tree34839f5414826d38fd80ae9745349364d7d31c64 /DOCS
parentcdc6810e599c6ad15aaa1431d52b4236516cceaa (diff)
downloadmpv-2710ae801738c81bc8739f89072d068d90dbfb7e.tar.bz2
mpv-2710ae801738c81bc8739f89072d068d90dbfb7e.tar.xz
command: make vf and af commands more verbose
On success, print the filter chain on the OSD. Otherwise, show an error message on the OSD (just enough so that the user knows whether the command worked).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 0422b0b4d3..ae887a2080 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -289,6 +289,11 @@ Input Commands that are Possibly Subject to Change
refer to filters by name in all of the filter chain modification commands.
For ``add``, using an already used label will replace the existing filter.
+ The ``vf`` command shows the list of requested filters on the OSD after
+ changing the filter chain. This is roughly equivalent to
+ ``show_text ${vf}``. Note that auto-inserted filters for format conversion
+ are not shown on the list, only what was requested by the user.
+
.. admonition:: Example for input.conf
- ``a vf set flip`` turn video upside-down on the ``a`` key