Last updated:
0 purchases
pyav 13.0.0
pyav
Notice: PyAV (upstream) and pyav have been merged! There is no reason to use pyav unless you want LGPLv3 builds!
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!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.