Steps To Install ffmpeg on Mac
Package Information:
Name: ffmpeg
Use: A complete, cross-platform solution to record, convert and stream audio and video.
URL: https://ffmpeg.org/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ffmpeg using brew
brew install ffmpeg
ffmpeg is ready to use now!