-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sub-bold
not applying with sub-ass-override=force
#15773
Comments
d02f03b prevents bold/italics/underline from working on ASS subtitles. Because they often just end up destroying the subtitle and you're better off using strip instead. What is the use case here? |
So how do you override ass sub if |
You can override it, just not set bold, italics or underline. I can add it as another option, but I'd be very surprised if there's a good reason to do this. If the subs are simple enough that it won't destroy the subtitles if you turn everything bold, then strip will suffice. In every other case, bold will destroy the subtitles. That's why I asked what the use case is, I don't mind adding an option if there's a good reason to make typesetting bold for example. |
I've never had any problem with bold breaking subtitles before. I prefer to use my own chosen font for most things and I like to have that font bolded. Strip is not an alternative, because that also strips things like subtitles for signs, karaoke subs, etc. whereas previously I could use The docs already warn that |
Bold or italics or underline are used to emphasize a word or dialogue, it's rarely used for every line in a subtitle file. If you like how a font looks with bold, consider picking a variant of the font with higher weight.
The docs need to change, the option has never been about applying every option unconditionally. See commit 2f1eb49 for example, which prevented sub-pos from working with
It doesn't work this way. The default value for each option is passed to libass, so if you set Anyway, i don't mind introducing an option to reenable this but the use case is questionable to me. |
Not an option without modifying the font unfortunately, although I only use the font for mpv so I guess that'd be fine.
Really? I tested this on one file and it remained bold even with In any case, since this isn't a bug like I thought it was feel free to close this. I'm generally of the mind that more control over how things work is a good thing so I would appreciate the option, but I'll manage regardless so you should do what you think is best, I'm likely an outlier in caring about this anyway. |
mpv Information
Other Information
Reproduction Steps
Set
sub-bold
toyes
andsub-ass-override
toforce
on a video with ASS subtitles that are not already bold in the ASS styling.Expected Behavior
The subtitles should be forced bold.
Actual Behavior
The subtitles are not forced bold, instead matching the bold style defined in the ASS styling. Note that it does work as expected with
sub-ass-override
set tostrip
.The inverse is NOT true however, if the subs are bold in the ASS styling, setting
sub-bold
tono
will properly render the subtitles unbolded.Log File
output.txt
Sample Files
clip.mkv.zip
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: