Basic -vo matrixview documentation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30183 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-01-03 14:55:15 +00:00
parent a7be2e180b
commit 2f228574be
1 changed files with 15 additions and 0 deletions

View File

@ -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.