Metadata-Version: 1.1
Name: ffmpymedia
Version: 0.3.2
Summary: Wrapper around the FFMPEG utility
Home-page: https://github.com/flaviocpontes/ffmpymedia
Author: Flávio Cardoso Pontes
Author-email: flaviopontes@acerp.org.br
License: MIT
Download-URL: https://github.com/flaviocpontes/ffmpymedia/tarball/0.3.2
Description: # FFMPYMEDIA
        
        FFMPYMEDIA is a wrapper library around FFMPEG.
        It interfaces with ffmpeg through the shell and interprets the program stdout/stderr to generate it's internal structures.
        The following functionality is planned or implemented.
        
        ## Media Analysis
        
        It interprets the output of the ffprobe utility and generates it's internal data structures with it.
        The MediaAnalyser API exposes the **MediaAnalyser.media_file_difference()** method which returns the difference in media streams layout between a Template and a real file.
        It also exposes the **MediaAnalyser.validate_media_file()** which determines if a mediaFile has the same layout as a Template or another media file.
        
        ## Future Functionality
        
        It is planned to implement wrappers around the ffmpeg utility for media transcoding and streaming and around ffserver for media stream serving and aggregation.
        
Keywords: media,ffmpeg
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
