Depends on how you’re viewing Jellyfin. I use Chromecast and Chromecast doesn’t support embedded subtitles well with Jellyfin. So I usually just use ffmpeg to extract the subtitles to an srt file, and then they run fine;
pushd "\\nas\Media\Movies\" fd -e mkv | each {|x| ffmpeg -i $x -map 0:s:0 $x.srt }
Temporarily maps my UNC network location to a usable drive, then using fd
and an elvish
each loop, iterate over all the mkv files, and use ffmpeg to extract the subtitles.
Ez-pz.
keyez@lemmy.world 1 week ago
Sounds like it’s mostly with embedded subs inside the media files already. Thats where all my subs are so I’m going to test soon but haven’t played anything on jellyfin needing subs in a while
priapus@sh.itjust.works 1 week ago
I now extract all my subs, but for the first 2 years using it I left everything embedded and it always worked normally. Even with some advanced ones like Jujutsu Kaisen and One Pace, which both use stylized ones.
keyez@lemmy.world 1 week ago
Just tested and with Findroid on my phone, no subtitle options appeared at all, though it had 4 languages embedded. On my roku they showed up but as soon as I picked it it loaded until it said Error During Playback
priapus@sh.itjust.works 1 week ago
I’ve never used Findroid, but they work on my regular Jellyfin app. I think on Roku transcoding is required, but afaik that’s on Roku not supporting the subtitle format.