-
Notifications
You must be signed in to change notification settings - Fork 296
Installing FFmpeg
Luis T Muñozcano edited this page Jul 7, 2017
·
19 revisions
- Download a static build from here.
- Use 7-Zip to unpack it in the 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 thatpath\toreflects the folder path from your root toffmpeg\bin.
(Here's another explanation with pictures.)
Here are a couple of links to instructions:
http://www.renevolution.com/ffmpeg/2013/03/16/how-to-install-ffmpeg-on-mac-os-x.html
http://www.idiotinside.com/2016/05/01/ffmpeg-mac-os-x/
http://macappstore.org/ffmpeg/
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
