https://github.com/pyav-org/pyav-ffmpeg
Binary builds of FFmpeg for the PyAV project
https://github.com/pyav-org/pyav-ffmpeg
Last synced: 9 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:55:12.000Z (over 1 year ago)
- Last Synced: 2024-05-22T10:35:04.627Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 10
- Watchers: 4
- Forks: 15
- Open Issues: 4
-
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, i686, aarch64)
- macOS (x86_64, arm64)
- Windows (AMD64)
Features
--------
Currently FFmpeg 7.1 is built with the following packages enabled for all platforms:
- gmp 6.3.0
- xml2 2.9.13
- xz 5.6.3
- aom 3.11.0
- dav1d 1.4.1
- lame 3.100
- ogg 1.3.5
- opencore-amr 0.1.5
- opus 1.5.2
- speex 1.2.1
- svt-av1 2.2.1
- srt 1.5.4 (encryption disabled on macOS)
- twolame 0.4.0
- vorbis 1.3.7
- vpx 1.14.0
- png 1.6.45
- webp 1.5.0
- x264 master
- x265 3.5
The following additional packages are also enabled on Linux:
- gnutls 3.8.1
- nettle 3.9.1
- unistring 1.2
.. _PyAV: https://github.com/PyAV-Org/PyAV