om1k
@om1k@sopuli.xyz
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on How should I host Handbrake? 8 months ago:
ffmpeg
- Comment on Help choosing an android tv box 9 months ago:
If that is a true priority, then you do not want Android TV.
Not even a raspberry pi with lineage os?
You would also be hesitant with youtube and netflix
I know. As I said, I’d be using Jellyfin for the most part.
- Submitted 9 months ago to selfhosted@lemmy.world | 28 comments
- Comment on jellyfin freezes on TV every 2 minutes 10 months ago:
in my case if I use mkv it starts transcoding and mp4 works fine on every device (desktop, android app, Chromecast, browser)
- Comment on jellyfin freezes on TV every 2 minutes 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
- Comment on jellyfin freezes on TV every 2 minutes 10 months ago:
you could double check the codec with mediainfo. also check it is mp4.
- Comment on What's your favorite note-taking application? 10 months ago:
orgmode with neovim on PC and orgzly on phone. syncing with syncthing
- Submitted 1 year ago to selfhosted@lemmy.world | 5 comments