Name | ffmpeg-binaries JSON |
Version |
1.0.0
JSON |
| download |
home_page | |
Summary | A static build of ffmpeg for Python |
upload_time | 2024-02-19 14:47:10 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2023 Matteo Dell'Acqua Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
ffmpeg
static
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ffmpeg for Python
[![CI/CD](https://github.com/MatteoH2O1999/ffmpeg-binaries/actions/workflows/ci.yml/badge.svg)](https://github.com/MatteoH2O1999/ffmpeg-binaries/actions/workflows/ci.yml)
[![codecov](https://codecov.io/github/MatteoH2O1999/ffmpeg-binaries/graph/badge.svg?token=9jkgMvjxxs)](https://codecov.io/github/MatteoH2O1999/ffmpeg-binaries)
![GitHub](https://img.shields.io/github/license/MatteoH2O1999/ffmpeg-binaries)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI Version](https://badge.fury.io/py/ffmpeg-binaries.svg)](https://pypi.org/project/ffmpeg-binaries/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ffmpeg-binaries)
[![Downloads](https://pepy.tech/badge/ffmpeg-binaries)](https://pepy.tech/project/ffmpeg-binaries)
Static builds of ffmpeg for Python
## Installation
From pip:
```commandline
pip install ffmpeg-binaries
```
## Basic usage
```python
import ffmpeg
# Initialize module (only if no binaries found)
ffmpeg.init()
# Call ffmpeg directly
ffmpeg.run_as_ffmpeg("-h")
# Use the binaries path in other modules
other_module.add_ffmpeg(ffmpeg.FFMPEG_PATH)
# Add directly to path
ffmpeg.add_to_path()
```
Raw data
{
"_id": null,
"home_page": "",
"name": "ffmpeg-binaries",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Matteo Dell'Acqua <dellacqua.matteo99@gmail.com>",
"keywords": "ffmpeg,static",
"author": "",
"author_email": "Matteo Dell'Acqua <dellacqua.matteo99@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/3d/37/f65341f38505b0f6ec48140db39fda09fad1bd519d34d793770b4818eb9a/ffmpeg-binaries-1.0.0.tar.gz",
"platform": null,
"description": "# ffmpeg for Python\n\n[![CI/CD](https://github.com/MatteoH2O1999/ffmpeg-binaries/actions/workflows/ci.yml/badge.svg)](https://github.com/MatteoH2O1999/ffmpeg-binaries/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/github/MatteoH2O1999/ffmpeg-binaries/graph/badge.svg?token=9jkgMvjxxs)](https://codecov.io/github/MatteoH2O1999/ffmpeg-binaries)\n![GitHub](https://img.shields.io/github/license/MatteoH2O1999/ffmpeg-binaries)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PyPI Version](https://badge.fury.io/py/ffmpeg-binaries.svg)](https://pypi.org/project/ffmpeg-binaries/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ffmpeg-binaries)\n[![Downloads](https://pepy.tech/badge/ffmpeg-binaries)](https://pepy.tech/project/ffmpeg-binaries)\n\nStatic builds of ffmpeg for Python\n\n## Installation\n\nFrom pip:\n\n```commandline\npip install ffmpeg-binaries\n```\n\n## Basic usage\n\n```python\nimport ffmpeg\n\n# Initialize module (only if no binaries found)\nffmpeg.init()\n\n# Call ffmpeg directly\nffmpeg.run_as_ffmpeg(\"-h\")\n\n# Use the binaries path in other modules\nother_module.add_ffmpeg(ffmpeg.FFMPEG_PATH)\n\n# Add directly to path\nffmpeg.add_to_path()\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Matteo Dell'Acqua Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "A static build of ffmpeg for Python",
"version": "1.0.0",
"project_urls": null,
"split_keywords": [
"ffmpeg",
"static"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a272e4a426e1bec0a07a5e7f8f1729dbaa54a82da84f7271500b4afc5ec47783",
"md5": "de60d4d93f743a30676851271657d78b",
"sha256": "7f99b2baec52793cb6e87f1c408dd829bb1c4855e757729bc19e456236433496"
},
"downloads": -1,
"filename": "ffmpeg_binaries-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "de60d4d93f743a30676851271657d78b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9507,
"upload_time": "2024-02-19T14:46:46",
"upload_time_iso_8601": "2024-02-19T14:46:46.854785Z",
"url": "https://files.pythonhosted.org/packages/a2/72/e4a426e1bec0a07a5e7f8f1729dbaa54a82da84f7271500b4afc5ec47783/ffmpeg_binaries-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ee69db6f29f73c76c321e37f565aaffcf13526f3eb85e1e642d7d2a5b74424f0",
"md5": "0547292d314e6dd3d4c5f50848350b74",
"sha256": "eed4dbca4af5f800fe5d32988b1d5c216544ebc16d318ab4e14e5cf6a1ce2d46"
},
"downloads": -1,
"filename": "ffmpeg_binaries-1.0.0-py3-none-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "0547292d314e6dd3d4c5f50848350b74",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 50288979,
"upload_time": "2024-02-19T14:46:50",
"upload_time_iso_8601": "2024-02-19T14:46:50.032524Z",
"url": "https://files.pythonhosted.org/packages/ee/69/db6f29f73c76c321e37f565aaffcf13526f3eb85e1e642d7d2a5b74424f0/ffmpeg_binaries-1.0.0-py3-none-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a46c81d992e3af30989b4a5783632a4d6a7958253cf914f1901b2fb4606750bc",
"md5": "3a5b0ab242dc906fa103590264a6e468",
"sha256": "6ca97d30d52037af491b05cb7d91b76bbe09d317e92d9f19993bd013a0678ae5"
},
"downloads": -1,
"filename": "ffmpeg_binaries-1.0.0-py3-none-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "3a5b0ab242dc906fa103590264a6e468",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 60252698,
"upload_time": "2024-02-19T14:46:54",
"upload_time_iso_8601": "2024-02-19T14:46:54.840625Z",
"url": "https://files.pythonhosted.org/packages/a4/6c/81d992e3af30989b4a5783632a4d6a7958253cf914f1901b2fb4606750bc/ffmpeg_binaries-1.0.0-py3-none-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6495acb6b3ba969acf796fa95fbed927c5f475106245806a03a157abcf94bf81",
"md5": "a1272f42320f02483b80021bf7d7e178",
"sha256": "113c4250998e1d9f255b06f849a3edd9fb99abef5ddff402a0be9e83924ff374"
},
"downloads": -1,
"filename": "ffmpeg_binaries-1.0.0-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "a1272f42320f02483b80021bf7d7e178",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 88793774,
"upload_time": "2024-02-19T14:47:00",
"upload_time_iso_8601": "2024-02-19T14:47:00.742759Z",
"url": "https://files.pythonhosted.org/packages/64/95/acb6b3ba969acf796fa95fbed927c5f475106245806a03a157abcf94bf81/ffmpeg_binaries-1.0.0-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d37f65341f38505b0f6ec48140db39fda09fad1bd519d34d793770b4818eb9a",
"md5": "3c2d5c215e3cf79cc449ee0eb4e948e5",
"sha256": "e6e901136df7e2d816149905822639187921a3f9014cbd4470a31f242bcb5a9e"
},
"downloads": -1,
"filename": "ffmpeg-binaries-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3c2d5c215e3cf79cc449ee0eb4e948e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7739,
"upload_time": "2024-02-19T14:47:10",
"upload_time_iso_8601": "2024-02-19T14:47:10.301020Z",
"url": "https://files.pythonhosted.org/packages/3d/37/f65341f38505b0f6ec48140db39fda09fad1bd519d34d793770b4818eb9a/ffmpeg-binaries-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-19 14:47:10",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "ffmpeg-binaries"
}