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:
- 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 ffms2 using brew
brew install ffms2
ffms2 is ready to use now!