Skip to content

Instantly share code, notes, and snippets.

@koji
Created January 18, 2018 21:21
Show Gist options
  • Save koji/f6b421d595f89014b55fff4524f66f68 to your computer and use it in GitHub Desktop.
Save koji/f6b421d595f89014b55fff4524f66f68 to your computer and use it in GitHub Desktop.
Install ffmpeg

install homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

If you haven't installed Xcode yet, you will need to hit the following command.

$ xcode-select --install
or 
$ sudo xcode-select --install

install ffmpeg

$ brew install ffmpeg

If you are a windows user, please check this site(https://www.ffmpeg.org/download.html).

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