• 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: Subtitles turn video black

     
    • 0 Vote(s) - 0 Average

    SOLVED: Subtitles turn video black

    Subtitles turn video black
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,209
    Threads: 0
    Joined: 2024 Jun
    Reputation: 62
    #8
    2025-03-09, 12:27 AM (This post was last modified: 2025-03-09, 12:35 AM by theguymadmax. Edited 1 time in total.)
    You need to pass you GPU you into the container. See here: https://jellyfin.org/docs/general/admini...ualization

    Here's my compose file for example:
    services:
    Code:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000
        group_add:
          - "44" #video

          - "992" #render
        network_mode: 'host'
        volumes:
          - /home/max/Dockers/Jellyfin/Config:/config
          - /home/max/Dockers/Jellyfin/Cache:/cache
          - /media/Movies:/Movies
          - /media/TV:/TV
        restart: 'unless-stopped'
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128

    You'll also need to add the Intel OpenCLDocker mod for Jellyfin into the environment variables of your compose file since your using LSIO Docker image.

    Code:
    DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Subtitles turn video black - by ryanfur - 2025-03-08, 03:47 PM
    RE: Subtitles turn video black - by theguymadmax - 2025-03-08, 05:57 PM
    RE: Subtitles turn video black - by ryanfur - 2025-03-08, 10:00 PM
    RE: Subtitles turn video black - by theguymadmax - 2025-03-08, 10:18 PM
    RE: Subtitles turn video black - by ryanfur - 2025-03-08, 10:26 PM
    RE: Subtitles turn video black - by theguymadmax - 2025-03-08, 11:51 PM
    RE: Subtitles turn video black - by ryanfur - 2025-03-08, 11:58 PM
    RE: Subtitles turn video black - by theguymadmax - 2025-03-09, 12:27 AM
    RE: Subtitles turn video black - by ryanfur - 2025-03-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