jlaine / pyav-ffmpeg

Binary builds of FFmpeg for the PyAV project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, ppc64le)
  • macOS (x86_64, arm64)
  • Windows (AMD64)

Features

Currently FFmpeg 4.4.1 is used with the following features enabled for all platforms:

  • fontconfig
  • gmp
  • gnutls
  • libaom
  • libass
  • libbluray
  • libdav1d
  • libfreetype
  • libmp3lame
  • libopencore-amrnb
  • libopencore-amrwb
  • libopenjpeg
  • libopus
  • libspeex
  • libtheora
  • libtwolame
  • libvorbis
  • libvpx
  • libx264
  • libx265
  • libxml2
  • libxvid
  • lzma
  • zlib

About

Binary builds of FFmpeg for the PyAV project


Languages

Language:Python 96.1%Language:C 3.9%