summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-13 18:53:03 +0200
committerwm4 <wm4@nowhere>2013-04-13 18:53:03 +0200
commitdf8a481eba2316f8171ec0cde4e8e192765aad16 (patch)
treebf1b1895aeeac222e0a0dc3d362cca840e858577 /DOCS
parent3097176ff1b43991ae78990bb06e8c21981e4170 (diff)
downloadmpv-df8a481eba2316f8171ec0cde4e8e192765aad16.tar.bz2
mpv-df8a481eba2316f8171ec0cde4e8e192765aad16.tar.xz
sub: add --osd-blur and --sub-text-blur options
These require bleeding edge libass (latest git version), and will be ignored otherwise. I'm not sure about the blur factor and scaling. The ASS/VSFilter semantics for blur scaling are a bad mess. Might require further investigation.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index fab682fdd5..6299894b7a 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1351,6 +1351,9 @@
--osd-back-color=<#RRGGBB>, --sub-text-back-color=<#RRGGBB>
See ``--osd-color``. Color used for OSD/sub text background.
+--osd-blur=<0..20.0>, --sub-text-blur=<0..20.0>
+ Gaussian blur factor. 0 means no blur applied (default).
+
--osd-border-color=<#RRGGBB>, --sub-text-border-color=<#RRGGBB>
See ``--osd-color``. Color used for the OSD/sub font border.