diff options
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 0000000000..3585ec5eee --- /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. |