Convert MP4 to TIFF

Converting MP4 to TIFF takes a single frame out of a video and writes it as an uncompressed TIFF at the video’s full resolution — the format print and archive workflows ask for. Type the timestamp you want; leave it at zero and you get the first frame.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The TIFF holds exactly what the MP4 held.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing One frame, at full resolution. A still from compressed video carries that compression — a fast-moving moment looks softer than a static one, which is the video’s own encoding rather than anything this conversion does.

Up to 100 files at once. Mixed formats are fine.

One frame out of the MP4, chosen by its timestamp

The control asks for seconds from the start, and what you get is the frame being displayed at that moment — precisely, the last frame whose own start time falls at or before the number you typed. At 0 that is the first frame of the video, which is the default and is usually not the frame anybody wants.

Timestamps rather than frame numbers, because people know a moment is about eight seconds in and nobody knows they want frame 197. It also sidesteps the frame rate, which on real material is 25, 30, 29.97 or something a phone decided during a slow-motion segment.

The size of the TIFF, worked out exactly

The file is uncompressed and carries four channels of eight bits, so the picture data is exactly the pixel count times four bytes with a small header in front of it. A 1920 by 1080 frame is 8.3 MB. A 3840 by 2160 frame is 33.2 MB. A 1280 by 720 frame is 3.7 MB.

None of those figures depends on the video’s bitrate, its length or its file size. A 40 MB clip and a 4 GB clip of the same resolution produce identically sized TIFFs, because what is being written is the decoded frame rather than anything the codec did to it.

Uncompressed baseline, and why that is the right TIFF to send

TIFF is a container with a long history of variants, and readers agree on less of it than the format’s reputation suggests. LZW is patent-free and universally read; Deflate is not universally read; JPEG-in-TIFF is a different image inside a TIFF wrapper and defeats the point of asking for TIFF at all.

Plain uncompressed baseline is the one thing every reader accepts, and the destinations that specify TIFF — a press, a scanner’s own software, an archive with a written policy — are exactly the ones where an unreadable file is the worst possible outcome. The cost is size, and it is paid deliberately. Compressing to LZW afterwards is one step in ImageMagick or Photoshop, and it is a decision you are in a position to make and this converter is not.

What TIFF cannot put back into a video frame

A lossless format preserves what it is given and adds nothing. The frame it is given came out of a video codec, which stored eight bits per channel, kept colour at a fraction of the resolution of brightness, and discarded fine detail wherever motion made it cheap to do so.

So the TIFF is an exact record of a frame that was already compressed. It is not a raw capture, it does not have the latitude of a photograph, and pushing it hard in a grade will show that quickly. The honest way to think about it is that TIFF stops any further damage — it does not undo the damage that arrived with the file.

Colour: RGB, no profile, and what prepress has to do about it

The output is RGB with no ICC profile attached, because the frame is read out of the decoder as plain pixels and nothing on the way describes what those numbers mean. Video colour is conventionally Rec. 709 for HD material, and an editor opening the file will assume whatever its default is.

For a press, both facts need handling by somebody with the press profile: assign the source space, convert to CMYK, and check the result rather than trusting an automatic conversion. That is normal for supplied stills and it is the right place for the decision — a converter guessing at a CMYK profile would produce a file that looked plausible and printed wrong.

The frame arrives with no metadata at all

No EXIF, no capture date, no camera, no copyright field, no caption. The pixels come off a decoder and everything the video knew about itself stays in the video. That is a clean starting point and it is also a gap if the receiving archive requires those fields.

Write them afterwards in an image editor or a metadata tool, and take the timestamp from the video while you still have it open. A still labelled with the moment it came from is far more useful in an archive two years later than one labelled with the file name of the clip.

Choosing a frame that will survive being printed large

Motion is the enemy. A frame taken during a fast pan or a quick gesture carries motion blur that was invisible at 25 frames a second and is glaring at A4, and video encoders also spend fewer bits on frames where everything is moving. A still moment gets both a sharper capture and a better encode.

So it is worth stepping through several timestamps a tenth of a second apart and comparing, rather than taking the first frame that shows the right thing. The difference between two adjacent frames of the same action is frequently the difference between usable in print and not.

Resolution comes from the video, and cannot be increased

The still is written at the video’s own pixel dimensions, with no downscaling — one frame of 4K is a large photograph rather than a hundred of them, and somebody extracting a still usually wants every pixel that was there.

What that gives you at 300 dpi is the honest ceiling: a 1920 by 1080 frame is about 163 by 91 millimetres, and a 3840 by 2160 frame about twice that in each direction. Anything larger means printing at a lower resolution and deciding whether the material can take it. No file format and no conversion adds pixels that the camera did not record.

