我想在 jellyfin 开启颜色映射,根据官方文档的说法,安装了 amd 的 opencl 然后在 docker-compose.yml 中添加了 privileged: true 选项,但是 ffmpeg 报错:
Failed to get number of OpenCL platforms: -1001.
Device creation failed: -19.
Failed to set value 'opencl=ocl:.0,device_vendor=Advanced Micro Devices' for option 'init_hw_device': No such device
Error parsing global options: No such device
请问一下如何解决?
1
julyclyde 2023-01-12 09:10:09 +08:00 1
需要传 device 进去吧
不用 docker 最方便 |
2
BBrother OP @julyclyde #1 不知道咋传已经吧 /dev/dri/renderD128 传进去了,dri 下还有个 card0 之前也试过,传进去没有。
|
3
BBrother OP 有人能帮帮我吗
|