Package Details: python-av 15.0.0-1

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)

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#L83

peippo 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.