summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-11-24 15:28:02 +0100
committerDudemanguy <random342@airmail.cc>2023-11-27 15:02:28 +0000
commit0c4812aa72f4a34d342ef3939587a95cbfa0bf40 (patch)
treed6e7b8c5d48ea0df05be4e6c0f36b86248f50e42 /DOCS/man/options.rst
parent65b55433329bde66f0338d94d1bd18831424b785 (diff)
downloadmpv-0c4812aa72f4a34d342ef3939587a95cbfa0bf40.tar.bz2
mpv-0c4812aa72f4a34d342ef3939587a95cbfa0bf40.tar.xz
options: add --osd-bar-border-size
Closes #1484. The default size is smaller than the previous --osd-border-size default value of 3 with the default --osd-bar-h.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f80fc77904..45dc0e317f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4265,6 +4265,12 @@ OSD
``--osd-bar-h=<0.1-50>``
Height of the OSD bar, in percentage of the screen height (default: 3.125).
+``--osd-bar-border-size=<size>``
+ Size of the border of the OSD bar in scaled pixels (see ``--sub-font-size``
+ for details).
+
+ Default: 1.2.
+
``--osd-back-color=<color>``
See ``--sub-color``. Color used for OSD text background.