Installing ffmpeg on Ubuntu 14.04

As of 14.04 Ubuntu no longer has ffmpeg in its default repositories. If you want to install it you’ll have to add a new repo first.

sudo add-apt-repository ppa:mc3man/trusty-media

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ffmpeg

February 05, 2016
ubuntu


[