Skip to main content

A static build of ffmpeg for Python

Project description

ffmpeg for Python

CI/CD codecov GitHub Code style: black PyPI Version PyPI - Python Version Downloads

Static builds of ffmpeg for Python

Installation

From pip:

pip install ffmpeg-binaries

Basic usage

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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ffmpeg-binaries-1.0.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distributions

ffmpeg_binaries-1.0.0-py3-none-win_amd64.whl (88.8 MB view hashes)

Uploaded Python 3 Windows x86-64

ffmpeg_binaries-1.0.0-py3-none-macosx_10_9_universal2.whl (50.3 MB view hashes)

Uploaded Python 3 macOS 10.9+ universal2 (ARM64, x86-64)

ffmpeg_binaries-1.0.0-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page