Metadata-Version: 2.4
Name: ha-ffmpeg
Version: 3.2.2
Summary: A library that handling with ffmpeg for home-assistant
Home-page: https://github.com/pvizeli/ha-ffmpeg
Download-URL: https://github.com/pvizeli/ha-ffmpeg/tarball/3.2.2
Author: Pascal Vizeli
Author-email: pvizeli@syshack.ch
License: BSD License
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
License-File: LICENSE
Requires-Dist: async_timeout
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# 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

Take care to protect function calls to this library with `asyncio.shield`.
