Skip to content
Discussion options

You must be logged in to vote

Got the same problem. Supposed that ffmpeg version 6.1.1 should be incompatible with pyAV 14.1.

Solved it by:

Upgrade to ffmpeg 7

sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg7
sudo apt update
sudo apt install ffmpeg

To verify:

ffmpeg -version

this should provide:

ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers

So ... I had been able to run:

pip install av --no-binary av

Provide this output:

Successfully built av
Installing collected packages: av
Successfully installed av-14.1.0

Important Note:

Updating FFmpeg via a PPA may affect other applications that depend on it. Ensure that this update won't cause compatibility issues with your existing software. Use …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@onkelbeh
Comment options

Answer selected by WyattBlue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1695 on December 27, 2024 23:19.