Jellyfin Forum
SOLVED: Troubleshooting: Stuttering on Apple TV, specific show - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Troubleshooting: Stuttering on Apple TV, specific show (/t-solved-troubleshooting-stuttering-on-apple-tv-specific-show)

Pages: 1 2


RE: Troubleshooting: Stuttering on Apple TV, specific show - kyeotic - 2024-02-18

Can anyone break down what this command is doing, or if there is a way to identify these "badly packaged" mkv files before playing them?


RE: Troubleshooting: Stuttering on Apple TV, specific show - TheDreadPirate - 2024-02-18

There is no way to identify "bad" MKVs without trying to play them or running them through ffmpeg. I'm not expert enough to really break down the problem. My understanding is that MKVs have what's called "packet timestamps" in the file. It keeps all the various streams in the video in sync and is used by video players to enable scrubbing/skipping around the video. These "bad" MKVs either don't have them or they're malformed in some way. To remedy this we use "-fflags genpts" to regenerate the packet timestamps (the pts in genpts).