An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper library around FFmpeg. It gives you an easy, convenient way to say open and decompress this media file for me, I don't care how you do it and get frame- and sample-accurate access (usually), without having to bother with the sometimes less than straightforward and less than perfectly documented FFmpeg API.
FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper library around FFmpeg. It gives you an easy, convenient way to say open and decompress this media file for me, I don't care how you do it and get frame- and sample-accurate access (usually), without having to bother with the sometimes less than straightforward and less than perfectly documented FFmpeg API.
To install ffms2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ffms2
To see what files were installed by ffms2, run:
port contents ffms2
To later upgrade ffms2, run:
sudo port selfupdate && sudo port upgrade ffms2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.