mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
options: move sub-ass-override 'scale' above 'force'
Also make it an enum for clarity This is the right order in terms of both destructiveness and also the total number of --sub-* options applied.
This commit is contained in:
1
DOCS/interface-changes/sub-ass-override-default.txt
Normal file
1
DOCS/interface-changes/sub-ass-override-default.txt
Normal file
@@ -0,0 +1 @@
|
||||
move 'scale' above 'force' for `sub-ass-override` in documentation as well as code. This more accurately reflects destructiveness of these options.
|
||||
@@ -2501,7 +2501,7 @@ Subtitles
|
||||
|
||||
Using this option may lead to incorrect subtitle rendering.
|
||||
|
||||
``--sub-ass-override=<yes|no|force|scale|strip>``
|
||||
``--sub-ass-override=<no|yes|scale|force|strip>``
|
||||
Control whether user style overrides should be applied. Note that all of
|
||||
these overrides try to be somewhat smart about figuring out whether or not
|
||||
a subtitle is considered a "sign".
|
||||
@@ -2511,16 +2511,16 @@ Subtitles
|
||||
:yes: Apply all the ``--sub-ass-*`` style override options. Changing the
|
||||
default for any of these options can lead to incorrect subtitle
|
||||
rendering (default).
|
||||
:scale: Like ``yes``, but also apply ``--sub-scale``.
|
||||
:force: Like ``yes``, but also force all ``--sub-*`` options. Can break
|
||||
rendering easily.
|
||||
:scale: Like ``yes``, but also apply ``--sub-scale``.
|
||||
:strip: Radically strip all ASS tags and styles from the subtitle. This
|
||||
is equivalent to the old ``--no-ass`` / ``--no-sub-ass`` options.
|
||||
|
||||
This also controls some bitmap subtitle overrides, as well as HTML tags in
|
||||
formats like SRT, despite the name of the option.
|
||||
|
||||
``--secondary-sub-ass-override=<yes|no|force|scale|strip>``
|
||||
``--secondary-sub-ass-override=<no|yes|scale|force|strip>``
|
||||
Control whether user secondary substyle overrides should be applied. This
|
||||
works exactly like ``--sub-ass-override``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user