Ffmpeg binaries to both x86 and ARM for HomeKitLink Plugin (and others!)
Project description
homekitlink_ffmpeg pypi package
A package that provides pre-compiled FFmpeg binaries for OSX systems.
Usage: Should be used behind the scenes to enable plugins to download ffmpeg binaries without apple quarantine becoming a major PITA
The package consists of 2 uptodate ffmpeg binaries including HomeKit specific aac features. get_ffmpeg_binary will return the path to the correct binary for either x86 OSX Mac or ARM MAC
Installation
To install the package, run:
pip3.11 install homekitlink_ffmpeg
Usage
Here's how you can use the package:
from homekitlink_ffmpeg import get_ffmpeg_binary
import subprocess
binary_path = get_ffmpeg_binary()
print(binary_path)
subprocess.run(binary_path)
# You can now use the path to the binary in your application
License
This project is licensed under the MIT License - see the LICENSE file for details
MIT License
Copyright (c) [2023]
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:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file homekitlink_ffmpeg-0.0.25.tar.gz
.
File metadata
- Download URL: homekitlink_ffmpeg-0.0.25.tar.gz
- Upload date:
- Size: 45.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc69317a38b9d20b4a68f72961f143f43f02b57b3a12b960750ca284dcc37a07 |
|
MD5 | 9d060e96a11baa50c132e948b747acd8 |
|
BLAKE2b-256 | a8c6d8c6e551ad9647e0c8edbaa88a1d02c4140f1cc46d5988567670733e0963 |
File details
Details for the file homekitlink_ffmpeg-0.0.25-py3-none-any.whl
.
File metadata
- Download URL: homekitlink_ffmpeg-0.0.25-py3-none-any.whl
- Upload date:
- Size: 45.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b2700e1b05e1cc3fef15f4d5d95e428877f92edfc91abf21accf2659a183c6 |
|
MD5 | d6a1a4c2ad3b7043d4e4cecd4c625e93 |
|
BLAKE2b-256 | 069b97d7151a3324b81f5d9ac7cd9e7c772b9d3f52dcbd618d36e85c68081db6 |