summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-08-20 18:48:31 -0500
committerDudemanguy <random342@airmail.cc>2023-08-20 19:02:31 -0500
commit3422e5e1e86121227e4e623f8c104b5947ef5cf9 (patch)
treeebaa54d0dec6c2c422067fef17fcb2dc8e6544b7 /DOCS/man/options.rst
parent7d6f9e37397ed57be0f1375afe8fddfc451aa152 (diff)
downloadmpv-3422e5e1e86121227e4e623f8c104b5947ef5cf9.tar.bz2
mpv-3422e5e1e86121227e4e623f8c104b5947ef5cf9.tar.xz
DOCS/options: clarify the video-pan-x/y example
1fa6669bc0e60421f76c7507c3355537ca09fd0e misinterpreted the example and changed the pixel value from 128 to 168 (thinking that it meant pixels after scaling), but likely the original calculation was correct because the line specifically says "of the source video". This is just confusing not really useful information so instead change the example to a more common resolution (1920x1080) and remove any references to the source video resolution. Also mention video-pan-y while we're at it.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c5da25fba2..bbdcb7cd6e 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1541,9 +1541,9 @@ Video
Moves the displayed video rectangle by the given value in the X or Y
direction. The unit is in fractions of the size of the destination rectangle.
- For example, displaying a 1280x720 video fullscreen on a 1680x1050 screen
- with ``--video-pan-x=-0.1`` would move the video 168 pixels to the left
- (making 168 pixels of the source video invisible).
+ For example, displaying a video fullscreen on a 1920x1080 screen with
+ ``--video-pan-x=-0.1`` would move the video 192 pixels to the left and
+ ``--video-pan-y=-0.1`` would move the video 108 pixels up.
This option is disabled if the ``--no-keepaspect`` option is used.