# HG changeset patch # User diego # Date 1073619400 0 # Node ID 053a82066c60182a165733983feb4de7c4177fc5 # Parent 1bf46f3edcb361cf391391ecb57a16c989f60374 filter list management diff -r 1bf46f3edcb3 -r 053a82066c60 DOCS/man/en/mplayer.1 --- 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 +Appends the filters given as arguments to the filter list. +.TP +.B \-vf-pre +Prepends the filters given as arguments to the filter list. +.TP +.B \-vf-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 \-vf-clr +Completely empties the filter list. +.PP Available filters are: . .TP