From ccb6675fbd6a757790bbfa3212bcf28c240dd4d9 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 5 Jul 2010 19:19:56 +0000 Subject: vo_gl: Add initial stereo support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31633 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 9fb3d514e1..4b3e7e41c8 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3995,6 +3995,27 @@ Select the scaling function to use for chrominance scaling. For details see lscale. .IPs filter-strength= Set the effect strength for the lscale/cscale filters that support it. +.IPs stereo= +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= Load a custom fragment program from . See TOOLS/edgedect.fp for an example. -- cgit v1.2.3