A free library for decoding mpeg-2 and mpeg-1 video streams.
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. The main goals in libmpeg2 development are conformance, speed, portability, and reuseability.
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. The main goals in libmpeg2 development are conformance, speed, portability, and reuseability.
To install libmpeg2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libmpeg2
To see what files were installed by libmpeg2, run:
port contents libmpeg2
To later upgrade libmpeg2, run:
sudo port selfupdate && sudo port upgrade libmpeg2
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.