summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-14 20:43:00 +0100
committerwm4 <wm4@nowhere>2013-02-14 20:45:44 +0100
commite8181ed9fb9ea49e7def7a0a806b9d516a41168a (patch)
tree2a1d0676ff363cd4364251e4b052e9103a3e0998 /DOCS/man
parente4d52330affa61457e0b2676c3730110a8ebaa1d (diff)
downloadmpv-e8181ed9fb9ea49e7def7a0a806b9d516a41168a.tar.bz2
mpv-e8181ed9fb9ea49e7def7a0a806b9d516a41168a.tar.xz
osd: add --osd-bar-align-x/y options to control OSD bar position
Diffstat (limited to 'DOCS/man')
-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 12dccdc8c4..ab3dee4616 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1288,6 +1288,12 @@
search for video segments from other files, and will also ignore any
chapter order specified for the main file.
+--osd-bar-align-x=<-1..1>
+ Position of the OSD bar. -1 is far left, 0 is centered, 1 is far right.
+
+--osd-bar-align-y=<-1..1>
+ Position of the OSD bar. -1 is top, 0 is centered, 1 is bottom.
+
--osd-back-color=<#RRGGBB>, --sub-text-back-color=<#RRGGBB>
See ``--osd-color``. Color used for OSD/sub text background.