2024-02-13, 06:37 PM
My bad. Forgot to respond. Let's try repackaging the MKV file. A poorly authored MKV file can cause stuttering when it is direct played.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags genpts -i "/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