From df8a481eba2316f8171ec0cde4e8e192765aad16 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 13 Apr 2013 18:53:03 +0200 Subject: 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. --- DOCS/man/en/options.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3