ha-ffmpeg


Nameha-ffmpeg JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/pvizeli/ha-ffmpeg
SummaryA library that handling with ffmpeg for home-assistant
upload_time2024-03-13 21:58:22
maintainer
docs_urlNone
authorPascal Vizeli
requires_python
licenseBSD License
keywords ffmpeg homeassistant wrapper api
VCS
bugtrack_url
requirements async-timeout
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pvizeli/ha-ffmpeg",
    "name": "ha-ffmpeg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ffmpeg,homeassistant,wrapper,api",
    "author": "Pascal Vizeli",
    "author_email": "pvizeli@syshack.ch",
    "download_url": "https://files.pythonhosted.org/packages/8a/57/bbc2b0416cef099f124eec624002f667f040727e8ff858b3994552f1c41a/ha-ffmpeg-3.2.0.tar.gz",
    "platform": "any",
    "description": "# Home-Assistant ffmpeg interface\n\nA Python library to control ffmepg from asyncio for [Home Assistant](https://www.home-assistant.io).\n\n- Emulate webcam from any video input source for HA\n- Analyse a video/audio stream for noise or motion detection\n- Grab image from a stream\n\nBe carfull that you protect function calls to this library with `asyncio.shield`.\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "A library that handling with ffmpeg for home-assistant",
    "version": "3.2.0",
    "project_urls": {
        "Download": "https://github.com/pvizeli/ha-ffmpeg/tarball/3.2.0",
        "Homepage": "https://github.com/pvizeli/ha-ffmpeg"
    },
    "split_keywords": [
        "ffmpeg",
        "homeassistant",
        "wrapper",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "695ff7efe7f8edee56b6ebff63ede004b74d7b7a4305f7fa8e9bc3b1936bff82",
                "md5": "7724d6c5d425335c87e0894e96ad4c30",
                "sha256": "a8c685963756a5a964a01c8bd4b91ce3d0aac544485a29df5a9f3a259b56d514"
            },
            "downloads": -1,
            "filename": "ha_ffmpeg-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7724d6c5d425335c87e0894e96ad4c30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8730,
            "upload_time": "2024-03-13T21:58:20",
            "upload_time_iso_8601": "2024-03-13T21:58:20.988353Z",
            "url": "https://files.pythonhosted.org/packages/69/5f/f7efe7f8edee56b6ebff63ede004b74d7b7a4305f7fa8e9bc3b1936bff82/ha_ffmpeg-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a57bbc2b0416cef099f124eec624002f667f040727e8ff858b3994552f1c41a",
                "md5": "6e7a6f9e63fdac066039215ffac119c9",
                "sha256": "156f1696b8552feaf2ba91c02a28bc7ca064bbfeaec5dc35b8b08a52cce43f9d"
            },
            "downloads": -1,
            "filename": "ha-ffmpeg-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6e7a6f9e63fdac066039215ffac119c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7614,
            "upload_time": "2024-03-13T21:58:22",
            "upload_time_iso_8601": "2024-03-13T21:58:22.496271Z",
            "url": "https://files.pythonhosted.org/packages/8a/57/bbc2b0416cef099f124eec624002f667f040727e8ff858b3994552f1c41a/ha-ffmpeg-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 21:58:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pvizeli",
    "github_project": "ha-ffmpeg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "async-timeout",
            "specs": [
                [
                    "==",
                    "4.0.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "ha-ffmpeg"
}
        
Elapsed time: 0.22223s