Jellyfin Forum
Subtitle font changed - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Subtitle font changed (/t-subtitle-font-changed)



Subtitle font changed - Crisophie - 2023-07-05

Heya. I imported my local anime collection to my home server/Jellyfin and one anime's subtitles have completely changed font from what is displayed in VLC or similar media players.
The font JF selects to override/change the original is also different between seasons, despite source font being the same for both seasons. Haven't tested all my series, but this seems to be the only instance.
I'd rather not use the JF subtitle font setting and instead use the fonts as they should be. Is there any solution or could it be an issue with the source subtitles?

Running 10.8.10 on Windows.

Season 1 Example (JF vs VLC):
[Image: image.png] [Image: image.png]

Season 2 Example (JF vs VLC):
[Image: image.png] [Image: image.png]


RE: Subtitle font changed - crobibero - 2023-07-05

This looks like Jellyfin is using the subtitle font provided/specified in the media file. Are you sure both Jellyfin and VLC are using the same subtitle track? Which Jellyfin client are you using?


RE: Subtitle font changed - Crisophie - 2023-07-05

Just double checked and they are using the same sub track.
I'm using the web client, but the issue also is present on the webOS client.
Just installed the Jellyfin Media Player to check that, and it seems to be using the right font on that.


RE: Subtitle font changed - skribe - 2023-07-05

I don't believe all clients are able to support custom fonts. It might simply be the case that the WebOS client cannot use the embedded fonts. Something like Jellyfin Media Player does support custom fonts.


RE: Subtitle font changed - crobibero - 2023-07-06

Just want to clarify, which font are you expecting to see? The top or bottom of the image?


RE: Subtitle font changed - Crisophie - 2023-07-06

Bottom image in each set. Top one is web client/webOS client.

I tried changing the font in VLC settings to see if it was just using the VLC forced font, but it was not.


RE: Subtitle font changed - H4M5TER - 2023-10-03

You can use FFmpeg or mkvtoolnix to extract subtitles from mkv file and check which font is actually used. 

If the font is carried with mkv, the subtitles will always render with correct style.
If not, VLC or any other player will use system font. But I don't know how jellyfin-web behave.
Should I install the font on the Jellyfin side or the player side?

Following the direction of a blog I did some hack to make Jellyfin frontend to provide specified font from local folder when rendering ass sub.
It's kind of ugly. After compiling I put all the font on the assets/fonts folder. And fontNameMap.json is storing all the mapping from font name to its relative path.