summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 14:55:15 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 14:55:15 +0000
commit2f228574be9d75a816840bbd4695c346cca5e5b8 (patch)
tree61d9cb52d5f28d7783343647bda76d258cee82fe /DOCS/man/en
parenta7be2e180bedebbf684514155869982ae72254c3 (diff)
downloadmpv-2f228574be9d75a816840bbd4695c346cca5e5b8.tar.bz2
mpv-2f228574be9d75a816840bbd4695c346cca5e5b8.tar.xz
Basic -vo matrixview documentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30183 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.115
1 files changed, 15 insertions, 0 deletions
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=<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.