This is a standalone mpeg movie encoder for Yorick. In contrast to yorick-av, yorick-mpeg has no external dependency: it is therefore easy to install and won't break with every change of the FFmpeg API. On the other hand, it can only produce MPEG-1 movies.
This is a standalone mpeg movie encoder for Yorick. In contrast to yorick-av, yorick-mpeg has no external dependency: it is therefore easy to install and won't break with every change of the FFmpeg API. On the other hand, it can only produce MPEG-1 movies.
To install yorick-mpeg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yorick-mpeg
To see what files were installed by yorick-mpeg, run:
port contents yorick-mpeg
To later upgrade yorick-mpeg, run:
sudo port selfupdate && sudo port upgrade yorick-mpeg
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.