mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
Document af-*, copied from vf-*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26019 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6af3af64c2
commit
9fef2ed89a
@ -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 <filter1[,filter2,...]>
|
||||
Appends the filters given as arguments to the filter list.
|
||||
.
|
||||
.TP
|
||||
.B \-af\-pre <filter1[,filter2,...]>
|
||||
Prepends the filters given as arguments to the filter list.
|
||||
.
|
||||
.TP
|
||||
.B \-af\-del <index1[,index2,...]>
|
||||
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:
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user