Metadata-Version: 1.0
Name: FFVideo
Version: 0.0.7
Summary: FFVideo is a python extension makes possible to access to decoded frames at two format: PIL.Image or numpy.ndarray.
Home-page: http://bitbucket.org/zakhar/ffvideo/
Author: Zakhar Zibarov
Author-email: zakhar.zibarov@gmail.com
License: UNKNOWN
Description: Installation
        ------------
        
        In Ubuntu you can install the above using the following commands::
        
          sudo aptitude install ffmpeg cython
        
          tar -xf FFVideo-0.0.7.tar.gz
          cd FFVideo-0.0.7
          python setup.py install
        
        
        
        
Platform: UNKNOWN
