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:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install ffmpeg using brew
    brew install ffmpeg

ffmpeg is ready to use now!