summaryrefslogtreecommitdiffstats
path: root/python/pyffmpeg/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyffmpeg/README')
-rw-r--r--python/pyffmpeg/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pyffmpeg/README b/python/pyffmpeg/README
new file mode 100644
index 0000000000..3585ec5eee
--- /dev/null
+++ b/python/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.