• 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: Jellyfin not transcoding on Docker

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin not transcoding on Docker

    Docker on Linux (OMV, Debian) Can't get Jellyfin to hardware transcode anything at all
    bitmap
    Offline

    Community Moderator

    Posts: 917
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #4
    2025-05-09, 08:41 PM
    Try changing your docker compose to this:

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        environment:
          - JELLYFIN_LOG_LEVEL=debug
        devices:
          - /dev/dri/card0:/dev/dri/card0
          - /dev/dri/renderD128:/dev/dri/renderD128
        group_add:
          - 104 # run 'id' and change this to your render group
        networks:
          - swag-net
        ports:
          - 8096:8096
        user: ${PUID}:${PGID}
        volumes:
          - ${appdata}/jellyfin/config:/config
          - ${appdata}/jellyfin/cache:/cache
          - ${data}/media/movies:/movies
          - ${data}/media/tv:/tv
          - ${data}/es-media/movies:/es-movies
          - ${data}/es-media/tv:/es-tv
        restart: unless-stopped

    Make sure that QSV is selected and that /dev/dri/renderD128 is listed. You weren't specific whether vainfo was run inside the container or outside the container. Run it again inside the container.

    Code:
    docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo

    Here's info for decode support and encode support on codecs:

    Decode (most important): https://www.intel.com/content/www/us/en/...VIEW-OTHER
    Encode: https://www.intel.com/content/www/us/en/...VIEW-OTHER

    Ensure that the decode section in Jellyfin matches what is supported according to the Intel documentation. Uncheck allow encoding in AV1 (not supported). Seems like HEVC is supported.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin not transcoding on Docker - by beridam - 2025-05-09, 06:54 AM
    RE: Jellyfin not transcoding on Docker - by bitmap - 2025-05-09, 07:50 PM
    RE: Jellyfin not transcoding on Docker - by beridam - 2025-05-09, 08:29 PM
    RE: Jellyfin not transcoding on Docker - by beridam - 2025-05-10, 07:57 AM
    RE: Jellyfin not transcoding on Docker - by bitmap - 2025-05-09, 08:41 PM
    RE: Jellyfin not transcoding on Docker - by beridam - 2025-05-15, 07:30 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