summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-09 03:36:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-09 03:36:40 +0000
commit8e3155be878303137f739aa629aeeed404a94693 (patch)
tree1f47721713d94c4640c3cc99c5c177f3033fc299 /DOCS
parent627bb6a948281b14e2db4188182a97a4dfc4d51a (diff)
downloadmpv-8e3155be878303137f739aa629aeeed404a94693.tar.bz2
mpv-8e3155be878303137f739aa629aeeed404a94693.tar.xz
filter list management
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11764 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.117
1 files changed, 17 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index b76553d688..f62c9e192b 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2421,6 +2421,23 @@ Parameters w:h means width x height in pixels, x:y means x;y position counted
from the upper left corner of the bigger image.
To get a full list of available filters, see \-vf help.
+Filters are managed in lists.
+There are a few commands to manage the filter list.
+.TP
+.B \-vf-add <filter1[,filter2,...]>
+Appends the filters given as arguments to the filter list.
+.TP
+.B \-vf-pre <filter1[,filter2,...]>
+Prepends the filters given as arguments to the filter list.
+.TP
+.B \-vf-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 \-vf-clr
+Completely empties the filter list.
+.PP
Available filters are:
.
.TP