-
Notifications
You must be signed in to change notification settings - Fork 179
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
Subtitle settings are confusing/not working as intended #603
Comments
Do you apply everything to ASS subtitles only? It's mostly for SRT and other simple formats. ASS has their own style, QMPlay2 can override some of them, but not all. Overridden ASS styles will not display as in style. There's too much text without examples 😅 I need sample file and settings which doesn't work (I don't use "Apply for ASS/SSA subtitles" because it's pointless for most ASS subs). |
@zaps166 Hi, I'm experiencing a similar issue where the sizing modifications in qmplay2 hardly affects the actual size and it's a normal sub file embedded in the movie I'm watching right now not an ass or some other pgssub. I can confirm that subtitles can indeed be resized because smplayer is able to do so with the same video. The rendering/decoding and hardware acceleration is far better than mpv/smplayer but this one particular issue is nagging me since I already have a small size laptop screen and those subtitles take huge space. |
Hmm, tested it briefly now with regular subtitles. Idk what spacing is doing (don't remember, can't see any difference). When changing alignment I have to restart video to apply on all texts. Could you upload screenshot what's exactly wrong? Do you use Shift+R / Shift+T to scale subtitles without touching these settings? |
It's a simple case of Shift-R/Shift-T not working at all. |
If Shift+R / Shift+T doesn't work, it means your subtitles are bitmap subtitles (pgssub, dvdsub, etc.) - settings from "Subtitles" tab doesn't apply there.
Hmm, could you put screenshot of Information panel (at least Subtitles streams)? |
The information panel shows "sub" not pgs or dvdsub. And the resizing works perfectly in Smplayer. I'm half asleep and it's late here. I'll upload whatever information you want in the morning. |
I can see names:
Ok! Also if possible - URL where can I download sample file (can be send via email). |
Information panel doesn't show just "sub", it's showing "dvdsub", I probably wrote what I saw in some other player in sleep. I've sent you more file information in email along with a sample. Here's the mediainfo:
|
Well, |
Oops my bad. Ok |
They are scaling with video only, so need to handle scaling subtitles, too. |
Hello!
I have been messing with the subtitle settings for the last couple days but for some reason it's not working as one would expect and/or it's somewhat bugged? I will list the issues separately so it's easier to follow/reference.
A) Font size for subtitles is not consistent across different videos, if
Fonts and spacing
is checkedIf I wanted to change the fonttype (ex. from default to Tahoma) I pick it from the drop-down menu at the very top, and check both
Apply for ASS/SSA subtitles
andFonts and spacing
.While it affects the font type, this makes the subtitles way too small, so I increase the font size at the top to around 90. This works nicely for that specific video, but in other videos the subtitles would be way too large at the same font size. So I either get too large or too small depending on the video, and I'd have to keep changing it in the settings.
What's the difference between these videos? Well, there are 2 possibilities, first, embedded vs external, I noticed embedded subtitles would look too small at 30 for example, while external ones look just fine.
Another possibility is the file type, embedded subs are usually ssa, while external ones ass. I doubt this is the issue however, since I tried one external ssa file after converting it.
A way to get around this is to de-couple "size" and "font type" so size would have its own checkbox.
Fonts and spacing
should not include font the size setting imo.However, some might want to change the size as well, so fixing the core issue is needed here.
B) If
Margin and alignment
is checked, text on signs, episodes titles, etc, are moved to the bottomThese aren't dialogue subtitles, they're purposefully not at the bottom. These are usually on top of the original text on street signs, or next to the episode title.
This setting if checked turns these into regular subtitles. I think what happens here is that when the setting is checked QMPlay2 does 2 things, first reset the position and 2nd apply the new values. So that means even these are reset into the position of regular dialogue subtitles.
Maybe there's a way to exclude these? I don't know. But mpv somehow does it. Perhaps there's a specific flag in the subtitle file for these? Maybe if the subtitle line has a custom position that usually means you shouldn't mess with it? It's an interesting problem but I think the idea of making an exception for these lines is a good start.
C) Finally, this is more of a feature request, missing "Bold" option
This is needed because not all fonts have bold variant that is selectable from menus
I apologize if this is long, but I wanted to include details as they might be useful in debugging.
Thank you for your time, and for this awesome media player!
The text was updated successfully, but these errors were encountered: