ha-ffmpeg


Nameha-ffmpeg JSON
Version 3.2.2 PyPI version JSON
download
home_pagehttps://github.com/pvizeli/ha-ffmpeg
SummaryA library that handling with ffmpeg for home-assistant
upload_time2024-11-08 13:32:14
maintainerNone
docs_urlNone
authorPascal Vizeli
requires_pythonNone
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

Take care to 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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ffmpeg, homeassistant, wrapper, api",
    "author": "Pascal Vizeli",
    "author_email": "pvizeli@syshack.ch",
    "download_url": "https://files.pythonhosted.org/packages/1e/3b/bd1284a9bc39cc119b0da551a81be6cf30dc3cfb369ce8c62fb648d7a2ea/ha_ffmpeg-3.2.2.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\nTake care to 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.2",
    "project_urls": {
        "Download": "https://github.com/pvizeli/ha-ffmpeg/tarball/3.2.2",
        "Homepage": "https://github.com/pvizeli/ha-ffmpeg"
    },
    "split_keywords": [
        "ffmpeg",
        " homeassistant",
        " wrapper",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45667863e5a3713bb71c02f050f14a751b02e7a2d50eaf2109c96a1202e65d8b",
                "md5": "6a6b48297ff1d8c0b0f91ee10cb748d3",
                "sha256": "4fd4a4f4cdaf3243d2737942f3f41f141e4437d2af1167655815dc03283b1652"
            },
            "downloads": -1,
            "filename": "ha_ffmpeg-3.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a6b48297ff1d8c0b0f91ee10cb748d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8749,
            "upload_time": "2024-11-08T13:32:12",
            "upload_time_iso_8601": "2024-11-08T13:32:12.690022Z",
            "url": "https://files.pythonhosted.org/packages/45/66/7863e5a3713bb71c02f050f14a751b02e7a2d50eaf2109c96a1202e65d8b/ha_ffmpeg-3.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e3bbd1284a9bc39cc119b0da551a81be6cf30dc3cfb369ce8c62fb648d7a2ea",
                "md5": "c5ca5ed239ea4bba014f637b84c6d5ea",
                "sha256": "80e4a77b3eda73df456ec9cc3295a898ed7cbb8cd2d59798f10e8c10a8e6c401"
            },
            "downloads": -1,
            "filename": "ha_ffmpeg-3.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c5ca5ed239ea4bba014f637b84c6d5ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7608,
            "upload_time": "2024-11-08T13:32:14",
            "upload_time_iso_8601": "2024-11-08T13:32:14.181286Z",
            "url": "https://files.pythonhosted.org/packages/1e/3b/bd1284a9bc39cc119b0da551a81be6cf30dc3cfb369ce8c62fb648d7a2ea/ha_ffmpeg-3.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 13:32:14",
    "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": [
                [
                    "==",
                    "5.0.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "ha-ffmpeg"
}
        
Elapsed time: 0.60551s