How to install all existing media codecs? - Ask Ubuntu
how install possible media codecs console?
is there way load , save them cases without internet connection?
thanks in advance!
update: 2017-jan
for ubuntu 16.04 lts , 16.10 (12.04 or later)
update repos:
sudo apt-get update
install curl tool
sudo apt-get install curl
load videolan repository
curl ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add - echo "deb ftp://ftp.videolan.org/pub/debian/stable ./" | sudo tee /etc/apt/sources.list.d/libdvdcss.list sudo apt-get update
install vlc , mplayer, , support elements
sudo apt-get install vlc vlc-data browser-plugin-vlc mplayer2
if still using 14.04 lts (or earlier), then:
sudo apt-get install vlc-plugin-pulse
install remaining ubuntu 'restricted extras' (146 mb when installed, skip if space critical)
sudo apt-get install ubuntu-restricted-extras
if not using 16.04 lts (or later), force (manually) install three key elements full dvd support:
sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
Comments
Post a Comment