From 3a8058658d3c0fadc607460d0411bbdea55a8edb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 30 Apr 2016 14:25:23 +0200 Subject: sd_add: replace --sub-ass=no with --ass-style-override=strip --sub-ass=no / --ass=no still work, but --ass-style-override=strip is preferred now. With this change, --ass-style-override can control all the types of style overriding. --- DOCS/man/options.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index f7f92caabf..bb92133396 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1429,7 +1429,7 @@ Subtitles 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 @@ -1439,6 +1439,8 @@ Subtitles :no: Render subtitles as forced by subtitle scripts. :force: Try to force the font style as defined by the ``--sub-text-*`` options. Can break rendering easily. + :strip: Radically strip all ASS tags and styles from the subtitle. This + is equivalent to the old ``--no-ass`` / ``--no-sub-ass`` options. ``--ass-force-margins`` Enables placing toptitles and subtitles in black borders when they are @@ -1535,6 +1537,13 @@ Subtitles ``--sub-ass``, ``--no-sub-ass`` Render ASS subtitles natively (enabled by default). + .. note:: + + This has been deprecated by ``--ass-style-override=strip``. You also + may need ``--embeddedfonts=no`` to get the same behavior. Also, + using ``--ass-style-override=force`` should give better results + without breaking subtitles too much. + If ``--no-sub-ass`` is specified, all tags and style declarations are stripped and ignored on display. The subtitle renderer uses the font style as specified by the ``--sub-text-`` options instead. @@ -1545,10 +1554,6 @@ Subtitles rendering of ASS/SSA subtitles. It can sometimes be useful to forcibly override the styling of ASS subtitles, but should be avoided in general. - .. note:: - - Try using ``--ass-style-override=force`` instead. - ``--sub-auto=``, ``--no-sub-auto`` Load additional subtitle files matching the video filename. The parameter specifies how external subtitle files are matched. ``exact`` is enabled by -- cgit v1.2.3