MJPEG to TIFF Converter

Convert MJPEG files to TIFF format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: MJPEG

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 an MJPEG Frame as TIFF: What This Tutorial Covers

This tool pulls a single still frame out of a Motion JPEG (MJPEG) stream and writes it as a TIFF — a lossless raster format built for archiving, print, and precision editing rather than the web. This walk-through is for anyone holding raw footage from an IP camera, webcam, or capture card who needs one evidence-stable frame, and the steps below cover the one setting people get wrong: the TIFF Compression Type that ships defaulted to lossy JPEG.

How to Convert MJPEG to TIFF

  1. Upload Your MJPEG File: Drag and drop your .mjpeg file onto the page, or click "+ Add Files" to browse. You can queue several captures and process them with the same settings.
  2. Pick the Frame with Specific Frame: Open Advanced Options, choose Specific Frame, and set Time (seconds) to the moment you want — decimals work, so 2.100 lands on the frame at 2.1 seconds. Switch to Multiple Screenshots to sample several frames and get them back as separate TIFFs in a ZIP.
  3. Set Compression Type to a Lossless Mode: In the Compression Type dropdown, change it from the default JPEG to None, LZW, or Deflate so the TIFF stays lossless. Toggle the File extension between TIFF and TIF if a downstream tool expects the three-letter spelling — the bytes are identical.
  4. Convert and Download: Click "Convert" and download your TIFF. No sign-up, no watermark.

Walk-through: Getting a Lossless TIFF (Not a Lossy One)

People reach for TIFF specifically because it is lossless — so the detail that matters most here is the Compression Type dropdown, which defaults to JPEG. JPEG-in-TIFF is a lossy mode: it re-compresses the frame and adds a second round of loss on top of whatever the camera's original JPEG already discarded. To get the archival, pixel-faithful TIFF most people actually want, change that dropdown before converting. The dropdown also exposes lossy options (WebP, JP2K) and fax-oriented schemes (CCITT Fax 4) that are wrong for a full-color still — ignore those for camera frames. Match the mode to the job:

  • Want maximum compatibility with old software? Pick None (uncompressed). Largest file, opens everywhere, zero quality loss.
  • Want a smaller lossless file that still opens widely? Pick LZW — the most broadly supported compressed-TIFF scheme.
  • Want the smallest lossless file? Pick Deflate (ZIP) — typically a touch smaller than LZW on natural-image content, with identical quality.
  • Need a true-black-and-white scan, not a photo? Only then consider 1-bit bit depth; leave it on 8-bit (Recommended) for normal color frames, or 16-bit for high-precision work.

Common Errors and How to Fix Them

  • "My 'lossless' TIFF still looks soft or blocky" — The Compression Type dropdown was left on JPEG, which re-compresses the frame. Re-run with None, LZW, or Deflate. Note that no lossless mode can restore detail the camera's original JPEG already threw away — it only stops adding more loss.
  • "The TIFF won't open in my browser" — That is expected. TIFF is not a web display format; outside Safari, browsers do not render .tiff in an <img> tag without an add-on, and MDN lists it among image types to avoid for web content. For on-screen use, extract the frame as MJPEG to PNG or MJPEG to JPG instead.
  • "The frame is grainy or noisy" — That noise was baked in by the source camera's sensor and JPEG encoder; TIFF records it faithfully rather than cleaning it. Pick a frame from a brighter, less compressed part of the capture.
  • "I got a ZIP of files, not one multi-page TIFF"Multiple Screenshots mode returns each frame as its own TIFF, bundled in a ZIP — not a single multi-page document. Use Specific Frame when you only want one still.
  • "The colors look slightly off" — The frame inherits the source's color range and any white-balance the camera applied; TIFF preserves those exact pixels and does not color-correct. Adjust in an image editor after extraction.

When This Doesn't Work

This tool reads the picture data inside a Motion JPEG stream, so it needs a readable .mjpeg file: a corrupted or partially downloaded capture, an encrypted feed, or a container the decoder can't parse won't yield a frame. MJPEG also carries no audio of its own (the container delegates that), so there is nothing to extract there. If you need the whole moving clip rather than one still, convert it with MJPEG to MP4; if a downstream workflow expects the three-letter extension, the MJPEG to TIF converter produces byte-identical output under the .tif name.

Frequently Asked Questions

Will saving the frame as TIFF make it sharper or higher quality than the MJPEG?

No — and this is the honest catch. Every MJPEG frame was already JPEG-compressed by the camera that recorded it, so it carries whatever detail and noise that capture had. TIFF stores those decoded pixels without adding any further loss when you pick a lossless mode, but it cannot restore detail the original JPEG discarded, and it does not upscale or sharpen. Think of TIFF here as a faithful, re-editable wrapper for the existing frame — pristine preservation of what is already there, not an enhancement.

Why is pulling a frame from MJPEG so clean compared to other video formats?

Because Motion JPEG stores every frame as an independent, complete JPEG image — there is no inter-frame prediction to unwind. With codecs like H.264 or MPEG-2, a given frame may only hold the differences from neighboring frames, so the decoder has to reconstruct it from surrounding data. MJPEG has no such dependency: each frame already is a full picture, which is exactly why IP cameras, webcams, and capture pipelines use it and why frame extraction is its native operation.

Why does the TIFF Compression Type default to JPEG, and should I change it?

Yes, change it for an archival still. The Compression Type dropdown ships set to JPEG, which is a lossy mode inside TIFF — it re-compresses the frame and layers a second round of loss on top of the camera's original. Since the usual reason to choose TIFF is losslessness, switch it to None, LZW, or Deflate before converting. All three are lossless, so they change file size and compatibility, not image quality.

Should I pick LZW or Deflate for the TIFF compression?

Both are lossless, so neither changes image quality — the choice is size versus compatibility. Deflate (ZIP) typically produces a slightly smaller file, while LZW is the most broadly supported compressed-TIFF scheme and opens in older software. Pick None only when you need maximum compatibility with legacy tools that choke on any compressed TIFF, accepting a larger file. For a single camera frame the absolute sizes are modest either way, so in our testing we leave a lossless mode on rather than writing uncompressed.

Which version of the TIFF spec does this output, and is it still maintained?

The frame is written as a standard baseline TIFF conforming to TIFF 6.0, published June 3, 1992 — still the current revision of the format. TIFF was created by Aldus in 1986 and the specification passed to Adobe when it acquired Aldus in 1994; it has stayed stable since, which is part of why TIFF remains a dependable archival container decades later. The output opens in Photoshop, GIMP, ImageMagick, and essentially any imaging tool.

Can I get one multi-page TIFF with every frame instead of separate files?

No — this tool writes one image per file. The TIFF format itself can hold several images in a single file, but here Multiple Screenshots mode returns each extracted frame as its own TIFF, delivered together as a ZIP. That keeps each still independently usable. If you need many frames, set a sensible capture interval rather than grabbing every one.

How are my files handled, and how long are they kept?

Your MJPEG is uploaded over an encrypted (TLS) connection, processed on our servers, and the files are deleted automatically a few hours after conversion. There is no sign-up, no watermark on the output, and your files are never shared or made public. The main practical limit on a long capture is its upload size and transfer time, not your device.

Rate MJPEG to TIFF Converter Tool

Rating: 4.8 / 5 - 118 reviews