comparison DOCS/man/en/mplayer.1 @ 28061:7cff610d4542

Document missing vo_gl suboptions
author reimar
date Fri, 05 Dec 2008 15:54:31 +0000
parents 429b55bbbfe2
children 18b00c8d2c9f
comparison
equal deleted inserted replaced
28060:70a2108520eb 28061:7cff610d4542
3712 a texture with border pixels. 3712 a texture with border pixels.
3713 Provides brightness, contrast, saturation, hue and gamma control. 3713 Provides brightness, contrast, saturation, hue and gamma control.
3714 Gamma can also be set independently for red, green and blue. 3714 Gamma can also be set independently for red, green and blue.
3715 Speed depends more on GPU memory bandwidth than other methods. 3715 Speed depends more on GPU memory bandwidth than other methods.
3716 .RE 3716 .RE
3717 .IPs ycbcr
3718 Use the GL_MESA_ycbcr_texture extension to convert YUV to RGB.
3719 In most cases this is probably slower than doing software conversion to RGB.
3717 .IPs lscale=<n> 3720 .IPs lscale=<n>
3718 Select the scaling function to use for luminance scaling. 3721 Select the scaling function to use for luminance scaling.
3719 Only valid for yuv modes 2, 3, 4 and 6. 3722 Only valid for yuv modes 2, 3, 4 and 6.
3720 .RSss 3723 .RSss
3721 0: Use simple linear filtering (default). 3724 0: Use simple linear filtering (default).
3728 Works on a few more cards than method 1. 3731 Works on a few more cards than method 1.
3729 .br 3732 .br
3730 3: Same as 1 but does not use a lookup texture. 3733 3: Same as 1 but does not use a lookup texture.
3731 Might be faster on some cards. 3734 Might be faster on some cards.
3732 .br 3735 .br
3733 4: Use experimental unsharp masking with 3x3 support and a strength of 0.5. 3736 4: Use experimental unsharp masking with 3x3 support and a default strength of 0.5 (see filter-strength).
3734 .br 3737 .br
3735 5: Use experimental unsharp masking with 5x5 support and a strength of 0.5. 3738 5: Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength).
3736 .RE 3739 .RE
3737 .IPs cscale=<n> 3740 .IPs cscale=<n>
3738 Select the scaling function to use for chrominance scaling. 3741 Select the scaling function to use for chrominance scaling.
3739 For details see lscale. 3742 For details see lscale.
3743 .IPs filter-strength=<value>
3744 Set the effect strength for the lscale/cscale filters that support it.
3740 .IPs customprog=<filename> 3745 .IPs customprog=<filename>
3741 Load a custom fragment program from <filename>. 3746 Load a custom fragment program from <filename>.
3742 See TOOLS/edgedect.fp for an example. 3747 See TOOLS/edgedect.fp for an example.
3743 .IPs customtex=<filename> 3748 .IPs customtex=<filename>
3744 Load a custom "gamma ramp" texture from <filename>. 3749 Load a custom "gamma ramp" texture from <filename>.