Skip Navigation
Self-hosted Jellyfin CPU or GPU for 4K HDR transcoding?
  • Yes, I have it installed as a Docker container in a Debian 12 machine. My Docker compose file is something like this:

      jellyfin:
        container_name: jellyfin
        image: jellyfin/jellyfin
        group_add:
          - "105" 
          - "44"
          - "102"
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
          - /dev/dri/card0:/dev/dri/card0
    

    The group numbers were obtained following Jellyfin's documentation.

    You also need to configure Jellyfin from Menu > Playback. In "Hardware acceleration" I selected "Intel QuickSync (QSV)". I have selected all but AV1 (not supported by my CPU) from "Enable hardware decoding from:" and from "Hardware encoding options:" I have enable all 3 of them.

  • Self-hosted Jellyfin CPU or GPU for 4K HDR transcoding?
  • I also struggled to get it to work with an Intel Celeron N5100. To get it to work I followed the instructions in the Jellyfin documentation. It seems like there are some additional steps for some versions of Intel CPUs, could it be that yours is affected? After enabling "Low-Power Encoding" it worked as expected.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SM
    SmallBorg @lemm.ee
    Posts 0
    Comments 2