Hello dear community,
I’m wondering if someone has a good media player recommendation that support hardware acceleration on Linux?
I’ve tried with VLC but it seems support for the VA API was dropped and might only be added back in version 4 which doesn’t has a release date at the moment: https://groups.google.com/g/linux.debian.bugs.dist/c/EHnaFzmCiAY
I’m using Fedora and also tried the built-in Gnome media player but this one also doesn’t seem to leverage hardware acceleration.
I’ve seen that it might be possible to install some packages that act as a translation layer between the VDPAU API and the VA-API to enable apps to use the VDPAU API but that also didn’t worked in the end for me.
Anyone has some recommandations/experience regarding this?
Right now I managed to enable hardware acceleration on Chromium and I’m mostly streaming my files through a media server to work around this but if someone has a better solution please let me know.
Edit: Found a working solution: mpv --hwdec=auto {filename}
, you can install mpv
from Gnome software GUI or dnf.
Execute echo hwdec=auto > .config/mpv/mpv.conf
to enable hardware acceleration by default.