Pythonic bindings for FFmpeg/Libav.
Project Links
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
PyAV is a Pythonic binding for FFmpeg or 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 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, and good luck!
May 16, 2025
14.4.0
Apr 06, 2025
14.3.0
Feb 25, 2025
14.2.0
Jan 25, 2025
14.1.0
Dec 06, 2024
14.0.1
Dec 02, 2024
14.0.0
Oct 06, 2024
13.1.0
Sep 04, 2024
13.0.0
Jul 21, 2024
12.3.0
Jun 28, 2024
12.2.0
May 30, 2024
12.1.0
Mar 21, 2024
12.0.0
Nov 10, 2023
11.0.0
Oct 18, 2022
10.0.0
Apr 20, 2022
9.2.0
Apr 01, 2022
9.1.1
Mar 28, 2022
9.1.0
Mar 23, 2022
9.0.2
Mar 11, 2022
9.0.1
Mar 08, 2022
9.0.0
Dec 29, 2021
8.1.0
Jan 23, 2021
8.0.3
Jun 02, 2020
8.0.2
Apr 30, 2020
8.0.1
Apr 26, 2020
8.0.0
Feb 07, 2020
7.0.1
Jan 30, 2020
7.0.0
May 07, 2019
6.2.0
Jan 23, 2019
6.1.2
Nov 08, 2018
6.1.0
Oct 17, 2018
6.0.0
Oct 03, 2018
0.5.3
Sep 20, 2018
0.5.2
Sep 19, 2018
0.5.1
Sep 19, 2018
0.5.0
Jun 10, 2018
0.4.1
Mar 21, 2018
0.4.0
Mar 10, 2017
0.3.3
Jan 04, 2017
0.3.2
Apr 13, 2016
0.3.1
Apr 07, 2016
0.3.0
Jun 04, 2015
0.2.4
May 22, 2015
0.2.3
Oct 04, 2014
0.2.2
Sep 15, 2014
0.2.1
Sep 11, 2014
0.2.0
Nov 11, 2013
0.1.0
Files in release
No dependencies