Mercurial > mplayer.hg
changeset 11763:053a82066c60
filter list management
author | diego |
---|---|
date | Fri, 09 Jan 2004 03:36:40 +0000 |
parents | 1bf46f3edcb3 |
children | 129caea8bebc |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Fri Jan 09 03:32:39 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Fri Jan 09 03:36:40 2004 +0000 @@ -2421,6 +2421,23 @@ 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