From bcceeec737844a4184c1256f6490acbd8a8d1611 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Mar 2014 02:17:58 +0100 Subject: sd_ass: add a very simple and evil way to override ASS subtitle styles --ass-style-override=force now attempts to override the 'Default' style. May or may not work. In some situations it will work, but also mess up seemingly unrelated things like signs typeset with ASS. --- DOCS/man/en/options.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 6461750062..fc8b778ac8 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -176,13 +176,18 @@ OPTIONS Using this option may lead to incorrect subtitle rendering. -``--ass-style-override=`` +``--ass-style-override=`` Control whether user style overrides should be applied. - :yes: Apply all the ``--ass-*`` style override options. Changing the default - for any of these options can lead to incorrect subtitle rendering - (default). - :no: Render subtitles as forced by subtitle scripts. + :yes: Apply all the ``--ass-*`` style override options. Changing the default + for any of these options can lead to incorrect subtitle rendering + (default). + :no: Render subtitles as forced by subtitle scripts. + :force: Like ``yes``, but also override the style named ``Default`` to + make it look like the like text subtitle style implied by the + ``--sub-text-...`` option. This won't always work, because the + dialogue style doesn't necessary use this name, and it might break + other advanced uses of the ASS format. ``--ass-use-margins`` Enables placing toptitles and subtitles in black borders when they are -- cgit v1.2.3