2024-07-10, 01:26 PM
I found the solution (somewhere in the depth of a forum, as you would expect). The key for me was to add the following line to my docker compose configuration:
I was then able to use the not-VPP tone mapping and DV content worked fine. Running the
@fract : Thank you for your answer and putting me on the right track.
Code:
environment:
- ...
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
I was then able to use the not-VPP tone mapping and DV content worked fine. Running the
clinfo
command line in the jellyfin container showed the presence of an openCL device.@fract : Thank you for your answer and putting me on the right track.