comparison DOCS/man/en/mplayer.1 @ 11763:053a82066c60

filter list management
author diego
date Fri, 09 Jan 2004 03:36:40 +0000
parents 1bf46f3edcb3
children 423af01a4ceb
comparison
equal deleted inserted replaced
11762:1bf46f3edcb3 11763:053a82066c60
2419 Use '-1' to keep the default value. 2419 Use '-1' to keep the default value.
2420 Parameters w:h means width x height in pixels, x:y means x;y position counted 2420 Parameters w:h means width x height in pixels, x:y means x;y position counted
2421 from the upper left corner of the bigger image. 2421 from the upper left corner of the bigger image.
2422 To get a full list of available filters, see \-vf help. 2422 To get a full list of available filters, see \-vf help.
2423 2423
2424 Filters are managed in lists.
2425 There are a few commands to manage the filter list.
2426 .TP
2427 .B \-vf-add <filter1[,filter2,...]>
2428 Appends the filters given as arguments to the filter list.
2429 .TP
2430 .B \-vf-pre <filter1[,filter2,...]>
2431 Prepends the filters given as arguments to the filter list.
2432 .TP
2433 .B \-vf-del <index1[,index2,...]>
2434 Deletes the filters at the given indexes.
2435 Index numbers start at 0, negative numbers address the end of the
2436 list (-1 is the last).
2437 .TP
2438 .B \-vf-clr
2439 Completely empties the filter list.
2440 .PP
2424 Available filters are: 2441 Available filters are:
2425 . 2442 .
2426 .TP 2443 .TP
2427 .B crop[=w:h:x:y] 2444 .B crop[=w:h:x:y]
2428 Crops the given part of the image and discards the rest. 2445 Crops the given part of the image and discards the rest.