Install Hevc Codec For Mkv Video On Linux Mint Link Jun 2026
ffmpeg -i input.mkv -c:v libx264 -crf 23 -c:a aac output.mp4
In this case, the "link" you need is the VA-API driver for your specific graphics card. install hevc codec for mkv video on linux mint link
sudo apt update && sudo apt upgrade -y
Enter your password when prompted and confirm the installation. Alternative: GUI Method ffmpeg -i input
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 install hevc codec for mkv video on linux mint link
