2024-02-14, 05:07 PM
(This post was last modified: 2024-02-14, 05:07 PM by TheDreadPirate.)
Another user with an Apple TV had this issue and repackaging the MKV resolved this issue. In an admin power shell terminal. Not sure if you can just state "ffmpeg" or if you have to provide the full path to jellyfin-ffmpeg.
https://forum.jellyfin.org/t-solved-trou...2#pid16262
Code:
ffmpeg -fflags genpts -i "D:\path\to\your\video.mkv" -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy outputFile.mkv
https://forum.jellyfin.org/t-solved-trou...2#pid16262