Install Hevc Codec For Vlc

sudo pacman -S vlc

Arch includes full patent-unencumbered codecs by default.

Post-installation verification: Open VLC. Go to Tools > Codec Information while playing a video. Look for Codec: hevc (H.265). If you see ffmpeg or libde265 next to it, you are successful.

This is the most common request. On Windows, VLC can technically decode HEVC via software, but 4K HEVC requires hardware acceleration. To get that, you need to install the official Microsoft HEVC extension.

Most users don’t need anything extra. If HEVC video plays without picture (only sound or black screen):

  • Or install K-Lite Codec Pack (Basic)

  • Check VLC’s hardware decoding

  • Note: The Microsoft Store version of VLC (sandboxed) lacks some codecs. Use the desktop version from videolan.org.


    Mac users have a unique advantage and disadvantage. Apple native apps (QuickTime) require a specific HEVC codec, but VLC uses its own.

  • Check the file’s codec details: use MediaInfo or VLC’s Tools → Codec Information to confirm the container, video codec (should show HEVC/H.265), and bitrate/resolution.
  • If the issue is high-resolution (4K/8K) and you lack hardware support, transcoding to a lower resolution or using hardware-accelerated conversion will help.
  • If you cannot use the Microsoft Store (e.g., Windows 7 or LTSC), you must manually install the libde265 plugin. install hevc codec for vlc

    Unlike Windows, the macOS version of VLC is compiled with complete software decoding for HEVC. If a video isn't playing, the issue is likely hardware support.

    Step 1: Update VLC. Old versions of VLC for Mac (pre-3.0) did not support HEVC well. Download VLC 4.0 (nightly) or 3.0.18+ from the official site.

    Step 2: Change Video Output Module. This is the "codec installation" equivalent for Mac.

    Step 3: Install FFmpeg (Advanced). If VLC still fails, the underlying library is broken. sudo pacman -S vlc

    Verdict for Mac: 99% of the time, simply updating VLC and changing the video output fixes the issue. Do not download random "codec packs" for Mac—they are malware traps.

    VLC Media Player is widely celebrated as the "Swiss Army knife" of video playback. It plays almost anything out of the box. However, in recent years, users have encountered a frustrating roadblock: a video file plays audio, but the screen remains black, or VLC stutters and lags heavily. The culprit is almost always the HEVC codec (High Efficiency Video Coding), also known as H.265.

    If you are searching for how to install the HEVC codec for VLC, you have come to the right place. This comprehensive guide will explain what HEVC is, why VLC sometimes struggles with it, and the exact step-by-step methods to fix it on Windows, Mac, and Linux.