summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-10 19:58:57 +0100
committerwm4 <wm4@nowhere>2013-12-10 20:07:39 +0100
commit7c7d214775f87e82312aa1441d59ddf7c0df9d2e (patch)
treea398eb6f7e1368c5f4c5ec2c4684f83c0f017e13 /DOCS/man/en
parentbf003033e376b34779373565595f2863fe3c4dd6 (diff)
downloadmpv-7c7d214775f87e82312aa1441d59ddf7c0df9d2e.tar.bz2
mpv-7c7d214775f87e82312aa1441d59ddf7c0df9d2e.tar.xz
osd: add option for "unscaled" OSD
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 252cb4c5fe..9739a54d5b 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1558,6 +1558,12 @@ OPTIONS
``--osd-scale=<factor>``
OSD font size multiplicator, multiplied with ``--osd-font-size`` value.
+``--osd-scale-by-window=yes|no``
+ Whether to scale the OSD with the window size (default: yes). If this is
+ disabled, ``--osd-font-size`` and other OSD options that use scaled pixels
+ are always in actual pixels. The effect is that changing the window size
+ won't change the OSD font size.
+
``--osd-shadow-color=<#RRGGBB>, --sub-text-shadow-color=<#RRGGBB>``
See ``--osd-color``. Color used for OSD/sub text shadow.