summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-06-03 17:26:08 +0200
committerwm4 <wm4@nowhere>2020-06-03 17:26:44 +0200
commit5f49009849271ecd995f9f41e4eb2a36a0fc024a (patch)
treee3c0dc420eef17af7bafe8406aa22998123ce4d3 /DOCS
parentbaa7b5c8dd35365a8a62aa39c84394e5315b79e0 (diff)
downloadmpv-5f49009849271ecd995f9f41e4eb2a36a0fc024a.tar.bz2
mpv-5f49009849271ecd995f9f41e4eb2a36a0fc024a.tar.xz
options: add --video-scale-x/y
Requested. Fixes: #6303
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 95cd12a7b3..769db4d837 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1467,6 +1467,15 @@ Video
This option is disabled if the ``--no-keepaspect`` option is used.
+``--video-scale-x=<value>``, ``--video-scale-y=<value>``
+ Multiply the video display size with the given value (default: 1.0). If a
+ non-default value is used, this will be different from the window size, so
+ video will be either cut off, or black bars are added.
+
+ This value is multiplied with the value derived from ``--video-zoom`` and
+ the normal video aspect aspect ratio. This option is disabled if the
+ ``--no-keepaspect`` option is used.
+
``--video-align-x=<-1-1>``, ``--video-align-y=<-1-1>``
Moves the video rectangle within the black borders, which are usually added
to pad the video to screen if video and screen aspect ratios are different.