aboutsummaryrefslogtreecommitdiff
path: root/libraries/pyffmpeg/README
diff options
context:
space:
mode:
authorLionel Young <redtricycle@gmail.com>2010-09-10 09:54:11 -0400
committerdsomero <xgizzmo@slackbuilds.org>2010-09-10 09:54:11 -0400
commitd05d942fe4d2317e46bcd7bb7bbd5333c803f6cc (patch)
tree07646b52714421ee42e38877d20db083f81110ea /libraries/pyffmpeg/README
parente01963257d5dffebc13bc180d3b342c4596c732f (diff)
libraries/pyffmpeg: Added (FFmpeg wrapper)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/pyffmpeg/README')
-rw-r--r--libraries/pyffmpeg/README6
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.