summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 16:52:54 +0000
committermark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 16:52:54 +0000
commita2dfc7a766c2f00408671327838602eebcc4cddf (patch)
tree1b668f5ecfebc6ad7688d652594f4e91179183d2 /DOCS
parentddaa6dd19d52961065344b66a474dc4629d04cbd (diff)
downloadmpv-a2dfc7a766c2f00408671327838602eebcc4cddf.tar.bz2
mpv-a2dfc7a766c2f00408671327838602eebcc4cddf.tar.xz
Added the -geometry option (supports fbdev and tdfxfb drivers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7867 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.121
1 files changed, 21 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 463f8f869b..8898a73048 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -1048,6 +1048,27 @@ See also \-zoom.
.B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option)
Try this option if you still experience fullscreen problems.
.TP
+.B \-geometry x[%][:y[%]]
+Adjust where the output is on the screen initially. The x and y specifications
+are in pixels measured from the top-right of the screen to the top-right of the
+image being displayed, however if a percentage sign is given after the argument
+it turns the value into a percentage of the screen size in that direction. The
+values given must be integers. Examples:
+
+.PD 0
+.RSs
+.IPs 50:40
+Places the window at x=50, y=40
+.IPs 50%:50%
+Places the window in the middle of the screen
+.IPs 100%
+Places the window at the top left corner of the screen
+.IPs 100%:100%
+Places the window at the bottom left corner of the screen
+.RE
+.PD 1
+.
+.TP
.B \-hue <\-100\ \-\ 100>
Adjust hue of video signal (default: 0).
You can get colored negative of image with this option.