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/en/mplayer.1') 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 From d8185b1040341c423504b22328aecfd2bc44fc5c Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 5 Dec 2008 15:55:25 +0000 Subject: Using rectangle=2 for vo_gl is probably a good idea nowadays. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28096 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 284526a05a..7ed4e19d56 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3624,7 +3624,7 @@ but also makes use of newer extensions, which allow support for more colorspaces and direct rendering. For optimal speed try something similar to .br -\-vo gl:yuv=2:force\-pbo:ati\-hack \-dr \-noslices +\-vo gl:yuv=2:rectangle=2:force\-pbo:ati\-hack \-dr \-noslices .br The code performs very few checks, so if a feature does not work, this might be because it is not supported by your card/OpenGL implementation -- cgit v1.2.3