Search Criteria
Package Details: python-av 15.0.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.51 |
First Submitted: | 2019-07-04 11:24 (UTC) |
Last Updated: | 2025-07-04 13:20 (UTC) |
Dependencies (9)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR)
- python (python37AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- 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
« First ‹ Previous 1 2 3 4 5 Next › Last »
JDAturbo commented on 2022-02-18 12:19 (UTC)
Could you please switch this to using ffmpeg4.4?
Broekman commented on 2021-12-20 11:22 (UTC)
@peippo, I just tried it manually and it worked.
The package I was using indeed shipped it's own PyAv (did not expect that at all for this package) and works as well after updating. Thanks!
peippo commented on 2021-12-20 10:36 (UTC)
Do you get this error already during
import av
? (because that works for me, so maybe you have a user installation, too, that overrides the system-wide one?) If you get beyond this point, can you identify a line of code (or a few) that trigger the problem?Broekman commented on 2021-12-20 10:34 (UTC)
Hi @peippo, thank you for the quick update, much appreciated. I just rebuild 8.0.3-6 after trying with -4), but still get the same _PyGen_Send import error (hence my comment on GitHub). The build/install finishes without issue. PyAv is a dependency for the Stream integration within Home Assistant.
peippo commented on 2021-12-20 10:15 (UTC)
@Broekman: I saw that you just also commented on the GitHub issue - can you try whether the updated PKGBUILD works for you?
peippo commented on 2021-12-20 09:30 (UTC)
@Broekman: thanks for noticing! I’m not actively using PyAV at this very moment, and since it builds fine, I would not have noticed this in a while.
Broekman commented on 2021-12-19 00:48 (UTC) (edited on 2021-12-19 13:18 (UTC) by Broekman)
Won't work with Python >=3.10 (https://github.com/PyAV-Org/PyAV/issues/820).
Proposed solution is building PyAv directly from source (not the sdist) although that's probably not for this specific package: https://pyav.org/docs/stable/overview/installation.html#via-source
peippo commented on 2020-04-09 07:42 (UTC)
@elanglois: Thanks for the hint, added
pkgconf
to the makedepends, v7.0.1-1.elanglois commented on 2020-04-09 04:16 (UTC)
Thanks for the package! This should have a makedepends on
pkgconf
, see https://github.com/mikeboers/PyAV/blob/develop/setup.py#L83peippo commented on 2020-01-21 16:44 (UTC)
Thinking about it, is there any reason to keep the python2 version around at all? (i.e. dropping it as advocated for by TUC) Python2 is EOL, already.
« First ‹ Previous 1 2 3 4 5 Next › Last »