• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Intel HEVC Transcoding

     
    • 0 Vote(s) - 0 Average

    SOLVED: Intel HEVC Transcoding

    Dreadhawk177
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Apr
    Reputation: 0
    #9
    2025-04-06, 04:20 AM
    After modifying the docker yaml to be the official image and making the corresponding changes, transcoding seems to be running properly! I really appreciate your help throughout this.
    Got slightly paranoid about removing the groups just in case, but here's the latest yaml if anyone else wants it. Gonna call it a night and remove the jellyfin-opencl-intel mod and groups later, but this works really well!

    Code:
    ---
    services:
      jellyfin:
        image: ghcr.io/jellyfin/jellyfin:latest
        devices:
          - /dev/dri:/dev/dri
        #privileged: true
        group_add:
          - "992" # getent group render | cut -d: -f3
          - "44" # getent group video | cut -d: -f3
          - "995" # getent group input | cut -d: -f3
        container_name: jellyfin
        environment:
          - UID=1000
          - GID=1000
          - TZ=Etc/UTC
          - JELLYFIN_PublishedServerUrl=192.168.0.116 #optional
          - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
        volumes:
          - /home/dreadserver/jellyfin/config:/config
          - /home/dreadserver/raid/data/:/data/
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
        restart: unless-stopped
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 04:50 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 06:22 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 07:08 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 07:16 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 08:34 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 09:00 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-05, 10:50 PM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-05, 11:52 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-06, 04:20 AM
    RE: Intel HEVC Transcoding - by TheDreadPirate - 2025-04-06, 02:25 PM
    RE: Intel HEVC Transcoding - by Dreadhawk177 - 2025-04-09, 02:33 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode