An open API service indexing awesome lists of open source software.

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

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