This profile is from a federated server and may be incomplete. Browse more on the original instance.
om1k, 1 year ago to selfhosted in jellyfin freezes on TV every 2 minutes in my case if I use mkv it starts transcoding and mp4 works fine on every device (desktop, android app, Chromecast, browser)
in my case if I use mkv it starts transcoding and mp4 works fine on every device (desktop, android app, Chromecast, browser)
om1k, 1 year ago to selfhosted in jellyfin freezes on TV every 2 minutes that surely is the issue. you can convert it to mp4 with ffmpeg: ffmpeg -i input.mkv -c copy output.mp4If you want to keep subtitles this will probably work: ffmpeg -i input.mkv -map 0 -c copy -c:s mov_text output.mp4
that surely is the issue. you can convert it to mp4 with ffmpeg: ffmpeg -i input.mkv -c copy output.mp4If you want to keep subtitles this will probably work: ffmpeg -i input.mkv -map 0 -c copy -c:s mov_text output.mp4
ffmpeg -i input.mkv -c copy output.mp4
ffmpeg -i input.mkv -map 0 -c copy -c:s mov_text output.mp4
om1k, 1 year ago to selfhosted in jellyfin freezes on TV every 2 minutes you could double check the codec with mediainfo. also check it is mp4.
you could double check the codec with mediainfo. also check it is mp4.
om1k, 1 year ago to linux in Writing program Neovim
Neovim