• CoopaLoopa
    link
    fedilink
    31 day ago

    Once Intel ARC cards are supported natively in UnRaid, I’ll be transcoding everything to AV1.

    Hardware encoding for AV1 is really all that has been missing for it to be widely used for homelab setups.

    • @Valmond
      link
      21 day ago

      To someone not knowing anything, how big a deal is the difference?

      • CoopaLoopa
        link
        fedilink
        423 hours ago

        Super oversimplified, but take an imaginary 1GB video file and it will compress roughly to the size below with minimal visual degradation.

        H.264 -> H.265 -> AV1

        1GB -> 600MB -> 350MB

        • @Valmond
          link
          214 hours ago

          Thanks!

          Is it (more) cpu expensive to decode the AV1?

          • CoopaLoopa
            link
            fedilink
            15 hours ago

            Yes. If you don’t have hardware that supports AV1 decode, it gets sent to the CPU instead.

            For homelab stuff, the responsibility falls on the server to transcode the media to whichever format the client device requests. That usually means being able to have ~2 simultaneous AV1 streams and maxing out the CPU.

            With hardware decode, you could have 10+ streams.