Mercurial > mplayer.hg
changeset 8435:930acd4ce715
-format, -lavcdeint, -2xsai and small fixes.
1bpp, eq2, yvu9 and bmovl are TODO.
author | diego |
---|---|
date | Thu, 12 Dec 2002 05:14:35 +0000 |
parents | 41cdb6e78ff7 |
children | 1da6fa43125f |
files | DOCS/mplayer.1 |
diffstat | 1 files changed, 24 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/mplayer.1 Thu Dec 12 03:05:17 2002 +0000 +++ b/DOCS/mplayer.1 Thu Dec 12 05:14:35 2002 +0000 @@ -1041,6 +1041,11 @@ .B \-delay <sec> Audio delay in seconds (may be +/\:\- float value). .TP +.B \-format <0\-8192> +Select the format used for output from the filter layer. The format is selected +according to the defines in libao2/afmt.h. +TODO: list the formats here +.TP .B \-mixer <device> This option will tell MPlayer to use a different device for mixing than /dev/\:mixer. @@ -1285,7 +1290,7 @@ Enables Pan & Scan functionality, i.e.\& in order to display a 16:9 movie on a 4:3 display, the sides of the movie are cropped to get a 4:3 image which fits the screen. -This function works only with xv, xmga and xvidix drivers. +This function works only with the xv, xmga, mga and xvidix video out drivers. .br The range controls how much of the image is cropped. .TP @@ -1739,6 +1744,12 @@ .IPs crop[=w:h:x:y] Crops the given part of the image and discards the rest. Useful to remove black bands from widescreen movies. +.IPs cropdetect[=0\-255] +Calculates necessary cropping parameters and prints the recommended parameters +to stdout. +The threshold can be optionally specified from nothing (0) to everything +(255). +(default: 24) .IPs rectangle[=w:h:x:y] Draws a rectangle of the requested width and height at the specified coordinates over the image (used to test crop). @@ -1786,12 +1797,6 @@ .IPs dvbscale[=aspect] Set up optimal scaling for DVB cards. (aspect = DVB_HEIGHT*ASPECTRATIO, default: 768) -.IPs cropdetect[=0\-255] -Calculates necessary cropping parameters and prints the recommended parameters -to stdout. -The threshold can be optionally specified from nothing (0) to everything -(255). -(default: 24) .IPs "noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]" Adds noise .RSss @@ -1823,6 +1828,8 @@ Values can be from 0.0 to 1.0 - first (default 0.1) is relative difference between neighbor pixels, second (default 0.15) is what part of image have to be detected as interlaced to drop the frame. +.IPs lavcdeint +Use libavcodec's deinterlace filter. .IPs "unsharp=l|cWxH:amount[:l|cWxH:amount]" Unsharp mask / gaussian blur. .RSss @@ -1854,15 +1861,16 @@ .br power: how often the filter should be applied .REss - - - -!!! .IPs 1bpp -!!! .IPs 2xsai -!!! .IPs eq2 -!!! .IPs yvu9 -!!! more (IMHO all of -vop help should be documented), -!!! especially bmovl (see .c file), add vo/test? +.IPs 2xsai +Use the 2x scale and interpolate algorithm for scaling and smoothing images. +.IPs 1bpp +TODO: document this +.IPs eq2 +TODO: document this +.IPs yvu9 +TODO: document this +.IPs bmovl +TODO: document this