Contains an implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences, and vice versa.
Contains an implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences, and vice versa.
To install mpeg2vidcodec, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mpeg2vidcodec
To see what files were installed by mpeg2vidcodec, run:
port contents mpeg2vidcodec
To later upgrade mpeg2vidcodec, run:
sudo port selfupdate && sudo port upgrade mpeg2vidcodec
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.