I have found that VAAPI works better and doesn’t have issues.
Comment on how to set up jellyfin with podman and selinux and an intel gpu (a380) for transcoding?
oakcroissant@feddit.de 5 months ago
I believe you want to use QSV (VAAPI is there for older processors IIRC).
For running as rootless, you could try adding group-add keep-groups
(an explanation from Redhat about keep-groups).
possiblylinux127@lemmy.zip 5 months ago
exu@feditown.com 5 months ago
VAAPI is the “standard” interface for hardware en-/decoding on Linux. It should work with any GPU using the open source drivers and mesa.
I don’t know how QSV can be installed; AMF, the AMD equivalent, is limited to their proprietary driver.
oakcroissant@feddit.de 5 months ago
I think VAAPI is still how the gpu is accessed but you can use the intel libva driver (vaapi) or the intel media driver (QSV) (arch wiki page). If I’m interpreting this all correctly.
swooosh@lemmy.world 5 months ago
thx, it does not change anything.,