From 1ebc2cbbd87deaf4306a963a1ff313a2076ec694 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 3 Jan 2010 14:44:45 +0000 Subject: Document -vo gl colorspace suboption. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30181 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 89600d13cb..af37fd9f3e 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3885,6 +3885,18 @@ 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 colorspace +Select the color space for YUV to RGB conversion. +.RSss +.IPs 0 +Use the formula used normally by MPlayer (default) +.IPs 1 +Use ITU-R BT.601 color space. +.IPs 2 +Use ITU-R BT.709 color space. +.IPs 3 +Use SMPTE-240M color space. +.RE .IPs lscale= Select the scaling function to use for luminance scaling. Only valid for yuv modes 2, 3, 4 and 6. -- cgit v1.2.3 From 2f228574be9d75a816840bbd4695c346cca5e5b8 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 3 Jan 2010 14:55:15 +0000 Subject: Basic -vo matrixview documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30183 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index af37fd9f3e..453e316552 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3995,6 +3995,21 @@ Apart from this the values have the same meaning as for \-vo gl. .REss . .TP +.B matrixview +OpenGL based renderer creating a Matrix-like running-text effect. +.PD 0 +.RSs +.IPs cols= +Number of text columns to display. +Very low values (< 16) will probably fail due to scaler limitations. +Values not divisible be 16 may cause issues as well. +.IPs rows= +Number of text rows to display. +Very low values (< 16) will probably fail due to scaler limitations. +Values not divisible be 16 may cause issues as well. +.REss +. +.TP .B "null\ \ \ " Produces no video output. Useful for benchmarking. -- cgit v1.2.3