Installing ffms2 on Mac using Brew

Package Information:

Name: ffms2
Use: An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
URL: https://github.com/FFMS/ffms2

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 ffms2 using brew
    brew install ffms2

ffms2 is ready to use now!