-
Download a static build from here.
-
Use 7-Zip to unpack it into a folder of your choice.
-
Open a command prompt with administrator's rights.
-
Run the command:
setx /M PATH "path\to\ffmpeg\bin;%PATH%"
Be sure to alter the command so that path\to
reflects the folder path from your root to ffmpeg\bin
. Here's another explanation with pictures
-
Use Homebrew
brew install ffmpeg
-
Other options:
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
sudo apt-get install frei0r-plugins
Helpful links for Ubuntu users:
- http://www.webupd8.org/2014/11/ffmpeg-returns-to-official-ubuntu.html
- http://linuxg.net/how-to-install-ffmpeg-2-6-1-on-ubuntu-15-04-ubuntu-14-10-ubuntu-14-04-and-derivative-systems/
- http://ffmpeg.org/download.html
- http://askubuntu.com/questions/432542/is-ffmpeg-missing-from-the-official-repositories-in-14-04
Source: https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg