Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save Triztan/6834e0c92c3275daf69b187819aa53c6 to your computer and use it in GitHub Desktop.
Save Triztan/6834e0c92c3275daf69b187819aa53c6 to your computer and use it in GitHub Desktop.
FFmpeg has been removed from Ubuntu 14.04 and was replaced by Libav. This decision has been reversed so that FFmpeg is available now in Ubuntu 15.04 again, but there is still no official package for 14.04. In this tutorial, I will show you how to install FFmpeg from mc3man ppa. Add the mc3man ppa:
sudo add-apt-repository ppa:mc3man/trusty-media
And confirm the following message by pressing <enter>:
Also note that with apt-get a sudo apt-get dist-upgrade is needed for initial setup & with some package upgrades
More info: https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media
Press [ENTER] to continue or ctrl-c to cancel adding it
Update the package list.
sudo apt-get update
sudo apt-get dist-upgrade
Now FFmpeg is available to be installed with apt:
sudo apt-get install ffmpeg
SOURCE= http://www.faqforge.com/linux/how-to-install-ffmpeg-on-ubuntu-14-04/
@iamsoorena
Copy link

thank you it works

@AnastasiosSip
Copy link

thx mate work

@kendalvictor
Copy link

Thanks

@livneros
Copy link

livneros commented Jan 8, 2019

Thanks!!

@jlrodriguezdev
Copy link

Thanks

@mjnk9xw
Copy link

mjnk9xw commented Nov 26, 2019

thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment