options: add secondary-sub-scale#18166
Conversation
I don't think this is necessary, as the does this default value support the |
To clarify before I change this: the current patch uses However, this does make the command behavior less clear because If we instead make Another compatibility concern is that frontends, scripts, or existing user configurations may currently expose or set only Which behavior would be preferred for mpv? I can adjust the patch accordingly. |
|
Would another option be to keep For example, if This would preserve the existing behavior for users/frontends that only set |
|
I pushed an implementation of this approach: With the follow-up commit, So I think this is still less surprising than having |
Adds
--secondary-sub-scaleto allow scaling secondary subtitles independently from primary subtitles.By default the option is
default, which preserves the existing behavior by inheriting--sub-scale. Setting a numeric value overrides the scale for secondary subtitles only.Fixes #14989.
Tested with:
uvx meson test -C build --print-errorlogsAI disclosure:
This contribution was developed with AI assistance. I have reviewed the changes, understand what was changed and why, and take responsibility for the code and review responses.