The purpose of this project is to provide a simple and reliable ffmpeg wrapper for working with video files. It implements two simple generator functions for reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg process when done. It also takes care of publishing platform-specific wheels that include the binary ffmpeg executables.
The purpose of this project is to provide a simple and reliable ffmpeg wrapper for working with video files. It implements two simple generator functions for reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg process when done. It also takes care of publishing platform-specific wheels that include the binary ffmpeg executables.
To install py38-imageio-ffmpeg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-imageio-ffmpeg
To see what files were installed by py38-imageio-ffmpeg, run:
port contents py38-imageio-ffmpeg
To later upgrade py38-imageio-ffmpeg, run:
sudo port selfupdate && sudo port upgrade py38-imageio-ffmpeg
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.