Bundled ffprobe/ffmpeg binary for Python
Project description
ffprobe-binaries
This package bundles a static ffprobe and ffmpeg binary and provides a function to get its path from Python.
This is inteded for use in frameworks with low overhead.
It can also be used as a workaround for environments without access to "sudo apt get".
Disclaimer
I did not create or maintain the ffmpeg or ffprove binaries. All credit goes here: https://ffmpeg.org/
Usage
from ffprobe_binaries import get_ffprobe_path
from ffprobe_binaries import get_ffmpeg_path
from pydub import AudioSegment
AudioSegment.converter = get_ffmpeg_path() #Works with other packages as well
AudioSegment.ffprobe = get_ffprobe_path() #Works with other packages as well
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ffprobe_binaries_only-0.1.1.tar.gz.
File metadata
- Download URL: ffprobe_binaries_only-0.1.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0dcd725372506cae46ed6e7d199d8c9a0fd6c2ae5f7d6ba9cb4ab4085409b2
|
|
| MD5 |
b1a321b56a8693c3aaa5cdc90c540016
|
|
| BLAKE2b-256 |
810ac603455cb961a91b907c8652f9993578220e5cb6f45add30529b4859d416
|
File details
Details for the file ffprobe_binaries_only-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ffprobe_binaries_only-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
333042aa67dedd24ed0c3043e919e4bb021d22d242d90ac20913e7f52d86d41c
|
|
| MD5 |
feda4918c818539007fa3cd4f5aee9cc
|
|
| BLAKE2b-256 |
60253d48e0280322a113c7dae516e9cc15c21b9f7b79ff040ea9394274a21f54
|