Skip to content
/ pyav Public
forked from PyAV-Org/PyAV

Python bindings for ffmpeg libraries

License

Notifications You must be signed in to change notification settings

WyattBlue/pyav

 
 

Repository files navigation

pyav

Notice: PyAV (upstream) and pyav have been merged! There is no reason to use pyav unless you want LGPLv3 builds!


Actions Status Code style: black

Installing

Just run:

pip install pyav

Running the command should install the binary wheel provided. Due to the complexity of the dependencies, pyav is not easy to install from source. If you want to try your luck anyway, you can run:

pip install pyav --no-binary pyav

And if you want to build the absolute latest (POSIX only):

git clone https://github.com/WyattBlue/pyav.git
cd pyav

source scripts/activate.sh
pip install -U -r tests/requirements.txt
./scripts/build-deps
make
deactivate
pip install .

Notice: av and pyav have been merged, there is no reason to use pyav for source builds!

About

Python bindings for ffmpeg libraries

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Cython 58.9%
  • Python 40.1%
  • Other 1.0%