Metadata-Version: 1.1
Name: Hipshot
Version: 1.0
Summary: Hipshot converts a video file or series of photographs into
a single image simulating a long-exposure photograph.

Home-page: https://bitbucket.org/eliteraspberries/hipshot
Author: Mansour Moufid
Author-email: mansourmoufid@gmail.com
License: ISC
Description: Hipshot converts a video file or series of photographs into a
        single image simulating a long-exposure photograph.
        
        |image0| |image1| |image2|
        
        Installation
        ============
        
        Hipshot requires:
        
        -  Python 2;
        -  docopt;
        -  the `Avena <https://pypi.python.org/pypi/Avena>`__ library;
        -  the FFMPEG libraries; and
        -  OpenCV and its Python bindings.
        
        Install Hipshot with `pip <https://pip.pypa.io/en/stable/>`__:
        
        ::
        
            pip install hipshot
        
        Usage
        =====
        
        The hipshot script takes a single argument: the video file.
        
        ::
        
            Hipshot - Simulate long-exposure photography
        
            Usage:
                hipshot [options] video <file>
                hipshot [options] photos <file>...
                hipshot -h | --help
                hipshot -v | --version
        
            Options:
                --display               Display the merging process.
                --no-display
                -h, --help              Print this help.
                -v, --version           Print version information.
        
        Example
        =======
        
        The following image was created from the video: `ISS Near
        Aurora
        Borealis <http://www.youtube.com/watch?v=uYBYIhH4nsg>`__.
        
        .. figure:: http://www.eliteraspberries.com/images/iss-borealis.png
           :alt: 
        
        .. |image0| image:: https://travis-ci.org/eliteraspberries/hipshot.svg
           :target: https://travis-ci.org/eliteraspberries/hipshot
        .. |image1| image:: https://img.shields.io/pypi/v/Hipshot.svg
           :target: https://pypi.python.org/pypi/Hipshot
        .. |image2| image:: https://img.shields.io/github/license/eliteraspberries/hipshot.svg
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
