Adding media codecs in Fedora 23

If you are facing issue with playing media files, it is because you do not have media codecs in you machine. You need to perform following 2 steps:

Install and enable RPMFusion Repos:
Following is the command to install and enable RPMFusion repos:

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

Install Media Codecs:
Following is the command to install media codecs:

sudo dnf install gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg gstreamer1-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-base-tools gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base gstreamer1

References:

  1. https://rpmfusion.org/Configuration/
  2. http://www.2daygeek.com/top-things-to-do-after-installing-fedora-24-workstation/3/

One thought on “Adding media codecs in Fedora 23

Leave a comment