[MPlayer-DOCS] r36267 - in trunk: Changelog DOCS/man/en/mplayer.1 cfg-mplayer.h libvo/aspect.c libvo/video_out.c libvo/video_out.h libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Mon May 13 21:34:43 CEST 2013


Author: reimar
Date: Mon May 13 21:34:43 2013
New Revision: 36267

Log:
Add support for rotating the video via OpenGL.

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/Changelog
   trunk/cfg-mplayer.h
   trunk/libvo/aspect.c
   trunk/libvo/video_out.c
   trunk/libvo/video_out.h
   trunk/libvo/vo_gl.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Mon May 13 21:34:40 2013	(r36266)
+++ trunk/DOCS/man/en/mplayer.1	Mon May 13 21:34:43 2013	(r36267)
@@ -3628,6 +3628,13 @@ E.g.\& \-panscanrange \-3 allows a zoom 
 This feature is experimental.
 .
 .TP
+.B \-monitor\-orientation <0-3> (experimental)
+Rotate display by 90, 180 or 270 degrees.
+Rotates also the OSD, not just the video image itself.
+Currently only supported by the gl video output driver.
+For all other video outputs -vf ass,expand=osd=1,rotate=n can be used, in the future this might even happen automatically.
+.
+.TP
 .B \-refreshrate <Hz>
 Set the monitor refreshrate in Hz.
 Currently only supported by \-vo directx combined with the \-vm option.


More information about the MPlayer-DOCS mailing list