HEVC to TIFF Converter

Convert HEVC files to TIFF 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
File extension
Compression Type
LZW is the standard for TIFF files and offers the best compatibility. While JPEG or WebP compression can create smaller files, they are often not supported by standard image viewers and professional printing software.
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.

Extract a TIF Frame from HEVC: What This Tutorial Covers

A .hevc file is a raw H.265 elementary stream — just the compressed video bitstream, with no container and no audio track — so normal players usually refuse to open it. This guide walks through pulling one exact frame out of that stream and saving it as a TIF: a lossless, archival-grade raster you can take into Photoshop, a print shop, or a codec-QA comparison without re-compressing a single pixel.

How to Convert HEVC to TIF

  1. Upload Your HEVC File: Drag and drop your .hevc file onto the page or click "Add Files". Raw H.265 streams from x265/FFmpeg encoder outputs, surveillance DVR exports, and screen-capture tools all decode on our servers. Batch is supported.
  2. Pick Frame Selection: The default is Specific Frame — type a timestamp into Time (seconds) like 2.100 (2 seconds and 100 ms) to grab exactly one still. Switch to Multiple Screenshots only if you actually want a sequence of separate files.
  3. Set Compression Type, Resolution, and File extension (Optional): Choose a Compression Type (LZW is the lossless default for .tif), pick Preset Resolutions or enter a custom Width × Height, and confirm File extension is set to TIF rather than TIFF.
  4. Convert and Download: Click Convert. The frame renders on our servers and downloads as a single .tif — no sign-up, no watermark.

Walk-through: Picking the Right TIF Settings for a Frame Grab

TIF (Tagged Image File Format) is a lossless raster container, so the frame you pull holds the HEVC bitstream's pixels exactly — no second round of lossy compression on top of what H.265 already encoded. The settings that matter most are the compression type and the bit depth, because they decide how big the file is and what downstream tools accept it:

  • Want the smallest lossless file? Set Compression Type to LZW. LZW is mathematically lossless — the decoded pixels are identical to uncompressed — and shrinks an 8-bit photographic frame by roughly 30–50%. It is read by virtually every TIFF-aware app (Photoshop, Affinity Photo, GIMP, ImageMagick, Preview).
  • Want the safest possible archival master? Set Compression Type to None. Uncompressed TIF is the largest file and the most universally decodable — the right pick for a long-term preservation copy or an unusual downstream pipeline.
  • Working with a high-bit-depth or HDR source? Deflate (ZIP) often beats LZW on 16-bit data. HEVC frequently carries 10-bit content; for 16-bit TIF output, ZIP compression usually packs that data tighter than LZW, which can expand high-bit-depth images.
  • Need a single exact moment? Stay on Specific Frame. Type the timestamp in seconds with millisecond precision (12.450 = 12 s 450 ms). This is the mode for a golden-frame reference, an evidence still, or one scene from a clip.

Because a .hevc source is video-only, there is no audio to lose here — a still image never carries sound anyway, so the no-audio nature of the raw stream is irrelevant for a frame grab. For a lossless-but-web-friendly alternative, HEVC to PNG keeps sharp UI text crisp; for small shareable photographic stills, HEVC to JPEG is far smaller.

TIF as a Frame-Grab Target vs PNG and JPEG

Property TIF PNG JPEG
Compression Lossless (None / LZW / ZIP / PackBits) Lossless (DEFLATE) Lossy (DCT)
Bit depth per channel 1, 8, 16, 32 8 or 16 8 only
Color models RGB, CMYK, grayscale, multi-channel RGB / grayscale + alpha YCbCr (RGB on export)
Embedded metadata Extensive (EXIF, IPTC, XMP, ICC) Limited EXIF
Print / archival standard Yes — used by libraries and museums Acceptable, web-oriented No
Browser preview No — download to view Yes, universal Yes, universal
Best for Print, archive, codec QA, scientific, forensic Web/UI graphics, alpha Sharing, small photographic stills

Common Errors and How to Fix Them

  • "My player / browser won't open the .hevc file at all" — That is expected. A raw .hevc stream has no container, so most players reject it; extraction decodes the bitstream directly on our servers, independently of any player. To make the stream itself playable, wrap it first with HEVC to MP4.
  • "The TIF is enormous compared to the source video" — Normal. An H.265 stream stores a few keyframes plus motion data; most frames never exist as full pixel grids until you extract them. A single 4K frame is roughly 25–35 MB uncompressed, or about 10–18 MB with LZW. Switch Compression Type to LZW, or output a lower resolution, if size is a problem.
  • "I expected all the frames inside one TIF and only got one image" — Specific Frame extracts exactly one still by design. If you want several frames, use Multiple Screenshots, which writes them as separate .tif files (one image per file), not as a single multi-page TIFF.
  • "The extracted frame looks softer or smaller than the video seemed" — The frame comes out at the bitstream's true encoded resolution, not the upscaled size a player may have shown. Use the resolution presets or Width × Height to upscale, but interpolation cannot add detail the codec never captured.
  • "Conversion failed or the file was rejected" — A truncated or partially-written .hevc capture may lack a valid stream header. Re-export the file from the encoder or recorder and try again.

