From 9fef2ed89afce84ab951db3e3b03d4a5b0ed3397 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 17 Feb 2008 15:18:52 +0000 Subject: Document af-*, copied from vf-* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26019 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index ef19edde99..f0dc93ca83 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -4699,6 +4699,27 @@ Setup a chain of audio filters. .PP .I NOTE: To get a full list of available audio filters, see \-af help. +.sp 1 +Audio filters are managed in lists. +There are a few commands to manage the filter list. +. +.TP +.B \-af\-add +Appends the filters given as arguments to the filter list. +. +.TP +.B \-af\-pre +Prepends the filters given as arguments to the filter list. +. +.TP +.B \-af\-del +Deletes the filters at the given indexes. +Index numbers start at 0, negative numbers address the end of the +list (\-1 is the last). +. +.TP +.B \-af\-clr +Completely empties the filter list. .PP Available filters are: . -- cgit v1.2.3