frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications.
frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications.
To install frei0r-plugins, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install frei0r-plugins
To see what files were installed by frei0r-plugins, run:
port contents frei0r-plugins
To later upgrade frei0r-plugins, run:
sudo port selfupdate && sudo port upgrade frei0r-plugins
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.