summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-01 03:27:03 +0200
committerwm4 <wm4@nowhere>2013-09-01 03:46:28 +0200
commit4d62b90f88aaed64775fdf6f0866e5ee5b3f9328 (patch)
tree4e95407bfca2d27dcdbf5b2327e2dd854cf082ee /DOCS
parentf5144077acedc5972e475412902876242ea27c23 (diff)
downloadmpv-4d62b90f88aaed64775fdf6f0866e5ee5b3f9328.tar.bz2
mpv-4d62b90f88aaed64775fdf6f0866e5ee5b3f9328.tar.xz
video: add unscaled mode with --video-unscaled
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 61fa750b76..5c33e325f1 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2498,6 +2498,18 @@
This option is disabled if the ``--no-keepaspect`` option is used.
+``--video-unscaled=<value>``
+ Disable scaling of the video. If the window is larger than the video,
+ black bars are added. Otherwise, the video is cropped. The video still
+ can be influenced by the other ``--video-...`` options. (If the
+ ``--video-zoom`` option is set to a value other than ``1``, scaling is
+ enabled, but the video isn't automatically scaled to the window size.)
+
+ Note that the scaler algorithm may still be used, even if the video isn't
+ scaled. For example, this can influence chroma conversion.
+
+ This option is disabled if the ``--no-keepaspect`` option is used.
+
``--video-zoom=<value>``
Adjust the video display scale factor by the given value. The unit is in
fractions of original video size.