aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-imageio-ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.4.3Sunpoet Po-Chuan Hsieh2021-01-062-5/+5
| | | | | | | Changes: https://github.com/imageio/imageio-ffmpeg/releases Notes: svn path=/head/; revision=560600
* Update to 0.4.2Sunpoet Po-Chuan Hsieh2020-05-122-4/+4
| | | | | | | Changes: https://github.com/imageio/imageio-ffmpeg/releases Notes: svn path=/head/; revision=535029
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2020-02-252-4/+4
| | | | | | | Changes: https://github.com/imageio/imageio-ffmpeg/releases Notes: svn path=/head/; revision=527111
* Update to 0.4.0Sunpoet Po-Chuan Hsieh2020-02-213-6/+6
| | | | | | | Changes: https://github.com/imageio/imageio-ffmpeg/releases Notes: svn path=/head/; revision=526658
* Update to 0.3.0Sunpoet Po-Chuan Hsieh2019-04-174-12/+21
| | | | | | | | | | | - Add LICENSE_FILE - Update pkg-descr Changes: https://github.com/imageio/imageio-ffmpeg/releases https://github.com/imageio/imageio-ffmpeg/commits/master Notes: svn path=/head/; revision=499191
* Add py-imageio-ffmpeg 0.2.0Sunpoet Po-Chuan Hsieh2019-02-073-0/+38
The purpose of this project is to provide a simple and reliable ffmpeg wrapper for working with video files. It takes care of producing platform-specific wheels that include the binary executables of ffmpeg. These can then be installed (and updated or uninstalled) easily with pip. It also provides simple generator functions for reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg process when done. This library is used as the basis for the imageio ffmpeg plugin, but it can also be used by itself. Imageio provides a friendlier (higher level) API, and adds support for e.g. cameras and seeking. WWW: https://github.com/imageio/imageio-ffmpeg Notes: svn path=/head/; revision=492388