What Is HEVC (H.265)?
A practical explanation of HEVC or H.265, the difference between codec and container, and why browser playback can fail.
Last updated: 2026-07-24
HEVC in one sentence
HEVC stands for High Efficiency Video Coding. It is the same video compression standard commonly called H.265. When people say an HEVC video, they usually mean a video stream encoded with the HEVC or H.265 codec.
Codec is not the same as container
This distinction matters because many playback failures are caused by confusion at this layer.
- A codec describes how the video or audio stream is encoded.
- A container describes how one or more streams are packaged into a file.
For example:
.mp4,.mov, and.mkvare containers.- HEVC or H.265 is a video codec.
- AAC, Opus, AC-3, and E-AC-3 are audio codecs.
That means an .mp4 file does not automatically tell you whether the video is HEVC, and a file that contains HEVC video can still fail if its audio track or metadata is not supported.
Why HEVC is widely used
HEVC is popular because it can store higher quality video at lower bitrates than older formats in many practical workflows. It is common in:
- Phone footage, including many iPhone recordings.
- 4K and high-resolution camera files.
- Screen or surveillance workflows where storage efficiency matters.
- Media libraries where smaller file size is important.
Why HEVC files are harder to open in browsers
Browser support is more complicated than support in a desktop player. The result depends on several layers working together:
- The browser media engine.
- The operating system media stack.
- The exact file container.
- The video profile and bit depth.
- The audio codec.
- Hardware acceleration and driver state.
As a result, two HEVC files can behave differently in the same browser on the same computer.
Common HEVC file examples
You may encounter HEVC content inside:
.mp4.mov.mkv- raw
.hevcor.h265streams
Raw streams are less convenient for browsers than MP4 or MOV because the browser has less container metadata to work with.
HEVC is not HEIC
HEVC is mainly discussed as a video codec. HEIC or HEIF are image-oriented container formats that may use related compression technology, but they are not the same problem as opening an HEVC video file.
What this means for OpenHEVCVideo
The correct product behavior is:
- inspect the selected file,
- attempt real playback in the current browser,
- prefer native playback when it works,
- fall back to a browser-side compatibility path when native playback is unavailable.
If you want the Windows-specific interpretation of that logic, go to HEVC Player for Windows. If you want the current MVP support boundary, go to HEVC Compatibility. To test a file directly, return to the homepage.