I used Plex for my home media for almost a year, then it stopped playing nice for reasons I gave up on diagnosing. While looking at alternatives, I found Jellyfin which is much more responsive, IMO, and the UI is much nicer as well.

It gets relegated to playing Fraggle Rock and Bluey on repeat for my kiddo these days, but I am absolutely in love with the software.

What are some other FOSS gems that are a better experience UX/UI-wise than their proprietary counterparts?

EDIT: Autocorrect turned something into “smaller” instead of what I meant it to be when I wrote this post, and I can’t remember what I meant for it to say so it got axed instead.

  • @jikel
    link
    498 months ago

    VLC >> everything else

    • @Gerbler@lemmy.ml
      link
      fedilink
      108 months ago

      One thing that I hate about VLC (hasn’t made me drop it in 15 years but alas) is that you can hit E to go forward one frame but there’s no key (nor capacity to set your own) to go back one frame.

      Is it a niche use case? Sure probably. But not having the option to set one myself kills me whenever I frameskip one too far and have to shift-left and mash E again.

      • @_number8_@lemmy.world
        link
        fedilink
        38 months ago

        i don’t think it’s a niche feature, and totally agree, very annoying. there’s some long technical explanation about like stream buffering but i don’t care, many other players have it. you can rewind but not rewind 1 frame?

      • @2ncs@lemmy.world
        link
        fedilink
        2
        edit-2
        8 months ago

        From what I recall it has to do with encoding and how the data stored references the following frame but not previous. Still seems like some engineering could be done to solve, so it it’s not as simple as “current Frame–”

        • 6xpipe_
          link
          fedilink
          38 months ago

          It’s absolutely possible, though. MPV has it. It definitely takes longer than going forward, and sometimes I have to press the “back one frame” shortcut 2-5 times per frame. But, it does exist.

        • Codex
          link
          fedilink
          28 months ago

          A simple explanation: Compressed video is typically stored in such a way that you have say, one full frame every 5 frames or so. The in-between frames are just what changed from the previous frame. (Actually, smart compression is adaptive, changing how many full frames it needs depending on what the content is.)

          So going forward a frame is easy. The current view is stored in the frame buffer, and you just add the changes to the next frame.

          Ah, but how to go back? There are (at least) 3 possibilities.

          1. Reverse the process. “Subtract” the last frame data. But this may leave nothing behind, and so probably isn’t viable.
          2. Double buffer. You have to keep the previous frame around in a second buffer. This adds a new copy operation every frame, and another buffer in memory, but performance for that probably isn’t too bad. But you eat that performance all the time just so you can rewind one frame. And to rewind more than just 1 frame, you actually need many past frame’s buffered! So something more like a stack of old frames would need to be kept around (like a stack of photos) and you can riffle back through them anytime. We’d throw away old frames past the last checkpoint, but ultimately this is just an increasingly expensive way to do it. This would need to be optional I think.
          3. Last option is the classic comp sci tradeoff: if option 2 used a lot of memory, option 3 uses a lot of calculation. Each time you go back a frame, we find the previous checkpoint frame, and then apply each change frame up to where you rewound to. This takes a moment to calculate each time, but unless you’re QTE-ing on the frame back button it’s probably fast enough!

          The best solution probably mixes 2 and 3. Maybe a double or triple frame buffer, with the option to calculate new back-frames as further needed?

          Anyway, that was fun to think about!

          • Prophet Zarquon
            link
            fedilink
            38 months ago

            Option 3 is the usual method, & it works quite fast on almost any machine that’s even capable of decoding high bitrate video fast enough to keep up with its framerate, in the first place. On a HDD, that previous frame may briefly require seeking to get back to, but no such delay occurs with flash storage.

            Of course, it doesn’t need to be done fast; we’re talking about long looks at single frames!

            For best results, frame-capture apps use cross-frame interpolation with motion estimation (& these days, AI).

            I don’t remember the last device I saw, that would struggle with this in any way. It’s basically just been dismissed as unimportant, by the VLC devs, rather than actually being all-that-difficult to implement.

            I’m shocked that VLC doesn’t offer reverse playback by now, given the absolutely enormous video resources & random access storage, we’re all blessed with now.

            • Codex
              link
              fedilink
              28 months ago

              That makes a lot of sense, thanks! I’m a dev but not in video so it’s always nice to learn a few things about how problems in other domains are solved.

              Reverse playback would be pretty fun! Maybe it’s hard to sync up the reverse audio? 😄

      • @TheAnonymouseJoker@lemmy.ml
        link
        fedilink
        -38 months ago

        I love MPV for the angled braces keys for one frame ahead and behind. This is the main reason I use MPV, since it also couples playback performance with this, so I can check and compare the quality of encoded vs original videos.

        • Prophet Zarquon
          link
          fedilink
          18 months ago

          I do get annoyed, setting the hotkeys & seek distances, to something actually useful, every time I install VLC

          • @TheAnonymouseJoker@lemmy.ml
            link
            fedilink
            -28 months ago

            Best way is to use both MPV and VLC, as per requirements. And its not like either are resource hogging or storage hogging, and both are supreme programs.

            • Prophet Zarquon
              link
              fedilink
              18 months ago

              That would be more steps than just setting the hotkeys in VLC… I haven’t really had any reason to install MPC in… wow, over a decade? VLC opens everything & works with my remotes, casting, etc.

              • @TheAnonymouseJoker@lemmy.ml
                link
                fedilink
                08 months ago

                MPC has a feature over others, which is invaluable on Windows – seekbar video preview. It works exactly like YouTube or any video site that shows a small thumbnail preview of video time position. PotPlayer’s performance on Windows is the best to this day. I use MPC/PotPlayer on Windows and MPV/VLC on Linux.

                • Prophet Zarquon
                  link
                  fedilink
                  18 months ago

                  Weird: I just noticed that I have seekbar preview on my desktop install of VLC, but not mobile. Now I want to compare to the Win version as well, because I’m noticing some menus look different than I remember.

                  Honestly, I install VLC just to snag the file-associations away from the WMP / Windows Video apps, because they remain insecure by default.

    • @nevetsg@aussie.zone
      link
      fedilink
      88 months ago

      I have been using MPC as long as I can remember. Never could make the jump to VLC. Currently run MPC-BE.

    • @Arose8334
      link
      68 months ago

      Different tools for different purposes

      • @jikel
        link
        18 months ago

        Try v4 (edge)

    • @the_lone_wolf@lemmy.ml
      link
      fedilink
      48 months ago

      Mpv.io if you are using low end computer to watch high bitrate videos or if you have high end computer you can use various image upscalar algorithm to improve your anime quality, Where VLC lags

    • @madthumbs@lemmy.world
      link
      fedilink
      28 months ago

      VLC is heavily bloated with features you need a guide to use (may as well use a command line tool if you need to refer to a guide every time). It crashes (or did about 2 years ago) some of our Linux systems. MPV spanks the piss out of it.

    • @TheAnonymouseJoker@lemmy.ml
      link
      fedilink
      18 months ago

      …not really. MPV is far superior for both performance and colour output. VLC is superior for everything else it offers around the ability to decently play videos, though.

    • @miss_brainfart@lemmy.ml
      link
      fedilink
      18 months ago

      I’m gonna be the one to mention Amberol, then. If I just want to play music, and have a pretty interface while doing so, that’s what I’ll use.

      Otherwise, VLC for everything

    • JokeDeity
      link
      18 months ago

      Ehhhh, VLC keeps glitching on videos for me these days, I’ve switched to MPC and definitely prefer it.