Comment on jellyfin freezes on TV every 2 minutes

<- View Parent
om1k@sopuli.xyz ⁨10⁩ ⁨months⁩ ago

that surely is the issue. you can convert it to mp4 with ffmpeg: ffmpeg -i input.mkv -c copy output.mp4 If you want to keep subtitles this will probably work: ffmpeg -i input.mkv -map 0 -c copy -c:s mov_text output.mp4

source
Sort:hotnewtop