av 0.5.3


pip install av==0.5.3


Meta
Author: Mike Boers

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: BSD License

Natural Language
  • English

Operating System
  • MacOS :: MacOS X
  • POSIX
  • Unix

Programming Language
  • Cython
  • Python :: 2.7
  • Python :: 3.4
  • Python :: 3.5
  • Python :: 3.6

Topic
  • Software Development :: Libraries :: Python Modules
  • Multimedia :: Sound/Audio
  • Multimedia :: Sound/Audio :: Conversion
  • Multimedia :: Video
  • Multimedia :: Video :: Conversion

PyAV

Travis Build Status AppVeyor Build Status
Gitter Chat Documentation
GitHub Python Package Index Conda Forge

PyAV is a Pythonic binding for FFmpeg. We aim to provide all of the power and control of the underlying library, but manage the gritty details as much as possible.

Installation

Due to the complexity of the dependencies, PyAV is not always the easiest Python package to install. The most straight-foward install is via conda-forge:

conda install av -c conda-forge

See the Conda quick install docs to get started with (mini)Conda.

If you want to use your existing FFmpeg/Libav, the C-source version of PyAV is on PyPI:

pip install av

And if you want to build from the absolute source (for development or testing):

git clone git@github.com:mikeboers/PyAV
cd PyAV
source scripts/activate
make

Have fun, read the docs, come chat with us, and good luck!

No dependencies