2024-03-26, 01:33 PM
(This post was last modified: 2024-03-26, 01:34 PM by TheDreadPirate.)
Its possible there is an issue with the file itself. Poorly authored MKVs can cause this problem. But there is a way to repackage the file without reencoding.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags genpts -i "/path/to/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