Search Criteria
Package Details: python-av 14.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-av.git (read-only, click to copy) |
---|---|
Package Base: | python-av |
Description: | Pythonic bindings for FFmpeg |
Upstream URL: | https://pyav.basswood-io.com |
Licenses: | BSD-3-Clause |
Submitter: | peippo |
Maintainer: | peippo |
Last Packager: | peippo |
Votes: | 7 |
Popularity: | 0.96 |
First Submitted: | 2019-07-04 11:24 (UTC) |
Last Updated: | 2025-05-17 00:13 (UTC) |
Dependencies (9)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- python (python37AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pillow (python-pillow-simd-gitAUR)
- cython (cython-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-pytest (check)
Required by (22)
- auto-editor
- hydrus-video-deduplicator-git
- manim
- python-aiortc
- python-blobfile-git (optional)
- python-colour-science (check)
- python-faster-whisper
- python-git-sim
- python-livekit-agents
- python-livekit-agents (optional)
- python-livekit-plugins-deepgram
- python-livekit-plugins-elevenlabs
- python-livekit-plugins-gladia
- python-livekit-plugins-groq
- python-livekit-plugins-openai
- python-livekit-plugins-playai
- python-livekit-plugins-rime
- python-livekit-plugins-sarvam
- python-livekit-plugins-speechify
- python-livekit-plugins-spitch
- Show 2 more...
Latest Comments
1 2 3 4 5 Next › Last »
peippo commented on 2025-05-10 17:45 (UTC)
Thanks for noticing!
egore911 commented on 2025-05-10 15:20 (UTC)
cython 3.1 was released and is in "extra", so the dependency on cython-git is no longer necessary
peippo commented on 2025-04-23 16:45 (UTC)
For the time being, python-av does not compile with cython. cython-git is a build-time dependency, you’re free to install cython alongside python-av.
quietvoid commented on 2025-04-23 16:32 (UTC)
Making
cython-git
required to build doesn't seem ideal considering it conflicts withextra/cython
peippo commented on 2025-04-08 09:00 (UTC)
PyAV-14.3.0 needs cython>=3.1 to compile, waiting for it to release before bumping version
peippo commented on 2025-02-25 14:23 (UTC)
Ha, now 14.2.0 got released
micwoj92 commented on 2025-02-25 11:05 (UTC)
Ugh, so there is
av
andpyav
which looks like the same software by same person/people? I was watchingpyav
pypi package.https://pypi.org/project/av/
https://pypi.org/project/pyav/
https://github.com/PyAV-Org/PyAV
https://github.com/basswood-io/PyAV
peippo commented on 2025-02-25 10:52 (UTC)
Not sure from where you got the v14.2.1 - on PyPi, on Conda and on GitHub the newest version is 14.1.0
micwoj92 commented on 2025-02-22 19:12 (UTC)
Thanks, I got confused because .pyi files are also used by mypy as stub files.
I opened issue on namcap repo for this: https://gitlab.archlinux.org/pacman/namcap/-/issues/97
peippo commented on 2025-02-21 13:28 (UTC)
pyx are the source code, pyi the compiled cython modules
1 2 3 4 5 Next › Last »