Install Hevc Codec For Mkv Video On Linux Mint Link May 2026

Open your terminal () and run the following commands one by one:

Let us know in the comments if this guide helped you! install hevc codec for mkv video on linux mint link

To play HEVC (H.265) video content within an MKV container on Linux Mint, you can install the essential multimedia codecs via the terminal or the system menu. Quick Installation Method Open your terminal () and run the following

(High Efficiency Video Coding), also known as H.265 , is a modern video compression standard commonly used in MKV (Matroska) containers. It offers roughly 50% better compression than H.264 at the same quality. However, due to patent and licensing issues, Linux Mint (and most Linux distributions) does not include HEVC support out of the box. It offers roughly 50% better compression than H

If you specifically need HEVC support for players like Totem (the default GNOME player), you can install the For GStreamer applications: sudo apt install gstreamer1.0-libde265 Use code with caution. Copied to clipboard For VLC specifically (if needed): sudo apt install vlc-plugin-libde265 Use code with caution. Copied to clipboard

sudo apt-get update

Similarly, you can open your MKV file with MPV by right-clicking on the file, selecting Open with , and then choosing mpv .