2024-09-16, 03:21 PM
Try remuxing the video. In my testing the issue doesn't occur on the files I've encoded myself, but files from other sources sometimes have issues with SRT subtitles desyncing. Remuxing the video appears to work.
https://forum.jellyfin.org/t-issues-with...2#pid36482
Code:
ffmpeg -fflags +genpts+igndts -i "/path/to/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 newFile.mkv
https://forum.jellyfin.org/t-issues-with...2#pid36482