summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:36:05 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:36:05 +0200
commitb390b9b28fa6280f355eeef4811b6cfc02dea01a (patch)
treeef67be7ab1b189f5818fb8a273fa10f19d19aec6 /DOCS/man/en
parentefe742e3fa08f007ab41f1d666fd1f1c3bf0d63a (diff)
parent8e778e501948b67b1f8cd889e68242d1a1eb6041 (diff)
downloadmpv-b390b9b28fa6280f355eeef4811b6cfc02dea01a.tar.bz2
mpv-b390b9b28fa6280f355eeef4811b6cfc02dea01a.tar.xz
Merge svn changes up to r30185
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.127
1 files changed, 27 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 434f12c348..e801048a64 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3860,6 +3860,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=<n>
Select the scaling function to use for luminance scaling.
Only valid for yuv modes 2, 3, 4 and 6.
@@ -3958,6 +3970,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=<n>
+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=<n>
+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.