Skip to content

A python library that handling with ffmpeg for home-assistant

License

Notifications You must be signed in to change notification settings

home-assistant-libs/ha-ffmpeg

Repository files navigation

Home-Assistant ffmpeg interface

A Python library to control ffmepg from asyncio for Home Assistant.

  • 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.