![]() |
[UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. (/t-uhd-graphics-605-tone-mapping-with-opencl-inside-a-proxmox-lxc-crashes-transcoding) Pages:
1
2
|
RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - TheDreadPirate - 2024-04-25 Try updating to a newer version of Intel's compute runtime. I did some digging on the error message in your ffmpeg log and it seems to point to a possible bug with the version of the Intel compute runtime you are using. https://github.com/intel/compute-runtime/releases RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - eivarin - 2024-04-25 (2024-04-25, 11:03 PM)TheDreadPirate Wrote: Try updating to a newer version of Intel's compute runtime. I did some digging on the error message in your ffmpeg log and it seems to point to a possible bug with the version of the Intel compute runtime you are using. I have updated both the host and the containers Intels compute runtime to the latest release available. Code: root@jellyfin:~# apt policy intel-opencl-icd Still get the same error on the logs Code: frame= 1 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - TheDreadPirate - 2024-04-25 I found this older post. https://forum.jellyfin.org/t-problems-with-dolby-vision-tone-mapping-on-intel-j5005-uhd-605?pid=4587#pid4587 @nyanmisaka Do you think the issues @eivarin is having are kernel related? I'm assuming they are using kernel 6.5.11-8-pve. RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - eivarin - 2024-04-25 That is correct. I am using kernel version 6.5.11-8-pve RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - nyanmisaka - 2024-04-26 https://github.com/intel/compute-runtime/issues/697 This is an upstream issue. Intel has ignored this issue in UHD600/605 for a long time (since kernel 6.x I think). Hopefully they can notice it when they re-test with Ubuntu 24.04 LTS (6.8 kernel). The only thing you can do currently is to downgrade the kernel to 5.15 or an older LTS version. |