How to install all possible media codecs from console?
Is there a way to load and save them for some cases without Internet connection?
Thanks in Advance!
How to install all possible media codecs from console?
Is there a way to load and save them for some cases without Internet connection?
Thanks in Advance!
UPDATE: 2017-Jan
For Ubuntu 16.04 LTS and 16.10 (12.04 or later)
update the repos:
install CURL tool
load VideoLAN repository
install VLC and Mplayer, and their support elements
If still using 14.04 LTS (or earlier), then:
install remaining Ubuntu 'restricted extras' (146 MB when installed, skip if space is critical)
If you are NOT already using 16.04 LTS (or later), force (manually) install the three key elements for full DVD support:
Yep, I had this problem when I switched to Ubuntu a year ago lol. I only know how to install them. I then made a mirror of my Linux installation as it's a bit more complex than using just the Ubuntu Desktop. I use a Server Thin Client Environment.
Anyway the command to install codecs you need is
You may want to check if there is a later version of gstreamer available. The last one worked well for me and all my videos played so I stuck to this version (0.10)
I'm sure there is a way to save it too but hopefully someone will answer your the second part of your question here
To install all the *default media codecs for Ubuntu, run this command in the **terminal:
sudo apt-get install ubuntu-restricted-extras
You will then be asked for your password (your password will NOT show up in the terminal, but I promise you it is there)
Press [Enter]
When prompted, press [Enter] (again)
Once the process is complete, you're good to go!
*Generally you have a choice to download and install them during initial instillation, but you can always install them this way as well after the fact
**To open the terminal, right click on any empty workspace, and select "Open Terminal"
Install the
ubuntu-restricted-extras
for most of the codecs. To install it, click on the below image:Install and run aptoncd to backup all the packages you have downloaded; you can reuse them using
aptoncd
in any computer.