A 33 MB still built without the video going anywhere

The decode and the encode both happen inside the browser tab, so the video is never uploaded and neither is the TIFF ever downloaded from anywhere — it is assembled in memory on your machine and saved from there.

That is a practical point as much as a privacy one on this pair. Sending a multi-gigabyte source file to a server so that it can send back a single frame is an absurd ratio of network to result, and the material stills get taken from — unreleased footage, evidence, medical and broadcast recordings — is frequently the sort that is not supposed to travel.

How to save a TIFF still from an MP4

  1. Drop the MP4 onto this page and type the timestamp you want, in seconds.
  2. Compare two or three nearby moments — a still frame prints far better than a moving one.
  3. Download the TIFF, then assign a colour profile and any required metadata in your editor.

MP4 and TIFF: a compressed stream against an uncompressed page

MP4 compared with TIFF
MP4TIFF
Full nameMPEG-4 VideoTagged Image File Format
File extension.mp4.tif, .tiff
Media typevideo/mp4image/tiff
CompressionLossy — file size is bought with qualityLossless — nothing is discarded
First published20011986
Published byMPEGAdobe
SpecificationISO/IEC 14496-14TIFF 6.0
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Bit depth32
Colour it can describeRGB, CMYK, greyscale, Lab
Opens in a browserEvery browserSome browsers
Considered insteadWebM, MKV, MOVPNG, PDF, DNG

What is lost

TIFF has nowhere to put the document properties, so that goes no further than the MP4. Worth checking before the original is deleted, and worth knowing if the point was to strip it.

What the target format adds

TIFF is a working format and MP4 is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

Opening the result

Only some browsers read TIFF. It is the less portable of the two, so it is worth being sure the program at the other end accepts it before sending one.

The usual programs do not overlap: MP4 opens in VLC, HandBrake and Adobe Premiere Pro, TIFF in Adobe Photoshop, Affinity Photo and ImageMagick — so whoever receives the result needs something from the second list.

What each format is for

The two are aimed at different work: MP4 at handing a finished file over, the web and phones, TIFF at print, scanning and archiving. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

MP4 is MPEG's format, published in 2001. The specification is ISO/IEC 14496-14, and it is worth reading if the file has to outlive the tool that wrote it.

TIFF comes from Adobe and dates from 1986, specified as TIFF 6.0. Adobe Photoshop, Affinity Photo and ImageMagick all read it.

TIFF was published in 1986 and MP4 in 2001. The older one is generally the safer file to hand to somebody; the newer one usually does the job in fewer bytes.

MP4 to TIFF: size, colour and what print workflows need

Are my MP4 files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is mediabunny, a wrapper around WebCodecs, which borrows your device's own hardware decoders; your browser fetches it once and caches it.

Which frame do I get?

The frame being shown at the timestamp you type: the last frame whose own start time is at or before that moment. Leave the box at 0 and you get the first frame of the video. It is one frame — this is not a sequence exporter.

Why is the TIFF so large?

Because it is written uncompressed, with four channels of eight bits per pixel. The payload is exactly width times height times four bytes, so a 1920 by 1080 frame is 8.3 MB and a 3840 by 2160 frame is 33.2 MB, whatever the video’s own bitrate was.

Is the TIFF better quality than a JPG of the same frame?

It is exact rather than better. The TIFF stores the decoded frame without adding any further loss, while a JPG adds a small amount of its own. Neither recovers anything the video codec discarded, and on a frame from compressed video that is the larger effect by far.

Is it CMYK, and does it carry a colour profile?

Neither. The file is RGB with no ICC profile attached, because the frame is read out of the decoder as plain pixels. A prepress workflow will need to assign a profile and convert to CMYK itself, which is normal for supplied stills and better done by the people with the press profile.

Will the TIFF hold EXIF or a capture date?

No. There is no metadata of any kind in the output — no date, no camera, no copyright field. If the archive requires those, they have to be written afterwards in an image editor or a metadata tool.

What compression does the TIFF use?

None. Uncompressed baseline is the one variant every TIFF reader accepts, and for a destination that specified TIFF because unreadable files are unacceptable, that is the right trade. Compressing it afterwards with LZW in ImageMagick or Photoshop is a one-step job you are better placed to decide on.

More about these formats

Where these figures come from

The claims this page makes about MP4 and TIFF are checkable, and these are the documents that settle them.

  • TIFF, Revision 6.0

    Library of Congress, Sustainability of Digital Formats — TIFF’s tag structure and its many compression options