From 5b75142a1dfed9fceacb43772378cbdc2d3dfb7c Mon Sep 17 00:00:00 2001 From: Dan Oscarsson Date: Thu, 2 Feb 2017 10:53:19 +0100 Subject: sub: add SDH subtitle filter Add subtitle filter to remove additions for deaf or hard-of-hearing (SDH). This is for English, but may in part work for others too. This is an ASS filter and the intention is that it can always be enabled as it by default do not remove parts that may be normal text. Harder filtering can be enabled with an additional option. Signed-off-by: wm4 --- DOCS/man/options.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 96044760a1..02aaea2187 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1991,6 +1991,23 @@ Subtitles Default: 0. +``--sub-filter-sdh=`` + Applies filter removing subtitle additions for the deaf or hard-of-hearing (SDH). + This is intended for English, but may in part work for other languages too. + The intention is that it can be always enabled so may not remove + all parts added. + It removes speaker labels (like MAN:), upper case text in parentheses and + any text in brackets. + + Default: ``no``. + +``--sub-filter-sdh-harder=`` + Do harder SDH filtering (if enabled by ``--sub-filter-sdh``). + Will also remove speaker labels and text within parentheses using both + lower and upper case letters. + + Default: ``no``. + Window ------ -- cgit v1.2.3