System
- GPU: AMD Radeon RX 9060 XT (RDNA 4, gfx1200)
- OS: CachyOS (Arch-based), Linux 7.0
- Mesa: 26.1.1
- HandBrake: handbrake-full 1.11.1 (AUR, built with --enable-vce)
- amf-amdgpu-pro-25.10 installed
Problem
H.265 (AMD VCE) and other AMD VCE encoders appear in the encoder list,
but encoding always falls back to CPU. The GPU is never used.
vainfo confirms full VA-API support including hevc_vaapi encoding:
VAProfileHEVCMain: VAEntrypointEncSlice
VAProfileHEVCMain10: VAEntrypointEncSlice
VAProfileAV1Profile0: VAEntrypointEncSlice
ldd /usr/bin/ghb | grep amf returns nothing – HandBrake is not linked
against AMF at runtime.
Root cause
amf-amdgpu-pro-25.10 explicitly supports only RDNA1 & RDNA2.
RDNA 4 is not supported by any available AMF package.
HandBrake does not support VA-API as a fallback for AMD GPUs on Linux.
Request
Please add VA-API support for AMD GPU encoding on Linux (PR #7467 exists
but is not yet merged), or update AMF support to work with RDNA 4 / Mesa.
System
Problem
H.265 (AMD VCE) and other AMD VCE encoders appear in the encoder list,
but encoding always falls back to CPU. The GPU is never used.
vainfo confirms full VA-API support including hevc_vaapi encoding:
VAProfileHEVCMain: VAEntrypointEncSlice
VAProfileHEVCMain10: VAEntrypointEncSlice
VAProfileAV1Profile0: VAEntrypointEncSlice
ldd /usr/bin/ghb | grep amf returns nothing – HandBrake is not linked
against AMF at runtime.
Root cause
amf-amdgpu-pro-25.10 explicitly supports only RDNA1 & RDNA2.
RDNA 4 is not supported by any available AMF package.
HandBrake does not support VA-API as a fallback for AMD GPUs on Linux.
Request
Please add VA-API support for AMD GPU encoding on Linux (PR #7467 exists
but is not yet merged), or update AMF support to work with RDNA 4 / Mesa.