mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: AMDGPU can't hardware decode 4K HEVC HDR video #4568
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @devome on GitHub (Jan 28, 2023).
Please describe your bug
AMD GPU: AMD Ryzen 7 5700G with Radeon Graphics.
Jellyfin 10.8.9 can decode 4K HEVC SDR video with hardware, but can't decode 4K HEVC HDR video with hardware.
When hardware decoding 4K HEVC SDR video, the playback command displayed in the ffmpeg log are:
Without changing any settings, when hardware decoding 4K HEVC HDR video, the playback command displayed in the ffmpeg log are:
You can see from the playback command
-init_hw_deviceand-filter_hw_deviceparameter is different.Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
This is 4K HEVC SDR:
This is 4K HEVC HDR:
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@nyanmisaka commented on GitHub (Jan 28, 2023):
There's no change in 10.8.9 in terms of hardware decoding.
And only 10.9.0 unstable supports using Vulkan tone mapping with AMD VAAPI.