Skip to content

Commit

Permalink
Merge pull request eMBee#12 from Debakel/master
Browse files Browse the repository at this point in the history
Howto install ffmpeg on MacOS
  • Loading branch information
lionelyoung authored Sep 21, 2018
2 parents 7e38c8a + 6d2caa3 commit 1e9d8e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ Install requirements with `pip install -r requirements.txt`

Compilation instruction: https://trac.ffmpeg.org/wiki/CompilationGuide

For ubuntu users:
**For ubuntu users:**

sudo add-apt-repository ppa:mc3man/trusty-media && sudo apt-get update
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8E51A6D660CD88D67D65221D90BD7EACED8E640A
sudo apt-get install ffmpeg

(The instructions are taken from [here](http://help.ubuntu.ru/wiki/ffmpeg) - warning: Russian!)

**For MacOS users:**

brew install ffmpeg



Usage
Expand Down

0 comments on commit 1e9d8e3

Please sign in to comment.