Package Details: python-av 13.1.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: 2
Popularity: 0.000000
First Submitted: 2019-07-04 11:24 (UTC)
Last Updated: 2024-10-07 11:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

peippo commented on 2022-03-08 12:21 (UTC) (edited on 2023-03-18 18:00 (UTC) by peippo)

Currently, this builds against ffmpeg4.4. I’m watching the issue upstream and will update the PKGBUILD as soon as it is resolved

ruestique commented on 2022-02-20 16:38 (UTC)

for those who can't build that crap - add 'arch4edu' repo (you'll find wiki on gh) and install binary from it

it's trusty repo, mainly used for CV stuff, amd hip for launching cuda code etc..

peippo commented on 2022-02-19 17:15 (UTC)

Builds fine against ffmpeg4.4, but import av fails when a current ffmpeg is installed. Seems like library paths are somehow not retained, and newer ffmpeg .sos are loaded, with symbols missing.

Give me few days to sort this out :)

peippo commented on 2022-02-19 11:09 (UTC)

I completed missed that! Thanks, @JDAturbo & @showgood163!

I'm just building and testing with ffmpeg4.4, will upload a new PKGBUILD later today.

showgood163 commented on 2022-02-19 02:03 (UTC) (edited on 2022-02-19 02:06 (UTC) by showgood163)

Hi there! For now, PyAV is not compatible with ffmpeg 5.x, see https://github.com/PyAV-Org/PyAV/issues/817. At least we need a guide on how to switch PyAV to use ffmpeg4.4.

peippo commented on 2022-02-18 19:58 (UTC)

For what would you need ffmpeg4.4 support?

I think that's rather the special case (an already more or less deprecated version), and you could just edit the PKGBUILD before building?

But of course, if you have a good argument, please bring it forward!

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.