Replies: 1 comment
-
You either need to use Ubuntu's pyav library, or both build PyAV and ffmpeg from source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
Running 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 behavior
Output with error:
https://gist.github.com/JoeSchiff/e4e64621a3955ec38411182f3dedcbbc
Reproduction
Versions
GPU: Radeon RX 7600
Additional context
ffmpeg was installed using
sudo apt install ffmpeg
Beta Was this translation helpful? Give feedback.
All reactions