https://github.com/pyav-org/pyav-ffmpeg
Binary builds of FFmpeg for the PyAV project
https://github.com/pyav-org/pyav-ffmpeg
Last synced: about 1 month 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T07:25:36.000Z (about 1 month ago)
- Last Synced: 2026-01-11T02:08:32.830Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 142 KB
- Stars: 19
- Watchers: 3
- Forks: 26
- Open Issues: 2
-
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, ppc64le)
- macOS (x86_64, arm64)
- Windows (x86_64)
Features
--------
Currently FFmpeg 8.0.1 is built with the following packages enabled for all platforms:
- lame 3.100
- ogg 1.3.6
- opus 1.6.1
- speex 1.2.1
- vorbis 1.3.7
- dav1d 1.5.3
- libsvtav1 3.1.2
- vpx 1.15.2
- png 1.6.54
- webp 1.5.0
- openh264 2.6.0
- opencore-amr 0.1.6
- x264 32c3b801191522961102d4bea292cdb61068d0dd
- x265 4.1
The following additional packages are also enabled on Linux:
- gnutls 3.8.11
- nettle 3.10.2
- unistring 1.4.1
.. _PyAV: https://github.com/PyAV-Org/PyAV