M2TS to TIFF Converter

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

Initializing... drag & drop files here

Supports: M2TS

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.

M2TS to TIFF Converter

An .m2ts file is a BDAV MPEG-2 Transport Stream — the high-definition container Blu-ray discs and AVCHD camcorders record their video into. TIFF is a lossless raster image format built for print and archival work. This tool bridges the two by pulling a single still frame out of the moving M2TS video and writing it as a TIFF image, so a clean moment from your footage becomes a reference-quality picture you can edit or print. It extracts one frame — not the whole clip — and works on M2TS files you can already open, not copy-protected commercial discs.

M2TS Format at a Glance

Property Value
Container BDAV MPEG-2 Transport Stream (a random-access variant of MPEG-2 TS)
Underlying standard ITU-T H.222.0 / ISO/IEC 13818-1
Video codecs carried H.262/MPEG-2, H.264/MPEG-4 AVC, or SMPTE VC-1
Source packet size 192 bytes (188-byte transport packet + 4-byte TP_extra header)
Extension twin .mts — the 8.3 name camcorders write on-card; .m2ts is the Blu-ray/computer spelling
Typical resolution HD (1080i / 1080p / 720p)
Common source Blu-ray discs, Sony/Panasonic AVCHD camcorders
Encryption note Commercial Blu-ray titles are AACS-encrypted; AVCHD camcorder footage is usually unencrypted

TIFF Format at a Glance

Property Value
Standard TIFF 6.0, published 3 June 1992 — still the current revision
Created Aldus, 1986; specification passed to Adobe when it acquired Aldus in 1994
Compression Lossless: None, LZW, Deflate/ZIP, PackBits, CCITT — plus a lossy JPEG mode
Bit depth 1-bit, 8-bit, and 16-bit per channel
Best for Print, archival masters, professional imaging, re-editable source files
Native browser support None outside Safari — MDN lists TIFF among image types to avoid on the web
Extension twin .tif is the old 8.3 spelling of .tiff; both are byte-identical

How to Convert M2TS to TIFF

  1. Upload Your M2TS File: Drag and drop your .m2ts clip onto the page or click "+ Add Files". Batch is supported, so you can queue several clips and grab a frame from each with the same settings.
  2. Pick the Frame with Specific Frame: Open Advanced Options, go to Frame Selection, choose Specific Frame, and type the moment into Time (seconds)4.500 grabs the frame at 4.5 seconds. Switch to Multiple Screenshots to sample several frames across the clip, which arrive as separate TIFFs in a ZIP.
  3. Set Compression Type and Scale (Optional): In the Compression Type dropdown, pick LZW or Deflate to keep the frame lossless instead of the JPEG default; toggle File extension between TIFF and TIF; and use Resolution Percentage, Preset Resolutions, or Width x Height to scale the frame down.
  4. Convert and Download: Click "Convert" and download your TIFF image. No sign-up, no watermark.

Frequently Asked Questions

Does this convert the whole M2TS video to TIFF, or just one frame?

Just one frame. The tool decodes the H.264 (or MPEG-2 / VC-1) video inside your M2TS clip, grabs the single frame at the timestamp you set under Frame Selection, and writes that as a static TIFF — the moving video is discarded. If you choose Multiple Screenshots you get several frames, but each arrives as its own separate TIFF inside a ZIP, never as one multi-page file. For the moving clip in a modern container, convert M2TS to MP4 instead.

Which TIFF compression should I pick, and why isn't JPEG the safe choice?

For an archival or print still, pick LZW or Deflate — both are lossless schemes defined in the TIFF 6.0 specification, so the saved pixels are bit-for-bit identical to what the decoder produced. The catch is that the Compression Type dropdown defaults to JPEG, and JPEG inside a TIFF is lossy: it re-compresses the picture and quietly discards detail, which defeats the point of saving to TIFF at all. LZW is the most broadly compatible (it has long been regarded as the de facto standard for TIFF); Deflate usually writes a slightly smaller file on photographic content. Choose None only if a legacy tool refuses to open any compressed TIFF.

Can I grab a frame from a commercial Blu-ray movie's M2TS files?

Only if they aren't copy-protected. Almost all commercially produced Blu-ray titles are encrypted with AACS, which scrambles the M2TS streams on the disc, and those encrypted streams can't be read or converted while the protection is in place. This tool works on M2TS files you can already open: your own AVCHD camcorder footage, your own renders, or unprotected recordings — AVCHD camcorder content is commonly unencrypted. It can't decrypt a protected disc for you.

Why does my extracted frame have thin horizontal lines or look combed?

Because much M2TS footage is interlaced — the 1080i mode common to camcorders weaves each frame from two fields captured a fraction of a second apart, so a frame grabbed mid-motion shows comb-like teeth on the moving parts. Nudge the Time (seconds) value a few hundredths at a time to land on an instant where the subject is stationary, or pick a naturally still moment in the clip. Progressive (1080p/720p) recordings don't have this issue, and TIFF records whatever the decoder hands it faithfully, so a clean source frame is the only path to a clean still.

Is the TIFF actually lossless if the M2TS source was already compressed?

The TIFF stores the decoded frame without adding any further loss, but it cannot undo what the video codec already discarded. M2TS carries lossy H.264 (or MPEG-2 / VC-1), so the frame the decoder reconstructs is the ceiling — a lossless Compression Type like LZW or Deflate then preserves those exact pixels verbatim. Think of TIFF here as a faithful, re-editable wrapper around whatever the codec produced, not a way to regain detail the recording never kept. Leaving the dropdown on its JPEG default actually adds a second round of lossy compression, so switch it for archival work.

How big is a single extracted TIFF frame from HD M2TS footage?

Larger than you might expect, because M2TS is high-definition and TIFF can store every pixel without lossy compression. A full 1920×1080 frame as uncompressed 8-bit RGB is roughly 6.2 MB by raw pixel math (1920 × 1080 × 3 bytes ≈ 6.22 MB). In our testing, turning on LZW or Deflate trimmed that noticeably on natural-image frames with zero quality loss, which is why we recommend a lossless compressed scheme over writing the file uncompressed. At HD resolution the frame holds plenty of detail for decent small prints.

Why won't my downloaded TIFF open in a web browser?

That's expected, not a fault. Outside Safari, no major browser renders TIFF in an <img> tag, which is why MDN lists it among image types to avoid for web content. TIFF is a download-and-open format for print, editing, and archival use — open it in Photoshop, GIMP, ImageMagick, or any imaging tool. If you need a still that displays everywhere, extract the frame as JPG instead. For the three-letter spelling, the M2TS to TIF route produces byte-identical output, and footage carrying the raw camcorder extension converts via MTS to TIFF.

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

Your M2TS clip is 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.

Rate M2TS to TIFF Converter Tool

Rating: 4.8 / 5 - 101 reviews