https://github.com/pyav-org/pyav-ffmpeg
Binary builds of FFmpeg for the PyAV project
https://github.com/pyav-org/pyav-ffmpeg
Last synced: 15 days ago
JSON representation
Binary builds of FFmpeg for the PyAV project
- Host: GitHub
- URL: https://github.com/pyav-org/pyav-ffmpeg
- Owner: PyAV-Org
- Created: 2020-04-25T09:10:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-23T06:49:39.000Z (22 days ago)
- Last Synced: 2026-05-23T08:29:06.743Z (22 days ago)
- Language: Python
- Homepage:
- Size: 215 KB
- Stars: 22
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pyav-ffmpeg
===========
This project provides binary builds of FFmpeg and its dependencies for `PyAV`_.
These builds are used in order to provide binary wheels of PyAV, allowing
users to easily install PyAV without perform error-prone compilations.
The builds are provided for several platforms:
- Linux (x86_64, aarch64, armv7l, ppc64le, riscv64)
- macOS (x86_64, arm64)
- Windows (x86_64, aarch64)
Features
--------
Currently FFmpeg 8.1.1 is built with the following packages enabled for all platforms:
- lame 3.100
- opus 1.6.1
- dav1d 1.5.3
- libsvtav1 4.1.0
- vpx 1.16.0
- png 1.6.58
- webp 1.6.0
- opencore-amr 0.1.6
- x264 32c3b801191522961102d4bea292cdb61068d0dd (except armv7l)
- x265 4.2 (except armv7l)
The following additional packages are also enabled on Linux:
- gnutls 3.8.13
- nettle 3.10.2
- unistring 1.4.2
.. _PyAV: https://github.com/PyAV-Org/PyAV