diff DOCS/man/en/mplayer.1 @ 31567:0ffe9f97fc9f

Add initial stereo support to -vo gl.
author reimar
date Mon, 05 Jul 2010 19:19:56 +0000
parents 9a590e7aac57
children 476ca8c5dbd0
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Mon Jul 05 18:24:02 2010 +0000
+++ b/DOCS/man/en/mplayer.1	Mon Jul 05 19:19:56 2010 +0000
@@ -3988,6 +3988,27 @@
 For details see lscale.
 .IPs filter-strength=<value>
 Set the effect strength for the lscale/cscale filters that support it.
+.IPs stereo=<value>
+Select a method for stereo display.
+You may have to use -aspect to fix the aspect value.
+Experimental, do not expect too much from it.
+.RSss
+0: Normal 2D display
+.br
+1: left-right split input to full-color red-cyan stereo.
+.br
+2: left-right split input to full-color red-cyan stereo.
+.br
+3: left-right split input to quadbuffered stereo.
+Only supported by very few OpenGL cards, thus untested and not working.
+.RE
+.RE
+.sp 1
+.RS
+The following options are only useful if writing your own fragment programs.
+.RE
+.sp 1
+.RSs
 .IPs customprog=<filename>
 Load a custom fragment program from <filename>.
 See TOOLS/edgedect.fp for an example.