HEVC to PNG Converter

Convert HEVC files to PNG format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: HEVC

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image Compression
Quality preset
Higher quality settings preserve more detail but result in larger files. Lower settings reduce file size by increasing compression.
Image resolution
Colors
Compression level
Compression level
Compression speed
Compression speed
Frame Selection
Time (seconds)
Capture a single frame at the specified time. For example, 2.100 means 2 seconds and 100 milliseconds into the video.

HEVC to PNG: Extract a Frame as a Lossless Still

A .hevc file is a raw H.265 video stream — bare encoded frames with no audio and no container wrapper. Converting one to PNG does not transcode video; it extracts a single frame (or a sequence of stills) and saves each as a lossless PNG, so every pixel of the chosen frame is preserved exactly. That makes PNG the right target for screen recordings, captured UI, charts, or any frame with sharp text and edges. For photographic footage where file size matters more than pixel-exact edges, HEVC to JPEG produces a much smaller still.

HEVC (H.265) Format at a Glance

Property Value
Standard ITU-T H.265 / ISO/IEC 23008-2 (approved 2013)
Type Lossy, block-based video codec
Container None — .hevc / .h265 / .265 is a raw elementary bitstream (Annex B)
Audio None in a bare stream — audio lives in a container (MOV/MP4), if any
Color / bit depth Commonly 8-bit or 10-bit; HDR10 and Dolby Vision use 10-bit
Efficiency Roughly half the bitrate of H.264 (AVC) at similar quality
Native browser playback Safari 11+; Chrome 107+ and Edge only with an OS/hardware decoder; Firefox limited (caniuse)
Best for Storing high-resolution or HDR footage efficiently

PNG Format at a Glance

Property Value
Standard RFC 2083 (1996); ISO/IEC 15948:2004; W3C Recommendation
Type Lossless, single-image raster format
Compression DEFLATE — lossless, no generation loss on re-save
Bit depth 1 to 16 bits per channel
Transparency Full alpha channel — but an extracted video frame has none to store
Color modes Truecolor, grayscale, or indexed palette
Native browser support Universal — every major browser since the 1990s
Best for Screenshots, UI, line art, text, diagrams, archival stills

How to Convert HEVC to PNG

  1. Upload Your HEVC File: Drag and drop or click "Add Files" to add a .hevc (H.265) bitstream — iPhone and Android screen recordings, drone footage, OBS captures, and DVR exports all decode. You can queue several files and extract from all of them in one batch.
  2. Choose Frame Selection: The default is Specific Frame, which grabs the first frame; type a value under Time (seconds) like 2.100 (2 s 100 ms) to pull one exact still. Switch to Multiple Screenshots and set a Capture Rate — from one frame every 0.1 s up to one every 10 s — to extract a sequence.
  3. Set Resolution or Reduce Colors (Optional): Keep the original size, pick a Preset Resolution (144p up to 4320p / 8K), or scale by percentage. PNG is lossless, so the frame keeps every pixel of detail; to shrink a flat screen-recording still, switch Colors to "By Color Reduction + Dither" to trim the palette.
  4. Convert and Download: Click Convert. Frames are uploaded over an encrypted connection, processed on our servers, and returned as individual PNGs or a single ZIP — no sign-up, no watermark.

Is Your File a Bare .hevc Stream or a Container?

A true .hevc file is a bare H.265 elementary stream — picture only, which is all this frame extractor needs. But most recordings people call "HEVC" are actually H.265 video wrapped in a container. If the uploader rejects your file, it is almost certainly a container, so use the matching page below.

Your file What it actually is Right tool
A bare .hevc / .h265 / .265 Raw H.265 elementary stream (picture only) This page — HEVC to PNG
An iPhone recording (.mov) HEVC video + AAC audio in a MOV container MOV to PNG
A phone, camera, or download .mp4 HEVC (or H.264) video in an MP4 container MP4 to PNG
You want motion, not a still — (no frame extraction) HEVC to MP4

Frequently Asked Questions

Why choose PNG over JPEG for an extracted HEVC frame?

PNG uses lossless compression, so it reproduces every pixel of the chosen frame exactly — no "mosquito noise" around text, UI elements, captions, or hard edges the way JPEG's lossy compression adds. Pick PNG when the frame is a screen recording, code, a chart, a logo, or pixel art. The trade-off is size: a 1080p PNG is typically a few megabytes versus a few hundred kilobytes for the same frame as JPEG. For faces, landscapes, or drone footage, JPEG's smaller file is usually the better call.

Does the extracted PNG keep transparency from the video?

No — and there is nothing to keep. Video frames are fully opaque; an HEVC stream carries no alpha channel, so every extracted pixel is solid. PNG the format can store transparency, but a frame pulled from video simply has none, so the result is a normal opaque image. The real reason to use PNG here is lossless reproduction of sharp edges, not transparency.

How do I capture one exact frame at a specific timestamp?

Use Specific Frame mode and type the time in seconds with millisecond precision under Time (seconds)12.450 means 12 seconds and 450 milliseconds into the stream. This is the mode for grabbing the single frame of a goal, a sports release point, the moment before a dashcam incident, or one scene from a 4K clip. Leaving the value at 0 extracts the very first frame.

What's the difference between .hevc, .h265, and .265 files?

All three are the same thing: a raw H.265 (HEVC) video elementary stream with no container. The extension varies by encoder — FFmpeg and x265 often write .hevc or .265, while some tools use .h265 — but the bytes are an Annex B bitstream in every case, and this page reads all three identically.

My .hevc file won't upload — what's wrong?

It is almost certainly not a bare stream. Most recordings store H.265 video inside a container: an iPhone clip is a .mov, and phone, camera, and download videos are usually .mp4. A true bare .hevc elementary stream is comparatively rare. If the uploader rejects your file, convert the container directly with MOV to PNG or MP4 to PNG — they extract the same H.265 frame and produce an identical PNG.

Will a 10-bit or HDR HEVC frame keep its color in the PNG?

HEVC commonly carries 10-bit and HDR content (HDR10, Dolby Vision), especially from iPhones and modern drones. On extraction no tone-mapping is applied — the frame gets a plain colour conversion and the PNG is saved as a standard 8-bit image — so an HDR frame can look flat or washed out compared with what an HDR-aware player shows. SDR sources extract with accurate, artifact-free color; for a faithful SDR still from HDR footage, tone-map the clip in a desktop tool first and extract from that.

How large will a single PNG frame or a full sequence be?

PNGs are big because they are lossless. In our testing, a 1080p screen-recording frame exported around 1.2 MB as PNG (flat UI colors compress well), while a detailed 1080p photographic frame ran closer to 3–4 MB. Multiple Screenshots multiply that fast: at one frame per second a 10-minute clip yields 600 PNGs, and at one every 0.1 s that becomes 6,000 files and a multi-gigabyte ZIP. Pick the slowest capture rate that still catches the moments you need, and use JPEG for photographic content in large quantities.

Does extracting to PNG reduce quality compared with the source?

No. PNG is lossless, so the extraction step itself adds no compression artifacts — the PNG holds exactly the pixels the decoder produced for that frame. The only "quality" already baked in is whatever HEVC's lossy encoding kept when the video was recorded; PNG neither improves nor further degrades it. If you scale the resolution down in step 3, that is the one place detail is intentionally reduced.

Is it safe to upload my HEVC file to your servers?

Yes. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. The practical limit on a large .hevc source is upload size and time, not your device. To trim a long clip down before extracting a sequence, use Trim HEVC first.

Rate HEVC to PNG Converter Tool

Rating: 4.8 / 5 - 45 reviews