When This Doesn't Work

This tool expects a genuine raw H.265 elementary stream. If your file is actually an MP4 or MOV with an HEVC track that was renamed to .hevc, it already has a container — extract from the original instead. If you need to preserve true HDR dynamic range in 16-bit linear TIF, that is a desktop-tool job (DaVinci Resolve, or FFmpeg with -pix_fmt rgb48le); HDR frames here are tone-mapped to standard dynamic range so they look right on an ordinary display. And a corrupt or DRM-protected stream cannot be decoded by any tool until the underlying file is repaired or the protection removed at the source.

Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.

Frequently Asked Questions

How do I extract one exact frame from a .hevc file at a specific timestamp?

Use Specific Frame mode and type the time into Time (seconds) with millisecond precision — 12.450 means 12 seconds and 450 milliseconds into the bitstream. The output is a single .tif at the resolution you choose. This is the mode for grabbing a golden reference frame from a codec test stream, one scene from a clip, or a precise still for archival.

Should I pick uncompressed TIF or LZW for an extracted frame?

LZW is lossless — its decoded pixels are mathematically identical to uncompressed — and for an 8-bit photographic frame it typically shrinks the file by 30–50% while staying readable in essentially every TIFF app (Photoshop, Affinity, GIMP, ImageMagick, Preview). Pick None (uncompressed) only for the absolute safest long-term archival master, or if an unusual downstream tool struggles with compressed TIF. For 16-bit sources, try ZIP (Deflate), which usually packs high-bit-depth data tighter than LZW.

Will a 10-bit or HDR HEVC source keep its color in TIF?

TIF is one of the few common raster formats that natively carries 16-bit-per-channel data, so it has the headroom to hold a 10-bit HEVC source far better than an 8-bit format like JPEG. On extraction here, HDR (HDR10 / Dolby Vision) frames are tone-mapped to standard dynamic range so they display correctly on an ordinary monitor — they are not stored as full HDR. For a true 16-bit linear HDR archive, export with a desktop tool such as DaVinci Resolve or FFmpeg's rgb48le pixel format instead.

Why is TIF preferred over PNG or JPEG for archiving a video frame?

National libraries, museums, and standards bodies standardized on TIFF because its specification is open and mature — Adobe's TIFF 6.0 dates to June 1992 and is still the active version — and it supports lossless compression, rich metadata, and 8/16/32-bit channels including CMYK for print. 1 PNG is also lossless but is web/RGB-oriented and lacks CMYK and TIFF's tag ecosystem; JPEG is lossy and unsuitable for a master. For a frame destined for print, color analysis, or evidence, TIF preserves the most.

Is there any difference between the TIF and TIFF output?

No — .tif and .tiff are the same Tagged Image File Format with two spellings of the extension; the three-letter .tif survives from older 8.3 filename limits, and the four-letter .tiff is identical byte-for-byte. This page outputs .tif; if you specifically need the .tiff extension, use HEVC to TIFF. Either way you can change the File extension option to match what your downstream tool expects.

In your testing, how big is a frame pulled from a 4K HEVC stream?

In our testing, a single 2160p frame extracted from a 4K H.265 stream landed around 25–35 MB as uncompressed TIF and roughly 10–18 MB once Compression Type was set to LZW, with the LZW and uncompressed pixels identical under comparison. Because every extracted frame becomes a full raster, pull only the timestamps you actually need rather than running Multiple Screenshots across a long clip.

What is the .hevc file extension, exactly?

It is a raw H.265 video bitstream — MPEG-H Part 2 — with no container wrapped around it. HEVC was standardized as ITU-T H.265 (and ISO/IEC 23008-2) in 2013 and delivers roughly 25–50% better compression than H.264 at the same quality. The bare .hevc form is what encoders and test pipelines emit before the video is muxed into a container like MP4 or MKV, which is why pulling a still out of it is more portable than trying to play the stream directly. 2

Rate HEVC to TIFF Converter Tool

Rating: 4.8 / 5 - 115 reviews