Install Missing Codecs

Install essential Video and Audio codecs,

Installing multimedia codecs will allow you to play more audio and video formats than what you Fedora system can play using free tools. Most of these codecs are proprietary and non free which Fedora does not include. In order to install these, you will need to add the RPMFusion repository to install.

Install RPMFusion: open your terminal and enter the following:

su -c 'dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

Install Missing Codecs: enter the following:

sudo dnf -y install gstreamer-plugins-base gstreamer1-plugins-base
gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer1-plugins-ugly
gstreamer-plugins-good-extras gstreamer1-plugins-good-extras
gstreamer1-plugins-bad-freeworld ffmpeg gstreamer-ffmpeg

Thats it! all the codecs you need to play all your favourite media, Thanks for reading.