summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-18 11:29:52 +0200
committerwm4 <wm4@nowhere>2013-05-18 17:32:37 +0200
commitf921a675aed0d50bf94fb211692209c8ba618750 (patch)
tree114c94cf4e8e1d356c3e638a9f90982c999a9bf2 /DOCS/man/en/input.rst
parente40ae27a87b03fa559d6deffd16472c6452f2ebc (diff)
downloadmpv-f921a675aed0d50bf94fb211692209c8ba618750.tar.bz2
mpv-f921a675aed0d50bf94fb211692209c8ba618750.tar.xz
manpage: document af_* commands
Except af_cmdline, which is too questionable.
Diffstat (limited to 'DOCS/man/en/input.rst')
-rw-r--r--DOCS/man/en/input.rst18
1 files changed, 16 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 2833f965b0..bd62e65cd6 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -220,13 +220,27 @@ show_tracks
Show a list of video/audio/subtitle tracks on the OSD.
+Input commands that are possibly subject to change
+--------------------------------------------------
+
+af_switch "filter1=params,filter2,..."
+ Replace the current filter chain with the given list.
+
+af_add "filter1=params,filter2,..."
+ Add the given list of audio filters to the audio filter chain.
+
+af_del "filter1,filter2,..."
+ Remove the given list of audio filters.
+
+af_clr
+ Remove all audio filters. (Conversion filters will be re-added
+ automatically if needed.)
Undocumented commands: tv_start_scan, tv_step_channel, tv_step_norm,
tv_step_chanlist, tv_set_channel, tv_last_channel, tv_set_freq, tv_step_freq,
tv_set_norm, dvb_set_channel, radio_step_channel, radio_set_channel,
radio_set_freq, radio_step_freq (all of these should be replaced by properties),
-stop (questionable use), get_property (?), af_switch, af_add, af_del,
-af_clr, af_cmdline, vo_cmdline (experimental).
+stop (questionable use), get_property (?), af_cmdline, vo_cmdline (experimental).
Input command prefixes
----------------------