poop

  • 0 Posts
  • 131 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle









  • You’re confusing a container format (MKV) with a video codec (AV1)

    MKV is just a container like a folder or zip file that contains the video stream (or streams, technically you can have multiple) which could be in H264, H265, AV1 etc etc, along with audio streams, subtitles and many other files that go along, like custom Fonts, Posters, etc etc.

    As for the codec itself, AV1 done properly is a very good codec but to be visually lossless it isn’t significantly better than a good H265 encode without doing painfully slow CPU encodes, rather than fast efficient GPU encodes. people that are compressing their entire libraries to AV1 are sacrificing a small amount of quality, and some people are more sensitive to its flaws than others. in my case I try to avoid re-encoding in general. AV1 is also less supported on TVs and Media players, so you run into issues with some devices not playing them at all, or having to use CPU decoding.

    So I still have my media in mostly untouched original formats, some of my old movie archives and things that aren’t critical like daily shows are H265 encoded for a bit of space saving without risking compatibility issues. Most of my important media and movies are not re-encoded at all, if I rip a bluray I store the video stream that was on the disk untouched.










  • Yea, we don’t really need first party native UIs (the community can do that themselves), just more control and configurability over what we currently have.

    I’d like to see some better screen formatting options without having to use custom code or unofficial add-ons.

    For example, I’d like to make a grid layout that auto stretches and flows for different display sizes like a modern website can, or lock to a screen width/height etc for a fixed wall mounted controller so I don’t get random scrollbars on some screens.

    And more control over things like tap and hold actions. it’s almost impossible for me to use tap and hold on my main wall mounted display for example, if I move by a single pixel it doesn’t react, I’d like to set the deadzone and delay time for that for example.