Pythonic bindings for FFmpeg/Libav.
Project description
[![Build Status](https://travis-ci.org/mikeboers/PyAV.svg?branch=develop)](https://travis-ci.org/mikeboers/PyAV) [![Build status](https://ci.appveyor.com/api/projects/status/94w43xhugh6wkett/branch/develop?svg=true)](https://ci.appveyor.com/project/mikeboers/pyav)
PyAV is a Pythonic binding for [FFmpeg][ffmpeg] or [Libav][libav]. 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-forge]:
` conda install av -c conda-forge `
See the [Conda quick install][conda-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][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][docs], and good luck!
[ffmpeg]: http://ffmpeg.org/ [libav]: http://libav.org/ [docs]: http://mikeboers.github.io/PyAV/ [conda-forge]: https://conda-forge.github.io/ [conda-install]: https://conda.io/docs/install/quick.html [pypi]: https://pypi-hypernode.com/project/av
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file av-0.4.1.tar.gz
.
File metadata
- Download URL: av-0.4.1.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf9a8d113392c6a445f424e16f9e64ac53d1db1548731e6326763d555647c24f |
|
MD5 | 694c11a547729958cd8424409f386bb5 |
|
BLAKE2b-256 | 52563ed0d68acc9d1faa92b15e7012c68fad5f21c0405315c90b337104ba7f29 |