summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 20:36:53 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 20:36:53 +0000
commit4298359af281fd4e5708ee8dc577f61c592aafb7 (patch)
treeacb5d692aa6424a1acb1b317e870a312c90ccc86 /DOCS
parentf706f9d9b89896c2b53735d93166f9541b8c7b1b (diff)
downloadmpv-4298359af281fd4e5708ee8dc577f61c592aafb7.tar.bz2
mpv-4298359af281fd4e5708ee8dc577f61c592aafb7.tar.xz
-xy/-zoom updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5907 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.110
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 6e01e66c94..c6d6d1d20a 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -646,16 +646,18 @@ In Xinerama configurations (i.e. a single desktop that spans across multiple
displays) this option tells MPlayer which screen to display movie on. Range 0 \- ...
.TP
.B \-x\ <x>
-Scale image to x width (if sw/hw scaling available)
+Scale image to x width (if sw/hw scaling available). Disables aspect calcs.
.TP
-.B \-xy\ <factor>
-Scale image by <factor>
+.B \-xy\ <x>
+x<=8: Scale image by factor <x>
+x>8: Set width to <x> and calculate height to keep correct aspect ratio
.TP
.B \-y\ <y>
-Scale image to y height (if sw/hw scaling available)
+Scale image to y height (if sw/hw scaling available). Disables aspect calcs.
.TP
.B \-zoom
Allow software scaling, where available. Could be used to force scaling with -vop scale
+(-vop scale will IGNORE options -x/-y/-xy/-fs/-aspect without -zoom)
.TP
.B \-z\ <0\-9>
Specifies compression level for PNG output (-vo png)