# Xdcheckin-FFmpeg
Minimal FFmpeg with h.264 for Xdcheckin.
## Build Status
[![Build for macosx_10_9_x86_64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_10_9_x86_64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_10_9_x86_64.yml) <br>
[![Build for macosx_11_0_arm64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_11_0_arm64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_11_0_arm64.yml) <br>
[![Build for manylinux2010_i686](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_i686.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_i686.yml) <br>
[![Build for manylinux2010_x86_64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_x86_64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_x86_64.yml) <br>
[![Build for manylinux2014_aarch64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_aarch64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_aarch64.yml) <br>
[![Build for manylinux2014_armv7l](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_armv7l.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_armv7l.yml) <br>
[![Build for musllinux_1_0_i686](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_i686.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_i686.yml) <br>
[![Build for musllinux_1_0_x86_64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_x86_64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_x86_64.yml) <br>
[![Build for musllinux_1_0_aarch64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_aarch64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_aarch64.yml) <br>
[![Build for musllinux_1_0_armv7l](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_armv7l.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_armv7l.yml) <br>
[![Build for win32](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win32.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win32.yml) <br>
[![Build for win_amd64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_amd64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_amd64.yml) <br>
[![Build for win_arm64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_arm64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_arm64.yml)
## Usage
Install:
```sh
pip install Xdcheckin-FFmpeg
```
Import, get FFmpeg executable path and its version:
```python
import xdcheckin_ffmpeg
print(xdcheckin_ffmpeg.bin.ffmpeg()) # or xdcheckin_ffmpeg.ffmpeg()
print(xdcheckin_ffmpeg.bin.ffmpeg_version()) # or xdcheckin_ffmpeg.ffmpeg_version()
```
## Credits
[zimbatm/ffmpeg-static](https://github.com/zimbatm/ffmpeg-static) <br>
[fdk-acc-free](https://cgit.freedesktop.org/~wtay/fdk-aac/log/?h=fedora) <br>
[imageio/imageio-ffmpeg](https://github.com/imageio/imageio-ffmpeg)
Raw data
{
"_id": null,
"home_page": null,
"name": "Xdcheckin-FFmpeg",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": null,
"keywords": "xdcheckin, video, livestream, ffmpeg",
"author": null,
"author_email": "Pairman <pairmanxlr@gmail.com>",
"download_url": null,
"platform": null,
"description": "# Xdcheckin-FFmpeg\nMinimal FFmpeg with h.264 for Xdcheckin.\n\n## Build Status\n[![Build for macosx_10_9_x86_64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_10_9_x86_64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_10_9_x86_64.yml) <br>\n[![Build for macosx_11_0_arm64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_11_0_arm64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-macosx_11_0_arm64.yml) <br>\n[![Build for manylinux2010_i686](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_i686.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_i686.yml) <br>\n[![Build for manylinux2010_x86_64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_x86_64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2010_x86_64.yml) <br>\n[![Build for manylinux2014_aarch64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_aarch64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_aarch64.yml) <br>\n[![Build for manylinux2014_armv7l](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_armv7l.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-manylinux2014_armv7l.yml) <br>\n[![Build for musllinux_1_0_i686](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_i686.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_i686.yml) <br>\n[![Build for musllinux_1_0_x86_64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_x86_64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_x86_64.yml) <br>\n[![Build for musllinux_1_0_aarch64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_aarch64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_aarch64.yml) <br>\n[![Build for musllinux_1_0_armv7l](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_armv7l.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-musllinux_1_0_armv7l.yml) <br>\n[![Build for win32](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win32.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win32.yml) <br>\n[![Build for win_amd64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_amd64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_amd64.yml) <br>\n[![Build for win_arm64](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_arm64.yml/badge.svg)](https://github.com/Pairman/Xdcheckin-FFmpeg/actions/workflows/build-win_arm64.yml)\n\n## Usage\nInstall:\n```sh\npip install Xdcheckin-FFmpeg\n```\n\nImport, get FFmpeg executable path and its version:\n```python\nimport xdcheckin_ffmpeg\nprint(xdcheckin_ffmpeg.bin.ffmpeg()) # or xdcheckin_ffmpeg.ffmpeg()\nprint(xdcheckin_ffmpeg.bin.ffmpeg_version()) # or xdcheckin_ffmpeg.ffmpeg_version()\n```\n\n## Credits\n[zimbatm/ffmpeg-static](https://github.com/zimbatm/ffmpeg-static) <br>\n[fdk-acc-free](https://cgit.freedesktop.org/~wtay/fdk-aac/log/?h=fedora) <br>\n[imageio/imageio-ffmpeg](https://github.com/imageio/imageio-ffmpeg)\n",
"bugtrack_url": null,
"license": "BSD-2-Clause",
"summary": "Minimal static FFmpeg with h.264 for Xdcheckin.",
"version": "1.0.5",
"project_urls": {
"Changelog": "https://github.com/Pairman/Xdcheckin-FFmpeg/blob/main/CHANGELOG.md",
"Homepage": "https://github.com/Pairman/Xdcheckin-FFmpeg"
},
"split_keywords": [
"xdcheckin",
" video",
" livestream",
" ffmpeg"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ac370e6ce1d6adc0554c7d6d0e9f78104a3298f2a0a65282db2f413787cd3398",
"md5": "0a855242f526c880dac7d06d6c7a9395",
"sha256": "d3bab3c1ed27ec8c2a7339f438d82e3fed1acea794b69e81b68139e8e9fbf6e3"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "0a855242f526c880dac7d06d6c7a9395",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1990705,
"upload_time": "2024-10-17T04:14:39",
"upload_time_iso_8601": "2024-10-17T04:14:39.579004Z",
"url": "https://files.pythonhosted.org/packages/ac/37/0e6ce1d6adc0554c7d6d0e9f78104a3298f2a0a65282db2f413787cd3398/Xdcheckin_FFmpeg-1.0.5-py3-none-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3332c3c8c7493aacf389e62740a5b9392ecbb2232ef0c43e4b25d1cf9a72fb7d",
"md5": "d6de5d598bf4171154f71a5a18a0fb19",
"sha256": "295f9d1b6f90189e12265336bdb66d059765c3f4f0c201c51124d4f629a2d87d"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d6de5d598bf4171154f71a5a18a0fb19",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1562409,
"upload_time": "2024-10-17T04:14:41",
"upload_time_iso_8601": "2024-10-17T04:14:41.495650Z",
"url": "https://files.pythonhosted.org/packages/33/32/c3c8c7493aacf389e62740a5b9392ecbb2232ef0c43e4b25d1cf9a72fb7d/Xdcheckin_FFmpeg-1.0.5-py3-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b53c270a5fb55748da253192d5956960d27a7006a8dbe4c368ab14b3874eceb9",
"md5": "be420ffc194639f3e57b2fc00f587e3c",
"sha256": "ec4b16d8de4d2809cc47ddbd569be44f24606af4ffd5a7acf6db9647428d66a8"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2010_i686.whl",
"has_sig": false,
"md5_digest": "be420ffc194639f3e57b2fc00f587e3c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 2138950,
"upload_time": "2024-10-17T04:14:43",
"upload_time_iso_8601": "2024-10-17T04:14:43.118619Z",
"url": "https://files.pythonhosted.org/packages/b5/3c/270a5fb55748da253192d5956960d27a7006a8dbe4c368ab14b3874eceb9/Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2010_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "534bdebeb9d6fd706a0ab8653cbdc033de2639845e282140cafd96fe00bac64c",
"md5": "a857c65c0035482cd5a35e7dcc7b7f62",
"sha256": "0d18a5918d9ae26ba2d774366858227374af22e0025aa78f224009f5fa2661a8"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2010_x86_64.whl",
"has_sig": false,
"md5_digest": "a857c65c0035482cd5a35e7dcc7b7f62",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 2169469,
"upload_time": "2024-10-17T04:14:44",
"upload_time_iso_8601": "2024-10-17T04:14:44.283064Z",
"url": "https://files.pythonhosted.org/packages/53/4b/debeb9d6fd706a0ab8653cbdc033de2639845e282140cafd96fe00bac64c/Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2010_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0cdc3ae0eab872798683f4d45b3b195ffa99bb145fdc4cc101ded7710184ed4",
"md5": "a65cead14e5f20ca02ebb6882f32a71c",
"sha256": "dba0b9bc9007fe67fe599f44a2b10c5823a7d053cbc9db976269865642658f71"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a65cead14e5f20ca02ebb6882f32a71c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1947040,
"upload_time": "2024-10-17T04:14:45",
"upload_time_iso_8601": "2024-10-17T04:14:45.587136Z",
"url": "https://files.pythonhosted.org/packages/a0/cd/c3ae0eab872798683f4d45b3b195ffa99bb145fdc4cc101ded7710184ed4/Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "609aa96281db677fea528b84092ba8f50c578c5c7e30b283f984fc631d8b9b39",
"md5": "0328459fe201d7787af94f9d6c3d5b69",
"sha256": "e0fcb128a5f4e254b5b4abc0363b7aee05b92da65e4f95830988d75907d10daa"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "0328459fe201d7787af94f9d6c3d5b69",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1746776,
"upload_time": "2024-10-17T04:14:47",
"upload_time_iso_8601": "2024-10-17T04:14:47.681700Z",
"url": "https://files.pythonhosted.org/packages/60/9a/a96281db677fea528b84092ba8f50c578c5c7e30b283f984fc631d8b9b39/Xdcheckin_FFmpeg-1.0.5-py3-none-manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c4487e846b41395353907d7bb80e6619a656ddc8a76b30f2cb5319b0e4b7c64",
"md5": "40e5f06f05d2df041a2da208a75dbbd6",
"sha256": "7fb47f4322d7de9e842c58b84d129313772d0a3e490aa91b99df81722e53bb5a"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_aarch64.whl",
"has_sig": false,
"md5_digest": "40e5f06f05d2df041a2da208a75dbbd6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1947038,
"upload_time": "2024-10-17T04:14:49",
"upload_time_iso_8601": "2024-10-17T04:14:49.495212Z",
"url": "https://files.pythonhosted.org/packages/1c/44/87e846b41395353907d7bb80e6619a656ddc8a76b30f2cb5319b0e4b7c64/Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4877da78405af9622bf32428dd3680d1e2b569fa360e7c87e31d922ed809255b",
"md5": "d5e1c30fe5373e65128ec30483544072",
"sha256": "3e109d3285b1df49615a3d93a984bfb4362cfb0b608243240b4f75cbca2d8a2c"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_armv7l.whl",
"has_sig": false,
"md5_digest": "d5e1c30fe5373e65128ec30483544072",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1746775,
"upload_time": "2024-10-17T04:14:51",
"upload_time_iso_8601": "2024-10-17T04:14:51.261044Z",
"url": "https://files.pythonhosted.org/packages/48/77/da78405af9622bf32428dd3680d1e2b569fa360e7c87e31d922ed809255b/Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "90bd790a518529d117c997d5904d327c2952652c29b8ec354638dbdf2fc1b755",
"md5": "be1ca92c125ec4057bf152e67b2daf06",
"sha256": "698b47c1a6a4a1e5fd75accf4174455469459f89c62c6200606a5875ccfb0b17"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_i686.whl",
"has_sig": false,
"md5_digest": "be1ca92c125ec4057bf152e67b2daf06",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 2138947,
"upload_time": "2024-10-17T04:14:53",
"upload_time_iso_8601": "2024-10-17T04:14:53.418992Z",
"url": "https://files.pythonhosted.org/packages/90/bd/790a518529d117c997d5904d327c2952652c29b8ec354638dbdf2fc1b755/Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ab9a21a0b6f9cfe5e0d9aec284fb0de04b508ac9c1041c9a8369255cfe24a448",
"md5": "e658fcd810acb04d1864d0daa75343cb",
"sha256": "b35de7febc9c6620b6b1d5e9784da9b29908ea8441ca1981cb7e8910be1f9c4a"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_x86_64.whl",
"has_sig": false,
"md5_digest": "e658fcd810acb04d1864d0daa75343cb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 2169469,
"upload_time": "2024-10-17T04:14:55",
"upload_time_iso_8601": "2024-10-17T04:14:55.268470Z",
"url": "https://files.pythonhosted.org/packages/ab/9a/21a0b6f9cfe5e0d9aec284fb0de04b508ac9c1041c9a8369255cfe24a448/Xdcheckin_FFmpeg-1.0.5-py3-none-musllinux_1_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4a7c6ca3090bc50c7c1e7299b42fe414ba94dfdbb1d9d2961be1a30abc4a162f",
"md5": "8e03e327baec7fd4ac5a723ee8e111b7",
"sha256": "d5f9e63d7695812676ceea9554bb8b91d7fb08dedac3926747af7a64b2721821"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-win32.whl",
"has_sig": false,
"md5_digest": "8e03e327baec7fd4ac5a723ee8e111b7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1587937,
"upload_time": "2024-10-17T04:14:56",
"upload_time_iso_8601": "2024-10-17T04:14:56.996512Z",
"url": "https://files.pythonhosted.org/packages/4a/7c/6ca3090bc50c7c1e7299b42fe414ba94dfdbb1d9d2961be1a30abc4a162f/Xdcheckin_FFmpeg-1.0.5-py3-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "313469830ff25789b44bc3016f1adfa66ae47e831bceae363b8dfb0c77123eca",
"md5": "e4b4d39a32cd6fbef851a9a93e4084e6",
"sha256": "355d328234f2cff16ec808976b8cab4b75f1b0f732fee8745dba7b47d86baffe"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "e4b4d39a32cd6fbef851a9a93e4084e6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1540326,
"upload_time": "2024-10-17T04:14:58",
"upload_time_iso_8601": "2024-10-17T04:14:58.471367Z",
"url": "https://files.pythonhosted.org/packages/31/34/69830ff25789b44bc3016f1adfa66ae47e831bceae363b8dfb0c77123eca/Xdcheckin_FFmpeg-1.0.5-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e283f3c6c4ad493e80a4dbed49ef210eecf3a52df96524d6aac659ec641a02ce",
"md5": "d44fb2145e097e4c29360c532b12574b",
"sha256": "4dbcb78b2b4b52de991fd008be94228715c5622ec76bb7b47538a03a060b8ea1"
},
"downloads": -1,
"filename": "Xdcheckin_FFmpeg-1.0.5-py3-none-win_arm64.whl",
"has_sig": false,
"md5_digest": "d44fb2145e097e4c29360c532b12574b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 1671650,
"upload_time": "2024-10-17T04:14:59",
"upload_time_iso_8601": "2024-10-17T04:14:59.734246Z",
"url": "https://files.pythonhosted.org/packages/e2/83/f3c6c4ad493e80a4dbed49ef210eecf3a52df96524d6aac659ec641a02ce/Xdcheckin_FFmpeg-1.0.5-py3-none-win_arm64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-17 04:14:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Pairman",
"github_project": "Xdcheckin-FFmpeg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "xdcheckin-ffmpeg"
}