Metadata-Version: 2.1
Name: ha-ffmpeg
Version: 2.0
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/2.0
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
Requires-Dist: async-timeout

Home-Assistant ffmpeg interface
============
A python library that handling with ffmpeg for home-assistant Async

- 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 carfully that you protect function calls with `asyncio.shield`.

Links
-----
- http://home-assistant.io


