diff options
author | Lionel Young <redtricycle@gmail.com> | 2010-09-10 09:54:11 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-10 09:54:11 -0400 |
commit | d05d942fe4d2317e46bcd7bb7bbd5333c803f6cc (patch) | |
tree | 07646b52714421ee42e38877d20db083f81110ea /libraries/pyffmpeg/README | |
parent | e01963257d5dffebc13bc180d3b342c4596c732f (diff) |
libraries/pyffmpeg: Added (FFmpeg wrapper)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/pyffmpeg/README')
-rw-r--r-- | libraries/pyffmpeg/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/pyffmpeg/README b/libraries/pyffmpeg/README new file mode 100644 index 0000000000000..3585ec5eee9aa --- /dev/null +++ b/libraries/pyffmpeg/README @@ -0,0 +1,6 @@ +PyFFmpeg is a wrapper around FFmpeg's libavcodec, libavformat and +libavutil libraries whose main purpose is to provide access to +individual frames of video files of various formats (including MPEG +and DIVX encoded videos), and, also in latest beta,to audio data. + +This requires Numpy, Cython, and ffmpeg. |