From 40ac0d3109c4baeb10a04b503c6e6213c75d7779 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sun, 11 Apr 2010 18:59:19 +0000 Subject: Add slave commands for loading and unloading audio filters at runtime. Patch by Jehan Hysseo, hysseo zemarmot net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31030 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/slave.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'DOCS') diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index e33165e178..a2e249dbe5 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -45,6 +45,17 @@ Various tips and tricks (please help expand it!): Available commands ('mplayer -input cmdlist' will print a list): +af_add (comma separated list of audio filters with parameters) + (experimental) Load the given list of audio filters. + +af_clr + (experimental) Unload all loaded audio filters. + +af_del (comma separated list of audio filter's names) + (experimental) Unload the first occurrence of the filters, if loaded. + +af_switch (comma separated list of audio filters with parameters) + (experimental) Remove all the audio filters and replace them with the given list. alt_src_step (ASX playlist only) When more than one source is available it selects the next/previous one. -- cgit v1.2.3