Hi,
I’m looking for assistance with installing and configuring hardware video acceleration on new generation Intel GPUs with Gstreamer, possibly step by step.
Thank you!
Hi,
I’m looking for assistance with installing and configuring hardware video acceleration on new generation Intel GPUs with Gstreamer, possibly step by step.
Thank you!
Hello,
You will need to enable RPM Fusion repo’s first, Instructions for that are here.
Do read them but the CLI version is basically this:
sudo dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-"$(rpm -E %fedora)".noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-"$(rpm -E %fedora)".noarch.rpm
sudo dnf groupupdate core -y
After that you can follow the instructions here for intel to install the correct drivers for your machine.
sudo dnf install intel-media-driver
reboot and you should be good.
Thanks for your support