Initializing... drag & drop files here
Supports: HEVC
Pull a single frame out of an HEVC (H.265) video and save it as a lossless PNG — every pixel preserved, full alpha support, and sharp enough that text and thin lines stay crisp. PNG is the right output when the frame is a screen recording, a screenshot capture, or computer-generated graphics; for live-action photographic footage where a smaller file matters, use HEVC to JPEG instead.
.hevc (H.265) bitstream — iPhone screen recordings, Android captures, drone footage, surveillance DVR exports, and OBS-encoded HEVC all decode. Batch is supported.2.100 (2 seconds and 100 ms) to grab exactly one still. Switch to Multiple Screenshots to extract a sequence at a chosen capture rate (0.1s up to 10s per frame).| PNG | JPEG | |
|---|---|---|
| Compression | Lossless — pixels preserved exactly | Lossy — discards detail to shrink |
| Sharp text / edges / UI | Stays crisp | Fuzzes at edges |
| Photographic content | Large for little gain | Small, looks fine |
| Transparency (alpha) | Yes (full 8/16-bit alpha) | No |
| Typical 1080p frame size | ~2-4 MB | ~150-500 KB |
| Best for | Screen recordings, screenshots, line art, archival masters | Faces, landscapes, drone footage, evidence stills |
PNG and JPEG are both universally supported in browsers and embed cleanly in any document or slide deck — the choice is purely about lossless-vs-small. (HEVC itself plays natively only in Safari; Chrome, Firefox, and Edge depend on an OS or hardware decoder, which is exactly why extracting a still is more portable than sending the source clip.)
Choose PNG when the frame contains anything with hard edges — UI elements from a screen recording, code, charts, captions, logos, or pixel art. JPEG's lossy compression introduces visible "mosquito noise" around high-contrast edges and text; PNG's lossless compression reproduces every pixel exactly, which is why MDN recommends PNG over JPEG for precise reproduction and for any content that needs transparency. The trade-off is size: a 1080p PNG is typically 2-4 MB versus 150-500 KB for the same frame as JPEG.
Use Specific Frame mode and type the time in seconds with millisecond precision — 12.450 means 12 seconds and 450 milliseconds into the bitstream. This is the mode to use for grabbing the single frame of a goal, a sports release point, the moment before a dashcam incident, or one scene from a 4K drone clip.
HEVC commonly carries 10-bit and HDR content (HDR10, Dolby Vision metadata), especially from iPhones and modern drones, and PNG actually supports 16-bit-per-channel color — more headroom than JPEG's 8-bit ceiling. HDR frames are tone-mapped to standard dynamic range on extraction so they look right on an ordinary display, but PNG preserves more tonal gradation than JPEG would, which makes it the better archival choice for high-bit-depth sources.
Yes. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no watermark, no sign-up, never shared or made public. The real limit on a big upload is your connection speed, not your device. If your source is a .mov container with an HEVC track rather than a raw .hevc stream, use MOV to PNG; to keep the result as motion instead of a still, see HEVC to MP4.
PNGs are big, so a dense sequence adds up fast. 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. At 1 frame per second a 10-minute clip yields 600 PNGs; at 0.1s (10 fps) that becomes 6,000 files and a multi-gigabyte ZIP. Pick the slowest capture rate that still catches the moments you need, and consider JPEG via HEVC to JPEG when the content is photographic and the count is high.