Debian/NVIDIA: how do I build with hardware-accelerated AV1 decoding? #17146
Unanswered
linguisticmind
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I build mpv by using mpv-build, hardware-accelerated AV1 decoding doesn't work. I get the following errors when trying to play an AV1-encoded video:
mpv installed from Debian repositories doesn't have this problem. The video plays normally.
How do I compile with hardware acceleration enabled?
I compared the lists of enabled features between the compiled and Debian versions by running
mpv --log-file=log.txt:I guessed that
cuda-hwaccel cuda-interopis what I needed to enable and tried to set them inmpv_options:I got the following error when trying to build:
I tried searching
ffnvcodecon apt, but didn't find anything. Tried installingnvidia-cuda-dev, but that didn't work.What packages do I need to install and what build options do I need to set to make this work? Any help would be greatly appreciated.
System information:
Beta Was this translation helpful? Give feedback.
All reactions