VLC codecs #184
Answered
by
Matthew444444
Matthew444444
asked this question in
Q&A
VLC codecs
#184
|
I want to know how to install all codecs for vlc..i have some by default but missing ones for VDPAU video decoding, and for x264/5.. |
Answered by
Matthew444444
Mar 2, 2026
Replies: 1 comment 1 reply
|
Hello and welcome. If correct VLC is already compiled with vdpau support. ( that itself is not a codec but GPU acceleration ) I'm not a Nvidia GPU user myself, but perhaps somebody else can help you with this. You could run vlc in verbose mode from a terminal:
That might give some hints on what is wrong. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It gave me good hint, that i am using prebuilt version of vlc without codecs..So i removed that one and installed flatpak version and it pulled me out all the codecs..Thank you man for your time and help..