comparison DOCS/man/en/mplayer.1 @ 36186:3b15983f5e48

Add options to determine where borders will be added when adjusting for aspect.
author reimar
date Sat, 25 May 2013 06:54:41 +0000
parents 94979f661d38
children 09b2e3d9f51b
comparison
equal deleted inserted replaced
36185:4cdc07440a68 36186:3b15983f5e48
3626 Negative numbers mean you can zoom in up to a factor of \-panscanrange+1. 3626 Negative numbers mean you can zoom in up to a factor of \-panscanrange+1.
3627 E.g.\& \-panscanrange \-3 allows a zoom factor of up to 4. 3627 E.g.\& \-panscanrange \-3 allows a zoom factor of up to 4.
3628 This feature is experimental. 3628 This feature is experimental.
3629 . 3629 .
3630 .TP 3630 .TP
3631 .B \-border\-pos\-x <0.0\-1.0> (-vo gl only, default 0.5)
3632 When black borders are added to adjust for aspect, this determines where they are placed.
3633 0.0 places borders on the right, 1.0 on the left.
3634 Values outside the range 0.0 \- 1.0 will add extra black borders on one side
3635 and remove part of the image on the other side.
3636 .
3637 .TP
3638 .B \-border\-pos\-y <0.0\-1.0> (-vo gl only, default 0.5)
3639 As \-border\-pos\-x but for top/bottom borders.
3640 0.0 places borders on the bottom, 1.0 on the top.
3641 .
3642 .TP
3631 .B \-monitor\-orientation <0-3> (experimental) 3643 .B \-monitor\-orientation <0-3> (experimental)
3632 Rotate display by 90, 180 or 270 degrees. 3644 Rotate display by 90, 180 or 270 degrees.
3633 Rotates also the OSD, not just the video image itself. 3645 Rotates also the OSD, not just the video image itself.
3634 Currently only supported by the gl video output driver. 3646 Currently only supported by the gl video output driver.
3635 For all other video outputs -vf ass,expand=osd=1,rotate=n can be used, in the future this might even happen automatically. 3647 For all other video outputs -vf ass,expand=osd=1,rotate=n can be used, in the future this might even happen automatically.