Jellyfin Forum
Is there a way to change subtitles encoding? - 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: Is there a way to change subtitles encoding? (/t-is-there-a-way-to-change-subtitles-encoding)



Is there a way to change subtitles encoding? - liamauve - 2023-10-24

hi, when direct playing with jellyfin media player on windows, the subtitles (external srt) seems to be read in ansi encoding.
for example "cliché" is displayed as "cliché". this also happen when playing with the default android app.
is there a way to set it to utf-8? thank you very much


RE: Is there a way to change subtitles encoding? - lucopoulos - 2023-10-24

Maybe it's the other way around, your subtitle file is encoded in ansi, but Jellyfin expects utf-8 ? So you just have to convert your file to utf-8.


RE: Is there a way to change subtitles encoding? - liamauve - 2023-10-28

If i open the srt file with notepad++, it shows correctly, and the bottom right says UTF-8; and if I right click there and select ANSI, then it displays the wrong symbols like in jf media player.

What encoding format should I be using ideally?


RE: Is there a way to change subtitles encoding? - Deleted User - 2023-10-28

(2023-10-28, 12:48 AM)liamauve Wrote: If i open the srt file with notepad++, it shows correctly, and the bottom right says UTF-8; and if I right click there and select ANSI, then it displays the wrong symbols like in jf media player.

What encoding format should I be using ideally?

according to this issue report from 15 months ago, UTF-8 BOM

https://github.com/jellyfin/jellyfin/issues/8154