From c6f6d46ace8cbc223254a5506e430075a0c52908 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 5 Dec 2008 15:54:31 +0000 Subject: Document missing vo_gl suboptions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28095 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 222c762f17..284526a05a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3714,6 +3714,9 @@ Provides brightness, contrast, saturation, hue and gamma control. Gamma can also be set independently for red, green and blue. Speed depends more on GPU memory bandwidth than other methods. .RE +.IPs ycbcr +Use the GL_MESA_ycbcr_texture extension to convert YUV to RGB. +In most cases this is probably slower than doing software conversion to RGB. .IPs lscale= Select the scaling function to use for luminance scaling. Only valid for yuv modes 2, 3, 4 and 6. @@ -3730,13 +3733,15 @@ Works on a few more cards than method 1. 3: Same as 1 but does not use a lookup texture. Might be faster on some cards. .br -4: Use experimental unsharp masking with 3x3 support and a strength of 0.5. +4: Use experimental unsharp masking with 3x3 support and a default strength of 0.5 (see filter-strength). .br -5: Use experimental unsharp masking with 5x5 support and a strength of 0.5. +5: Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength). .RE .IPs cscale= Select the scaling function to use for chrominance scaling. For details see lscale. +.IPs filter-strength= +Set the effect strength for the lscale/cscale filters that support it. .IPs customprog= Load a custom fragment program from . See TOOLS/edgedect.fp for an example. -- cgit v1.2.3