mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
541 B
Text
9 lines
541 B
Text
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.
|
|
|
|
This library is used as the basis for the imageio ffmpeg plugin, but it can also
|
|
be used by itself. Imageio provides a higher level API, and adds support for
|
|
e.g. cameras and seeking.
|