https://sites.duke.edu/ddmc/2013/12/30/install-ffmpeg-on-a-mac/
The easiest way to install ffmpeg is to use HomeBrew a package manager for Mac. If you don’t have homebrew installed on your mac already,
run the following command using terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
Once you have Homebrew installed, you can now simply install ffmpeg from terminal with the following command: `brew install ffmpeg`
The easiest way to install ffmpeg is to use HomeBrew a package manager for Mac. If you don’t have homebrew installed on your mac already,
run the following command using terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
Once you have Homebrew installed, you can now simply install ffmpeg from terminal with the following command: `brew install ffmpeg`
Comments
Post a Comment