2024-06-18, 07:47 PM
Let's try repackaging one of your files.
This will copy the video/audio/subs unmodified into a new MKV container, new packet time stamps, etc.
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
This will copy the video/audio/subs unmodified into a new MKV container, new packet time stamps, etc.