Metadata-Version: 1.1
Name: ha-ffmpeg
Version: 3.0.2
Summary: A library that handling with ffmpeg for home-assistant
Home-page: https://github.com/pvizeli/ha-ffmpeg
Author: Pascal Vizeli
Author-email: pvizeli@syshack.ch
License: BSD License
Download-URL: https://github.com/pvizeli/ha-ffmpeg/tarball/3.0.2
Description: # Home-Assistant ffmpeg interface
        
        A Python library to control ffmepg from asyncio for [Home Assistant](https://www.home-assistant.io).
        
        - Emulate webcam from any video input source for HA
        - Analyse a video/audio stream for noise or motion detection
        - Grab image from a stream
        
        Be carfull that you protect function calls to this library with `asyncio.shield`.
        
Keywords: ffmpeg,homeassistant,wrapper,api
Platform: any
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
