Initializing... drag & drop files here
Supports: HEVC
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.
| 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 |
| 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 |
.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.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.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 |
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.
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.
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.
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.
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.
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.
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.
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.
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.