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

reimar subversion at mplayerhq.hu
Sat May 25 08:54:41 CEST 2013


Author: reimar
Date: Sat May 25 08:54:41 2013
New Revision: 36282

Log:
Add options to determine where borders will be added when adjusting for aspect.

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

Changes in other areas also in this revision:
Modified:
   trunk/cfg-mplayer.h
   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	Fri May 24 16:20:19 2013	(r36281)
+++ trunk/DOCS/man/en/mplayer.1	Sat May 25 08:54:41 2013	(r36282)
@@ -3628,6 +3628,18 @@ E.g.\& \-panscanrange \-3 allows a zoom 
 This feature is experimental.
 .
 .TP
+.B \-border\-pos\-x <0.0\-1.0> (-vo gl only, default 0.5)
+When black borders are added to adjust for aspect, this determines where they are placed.
+0.0 places borders on the right, 1.0 on the left.
+Values outside the range 0.0 \- 1.0 will add extra black borders on one side
+and remove part of the image on the other side.
+.
+.TP
+.B \-border\-pos\-y <0.0\-1.0> (-vo gl only, default 0.5)
+As \-border\-pos\-x but for top/bottom borders.
+0.0 places borders on the bottom, 1.0 on the top.
+.
+.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.


More information about the MPlayer-DOCS mailing list