Revision 6 as of 2022-11-18 17:09:36

Clear message
Edit Info Other
Login
Howto/

Multimedia

Multimedia on Fedora

Once RPM Fusion is configured (see https://rpmfusion.org/Configuration)

Install additional codec

This will allows the application using the gstreamer framework to play others restricted codecs:

Hardware Accelerated Codec

Intel(recent)

# Using the rpmfusion-nonfree section

sudo dnf install intel-media-driver

Intel(older)

# Using the rpmfusion-free section

sudo dnf install libva-intel-driver

Hardware codecs with AMD (mesa)

# Using the rpmfusion-free section This is needed since Fedora 37 and later... and mainly concern AMD hardware since NVIDIA hardware with nouveau doesn't work well

sudo dnf swap mesa-va-drivers mesa-va-drivers-freeworld
sudo dnf swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld

Hardware codecs with NVIDIA

The Nvidia proprieatary driver doesn't support VAAPI, but there is a wrapper that can bridge NVDEC/NVENC with VAAPI

sudo dnf install nvidia-vaapi-backend

Play a DVD

You need to have the libdvdcss package, to install libdvdcss you need enable tainted repos.

Various firmwares


CategoryHowto