-
OverviewRunning the instructions to build from source causes a hwaccel error when compiling against my own build of FFmpeg:
However, there is no error if I build ffmpeg:
Actual behaviorOutput with error: Reproduction
Versions
GPU: Radeon RX 7600 Additional contextffmpeg was installed using
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You either need to use Ubuntu's pyav library, or both build PyAV and ffmpeg from source. |
Beta Was this translation helpful? Give feedback.
-
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
To verify:
this should provide:
So ... I had been able to run:
Provide this output:
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 PPAs at your own risk. |
Beta Was this translation helpful? Give feedback.
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
To verify:
this should provide:
So ... I had been able to run:
Provide this output:
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 …