VLC does not support the audio or video format "hevc" [duplicate]

I'm trying to run an .mkv video, I even installed the codecs from this page: How to install all existing media codecs?

But still keep getting this error on VLC player:

No suitable decoder module: VLC does not support the audio or video format "hevc". Unfortunately there is no way for you to fix this.

It plays only the audio.

Help please?


Solution 1:

There is a VLC plugin available for HEVC playaback. To play H.265/HEVC videos with VLC player in Ubuntu OS we need to install vlc-plugin-libde265 module.

Use following commands to install vlc-plugin-libde265

sudo add-apt-repository ppa:strukturag/libde265

sudo apt-get update

sudo apt-get install vlc-plugin-libde265

Details can be found here: GStreamer plugin for 4K H.265/HEVC video streaming

more info on numerous distros can be found HERE