Due to legal reason, Ubuntu does not have multimedia codec installed out of the box, though they are available in the universe repositories.
When you’re going to play music or video via the default media players (Rhythmbox and Totem), it prompts to install the decoder:
And Ubuntu Software pops up with a list of software packages after clicked the button.
For those don’t want to be interrupted again, or you don’t know which to install, simple run following single command in terminal.
1.) Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from application menu. When it opens, run command:
sudo apt install ubuntu-restricted-extras
Type user password for sudo prompts and hit Enter. Run sudo apt update first if required
The command will install gstreamer, ffmpeg, dvd reading and navigation libraries, mesa and intel video acceleration drivers, and other most required software libraries.
Due to legal reasons, Ubuntu does NOT include multi-media codecs out-of-the-box for audio and video playback. It’s however easy to install them via a single command.
During the Ubuntu installing process, it provides an option “Install third party software for graphics and Wi-Fi hardware and additional media formats” in the wizard. If you didn’t enable it, Ubuntu refuses to play movie and sound via the default Totem media player and Rhythmbox music player.
Without installing third-party player with bundled codecs, you can simply install the ubuntu-restricted-extras package to fix the issue. The package does not contain anything, but tells to install the following packages for you:
ttf-mscorefonts-installer – Install Microsoft TrueType core fonts.
unrar – non-free package enables ability to extract rar package in Ubuntu.
libavcodec-extra – FFmpeg library with encoder / decoder for audio and video codecs.
chromium-codecs-ffmpeg-extra – FFmpeg codecs for Chromium based web browser.
And a few gstreamer1.0 plugins for audio / video playback, recording and editing.
How to Install Media Codecs in Ubuntu:
Firstly, open a terminal window either by searching from the ‘Activities‘ overview screen or by pressing Ctrl+Alt+T on keyboard.
When terminal opens, copy and paste the command below into it and hit Enter:
NOTE: the PPA contains the latest FFMPEG 3 packages. If you want to install it, the Tesseract OCR PPA is required in Ubuntu 14.04 for the dependencies.
f you don’t want to upgrade your ffmpeg libraries, remove the PPA via command: