.H265

H265 File

Raw H.265 / HEVC Video Elementary Stream
Ask a question
QUICK ANSWER

An .h265 file is a raw H.265/HEVC video elementary stream - pure compressed video with no container, no audio, and no timing metadata. VLC plays it directly. To make it work in any player, remux it to MP4 with ffmpeg: ffmpeg -i in.h265 -c copy out.mp4 - no quality loss, takes seconds.

Developer: ITU-T VCEG / ISO-IEC MPEG (Joint Collaborative Team on Video Coding - JCT-VC) Category: Video Files Open standard MIME: video/h265
OPENS ON Windows macOS Linux
Related: .DAV · .MKV · .MP4 · .H264

On this page

19k+ extensions indexed
Last reviewed Aug 18, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the H265 file format?

Videos encoded in the H.265 compression standard - High Efficiency Video Coding, or HEVC - may be saved as .h265 files. The HEVC format was developed in 2013 as a successor to H.264 and offers support for 8K resolutions and substantially better compression ratios. The format was developed by the Joint Collaborative Team on Video Coding (JCT-VC), a joint body of ITU-T VCEG and ISO/IEC MPEG. Several revisions to the standard have been published since, with H.265 v7 released in 2021. H.265-encoded video is most commonly stored in container formats such as .MP4 or .MKV rather than as raw .h265 elementary stream files.

H.265 performance and parameters. H.265 offers up to 50% better compression performance than its predecessor H.264, meaning the same video data at similar image quality takes roughly half the disk space. The standard supports resolutions up to 8192×4320 pixels (8K UHD) at level 6.2, with 8-bit (Main profile) and 10-bit (Main 10 profile) colour depth options. The HEIF (High Efficiency Image Format) still-image standard is also based on the H.265 codec.

Usage of .h265 files. The .h265 file format is a raw elementary stream with no audio, no timing metadata, and no container index, so relatively few players support it natively. VLC Media Player and KMPlayer handle .h265 files directly; ffmpeg can losslessly remux them into .mp4 or .mkv for broader compatibility. Windows 10 and Windows 11 require the HEVC Video Extensions codec to decode H.265 natively in Windows applications. HEVC encoding remains widely used for streaming, videoconferencing, and high-resolution video distribution.

Security & safety

RISK: LOW

A raw HEVC stream is inert video data, not executable. Safe to play and remux. Crafted malicious bitstreams have occasionally exploited decoder bugs - keep VLC and ffmpeg updated. For surveillance/evidence footage, remux with -c copy (lossless) to preserve original frames.

Format details

in a nutshell
FULL NAMERaw H.265 / HEVC Video Elementary Streamaka HEVC raw stream, H.265 Annex B stream
DEVELOPERITU-T VCEG / ISO-IEC MPEG (Joint Collaborative Team on Video Coding - JCT-VC)since H.265/HEVC standard published April 2013 (ITU-T Rec. H.265 / ISO/IEC 23008-2)
CATEGORYVideo Files
MIME TYPEvideo/h265
TYPERaw H.265/HEVC elementary stream (no container, no audio, no timing metadata)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
00000001
ASCII
····
Annex B bitstream: NAL units delimited by start code prefix 00 00 00 01 (or 3-byte 00 00 01). Identical start code as H.264 raw streams. First NAL is typically a VPS (Video Parameter Set, NAL type 32) or SPS. There is no container-level magic identifying this as H.265 vs H.264 - the codec must be detected from NAL unit type values.

Programs that open H265 files

Windows3 apps
VLC media player Open-source Drag the .h265 file onto VLC; it includes its own HEVC decoder. If needed, set Preferences → Input/Codecs → Demuxers → 'H265 video demuxer'.
KMPlayer Free Open the file directly; KMPlayer includes HEVC hardware/software decoding.
FFmpeg Open-source Remux losslessly to MP4: 'ffmpeg -i in.h265 -c copy out.mp4'. Add '-r 25' or '-framerate 25' if speed is wrong.
macOS3 apps
VLC media player Open-source Open the raw .h265 stream in VLC; for sharing remux to MP4 with ffmpeg.
FFmpeg Open-source 'ffmpeg -i in.h265 -c copy out.mp4' (install via Homebrew: brew install ffmpeg).
Elmedia Player Freemium Open .h265 file directly; supports HEVC decoding with hardware acceleration on Apple Silicon.
Linux2 apps
VLC media player Open-source vlc in.h265 - plays the raw HEVC stream. Remux to MP4 with ffmpeg for broad compatibility.
FFmpeg Open-source 'ffmpeg -i in.h265 -c copy out.mp4' - standard remux on Linux.

Technical details

deep spec
EncodingBinary
Byte orderBig-endian (NAL unit fields per HEVC spec)
ContainerNone - raw Annex B elementary stream
Magic bytes0x00 0x00 0x00 0x01 - Annex B NAL unit start code
CompressionH.265/HEVC - approximately 50% better efficiency than H.264 at equivalent quality
Typical file size5 MB - 10 GB
Colour depth8-bit (Main profile), 10-bit (Main 10 profile); up to 12-bit in extensions
Maximum resolution8192×4320 pixels (8K UHD) at level 6.2
AudioNone - video-only elementary stream
MIME typevideo/h265 (also video/hevc)
Key NAL unit typesVPS (type 32), SPS (33), PPS (34), IDR slice, inter-coded slices
Codec profilesMain, Main 10, Main Still Picture; levels up to 6.2
ReleasedH.265/HEVC standard published April 2013 (ITU-T Rec. H.265 / ISO/IEC 23008-2)
Latest versionH.265 v7 (2021)
Open standardYes · royalty-free
Specificationwww.itu.int

H265 conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with H265 files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about H265 files.

Frequently asked questions

How do I play an .h265 file?
Use VLC media player - it has a built-in HEVC decoder and plays raw .h265 streams directly. Windows Media Player and many other players require installing the 'HEVC Video Extensions' codec first.
How do I convert .h265 to MP4?
Remux (no quality loss): 'ffmpeg -i input.h265 -c copy output.mp4'. If playback speed is wrong, add '-framerate 25' before -i.
What is the difference between H.265 and H.264?
H.265/HEVC achieves ~50% better compression than H.264/AVC at the same quality - 4K HDR typically uses H.265. The raw elementary stream format (.h265 vs .h264) is structurally similar but uses different NAL unit types.
Why won't my .h265 file play in Windows Media Player?
Windows requires the 'HEVC Video Extensions' codec for H.265. Install it free from your device manufacturer, or use VLC which includes its own HEVC decoder.
Why is there no audio in my .h265 file?
A raw H.265 elementary stream contains video only - no audio track. Audio is stored separately in the container (MP4/MKV). Remux to MP4 first, then add an audio track if you have one.
Is .h265 the same as HEVC?
Yes - H.265 and HEVC (High Efficiency Video Coding) are the same standard (ITU-T H.265 / ISO/IEC 23008-2). The .h265 file extension denotes the raw elementary stream of this codec.

References

1ITU-T H.265 - High efficiency video codingwww.itu.int
2Microsoft - H.265/HEVC Video Decoder (Windows)learn.microsoft.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.EXEWindows Executable (Portable Executable)

Related extensions

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z