• nexussapphire@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Meh, I use the UI for like ten minutes and let it transcode multiple collection of seasons over the course of a weekend.

    It’s a little nicer and a tad faster but it really doesn’t make a big difference unless they improve transcoding speeds/quality. Otherwise I don’t really touch it unless I buy a new box set or go to a garage sale.

    If anyone’s curious I rip full quality media with make mkv and point handbrake at the folder to compress it with hevc.

    • Lemmchen@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      I’m not sure what your comment is supposed to contribute. Should the developers stop developing the software? What changes do you expect?

      • nexussapphire@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        You don’t have to be combative, all I was saying is the gui doesn’t make much difference to me. It worked perfectly fine before and I’m sure it’ll keep working just as well as before.

        What would make a bigger difference is improvements to the backend seeing that it effects over 90% of the experience and usability of the app. I spend less time in the gui than I do renaming files in my file manager or even the make mkv app.

        I’ve already said that but I guess you didn’t read past the first line. I didn’t say give up on development I said who cares about a change in graphics toolkit.

        • megabat@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          4 months ago

          I agree with you that the gui toolkit is pretty uninteresting from the users pov, or at least mine. I do wonder if the multi-threaded transcoding pipeline changes in ffmpeg 7 will improve performance in handbrake at all. I’m not sure if Handbrake calls the ffmpeg cli or not.

          https://www.phoronix.com/news/FFmpeg-CLI-MT-Merged

      • GolfNovemberUniform@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        4 months ago

        GPU acceleration and much more modern UI design (no gradients, flat elements, no shadows and worse contrast). It also has a lot of limitations and deprecations compared to GTK3 but we’re not talking about that. The app doesn’t seem to use the official libadwaita theme though which is a shame because I love it

          • GolfNovemberUniform@lemmy.ml
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            4 months ago

            I’m not that advanced to give you a good answer here but basically some UI and backend elements from GTK3 don’t exist in GTK4 and the last one has more limited theming support. The biggest issue is probably the random deprecation and breakage of older things during minor updates of GTK4. This all makes devs use GTK3 instead and not upgrading to GTK4. It’s old, stable and feature-rich