A video processing framework with simplicity in mind
VapourSynth is an application for video manipulation. Or a plugin. Or a library. It’s hard to tell because it has a core library written in C++ and a Python module to allow video scripts to be created. The software has been heavily inspired by Avisynth.
VapourSynth is an application for video manipulation. Or a plugin. Or a library. It’s hard to tell because it has a core library written in C++ and a Python module to allow video scripts to be created. The software has been heavily inspired by Avisynth.
To install vapoursynth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vapoursynth
To see what files were installed by vapoursynth, run:
port contents vapoursynth
To later upgrade vapoursynth, run:
sudo port selfupdate && sudo port upgrade vapoursynth
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.