AV1 HW Accelerated Decoding Issue with Intel - 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: AV1 HW Accelerated Decoding Issue with Intel (/t-av1-hw-accelerated-decoding-issue-with-intel) |
AV1 HW Accelerated Decoding Issue with Intel - DangerBK - 2024-12-15 After much research and testing I discovered that there is a reported issue in ffmpeg here https://github.com/intel/media-driver/issues/1852 I have an A580 Intel Arc graphics card and when playing an AV1 file on a TV that didn't support it, transcoding failed due to the issue above. There's an example of the ffmpeg log output with the errors I saw. Intel Arc A580 absolutely supports AV1 Decode however, the issue is Film Grain kernels apparently. So for now because I've only run into this issue on a very small number of files I'm going to disable hardware accelerated decoding of AV1. This was an issue using either VAAPI or QSV. Hopefully this is helpful to someone and also I hope that they fix this issue with AV1 decode support as AV1 is a big reason to have an Intel card in the first place. Unfortunately it says for DG2 it may never for free driver. It's a bit confusing to me as I am using the non-free driver and it's still a problem. Not sure. Code: frame= 0 fps=0.0 q=0.0 size=N/A time=N/A bitrate=N/A dup=5 drop=0 speed=N/A RE: AV1 HW Accelerated Decoding Issue with Intel - TheDreadPirate - 2024-12-15 Can you share the full ffmpeg log? Do you also have the Intel non-free-firmware installed? What is the output of "sudo dmesg | grep i915"? And which kernel are you running? |