iformat.io Logo iformat.io
iformat.io Logo iformat.io

M2TS vs MTS vs MP4: Camcorder Video Formats Explained

Aug 25, 2026
2 min read

You plug in your camcorder, open the card, and find a maze of folders — BDMV, STREAM, CLIPINF — with .m2ts or .mts files buried inside. You were expecting .mp4 files you could just drag to your desktop and play. Instead you've got a format your computer barely recognizes.

This is AVCHD, and it's a perfectly good format. It just wasn't designed for the way most people use video files today.

What M2TS and MTS actually are

M2TS stands for MPEG-2 Transport Stream. Despite the name, it doesn't use MPEG-2 video compression — it uses the MPEG-2 Transport Stream container to hold H.264/AVC video (and occasionally H.265/HEVC on newer camcorders). The naming is confusing, but the transport stream container and the MPEG-2 video codec are different things.

MTS is just a shorthand for the same format. Some camcorders label the files .m2ts, others use .mts — there's no technical difference. Canon tends to use .mts, Sony tends to use .m2ts, and Panasonic has used both at various points.

Both extensions contain AVCHD (Advanced Video Coding High Definition) content. AVCHD is a recording format jointly developed by Sony and Panasonic, introduced in 2006. It was designed for tape-based and disc-based HD camcorders and later adopted for memory card recording.

The AVCHD folder structure

When you look at an AVCHD camcorder's memory card, you don't just get video files. You get a specific folder hierarchy:

PRIVATE/AVCHD/BDMV/STREAM/ — the actual .m2ts video files live here

PRIVATE/AVCHD/BDMV/CLIPINF/ — metadata about each clip

PRIVATE/AVCHD/BDMV/PLAYLIST/ — playlists linking clips together

PRIVATE/AVCHD/BDMV/INDEX.BDM — index file for the whole structure

This structure is borrowed from Blu-ray Disc. AVCHD was designed to be compatible with Blu-ray authoring workflows — you could theoretically burn an AVCHD card's contents directly to a Blu-ray disc. That design choice made sense in 2006 when Blu-ray was the future of HD video. In 2026, it's just annoying overhead.

The video files themselves are perfectly playable on their own. You don't need the surrounding folder structure unless you're importing into software that specifically reads AVCHD metadata (like scene markers and shooting dates from the CLIPINF files).

M2TS vs MP4 at a glance

M2TS: MPEG-2 Transport Stream container. Used by AVCHD camcorders, Blu-ray discs, and some broadcast systems. Contains H.264 video + AC3 or LPCM audio. Supported by VLC, Premiere Pro, DaVinci Resolve. Poor support in mobile apps and web browsers.
MP4: MPEG-4 Part 14 container. The universal standard. Contains H.264 or H.265 video + AAC audio. Plays everywhere — phones, browsers, TVs, game consoles. Smaller overhead than M2TS.

Why camcorders used M2TS instead of MP4

When AVCHD launched in 2006, the format needed to work on three types of media: 8cm DVD discs, hard drives, and memory cards. The MPEG-2 Transport Stream was chosen because it's resilient to errors — if part of the stream is damaged (which happens with optical media), the rest of the file is still playable. MP4 uses a different structure (the "moov atom") that, if damaged, can make the entire file unplayable.

M2TS also handles random access better on the hardware available in 2006-era camcorders. The transport stream format lets you seek instantly to any point without building a full index — important for small embedded processors with limited RAM.

By the mid-2010s, most consumer camcorders switched to MP4 recording (Sony's XAVC S, Panasonic's MP4 mode). But if you're working with footage from roughly 2006-2015, you're probably dealing with M2TS.

Should you convert M2TS to MP4?

For playback and sharing, yes. MP4 plays on everything — phones, tablets, web browsers, smart TVs, game consoles. M2TS requires specific software (VLC, Premiere Pro, DaVinci Resolve) or codec packs that most people don't have installed. Try sending someone an M2TS file over WhatsApp or iMessage — it either won't send or won't play on the receiving end.

For editing, it depends on your software. Premiere Pro and DaVinci Resolve handle M2TS natively — there's no need to convert before editing. Final Cut Pro prefers its own ProRes format and will transcode on import anyway, so the source format doesn't matter much. iMovie on Mac reads AVCHD directly from the folder structure.

For archival, keep the original M2TS files alongside your converted MP4s. The M2TS files contain the original recording with no generation loss. If you delete them after converting, you've lost the ability to go back to the source.

The iFormat Video Converter handles M2TS to MP4 conversion. It re-encodes the H.264 video into an MP4 container — the conversion isn't a simple remux because M2TS and MP4 use different stream encapsulation, so there's a light re-encode involved. Quality is preserved at high settings.

AVCHD Progressive vs AVCHD Lite

AVCHD had several sub-variants over the years:

AVCHD (original) — 1080i or 720p, max bitrate 18 Mbps. Most camcorders from 2006-2009.

AVCHD Ver. 2.0 / AVCHD Progressive — added 1080p at 60fps, max bitrate 28 Mbps. Camcorders from 2011 onwards.

AVCHD Lite — 720p only, used in some compact cameras (not dedicated camcorders) like early Panasonic Lumix models.

The progressive variant produces the best quality because it captures full frames instead of interlaced fields. If your footage is interlaced (1080i), you'll want to deinterlace it when converting — most converters do this automatically, and HandBrake has specific deinterlacing filters (Decomb is the best one for mixed content).

You can check which variant you have by looking at the file properties in VLC (Tools > Codec Information). If it says "1920x1080 interlaced" or the frame rate is 29.97i, it's the original AVCHD. If it says "1920x1080 progressive" at 24p, 30p, or 60p, it's AVCHD 2.0. If the resolution is 1280x720, it's either AVCHD Lite or the original spec at 720p.

M2TS on Blu-ray discs

M2TS isn't only a camcorder format — it's also the file format on Blu-ray discs. If you've ever ripped a Blu-ray, the video files in the BDMV/STREAM folder are .m2ts files. The difference is scale: a camcorder M2TS is typically 18-28 Mbps H.264, while a Blu-ray M2TS can be 30-40+ Mbps H.264 or H.265 with lossless audio (DTS-HD MA or Dolby TrueHD) at much higher bitrates.

The container is identical. An AVCHD camcorder was designed to produce files that could be burned directly to a Blu-ray disc without transcoding — that was one of the format's original selling points. In practice, very few people actually did this, but the shared format lineage explains why camcorder M2TS files have the same nested folder structure (BDMV/STREAM) as Blu-ray discs.

How to play M2TS files without converting

If you just want to watch the footage without converting:

VLC — plays M2TS directly with no additional codecs needed. Free, available on all platforms.

Windows — install the free HEVC Video Extensions from the Microsoft Store and Windows Media Player / Movies & TV should handle M2TS. Works on Windows 10 and 11.

Mac — QuickTime won't play M2TS. Use VLC or IINA (a modern, lightweight player based on mpv).

Smart TVs — some newer Samsung and LG TVs play M2TS from USB. Older or budget TVs usually don't. Converting to MP4 is the safe bet for TV playback.

File size comparison: same content, different containers

A 10-minute clip recorded at 24 Mbps produces roughly the same amount of data regardless of whether it's in M2TS or MP4. The difference is container overhead:

M2TS — adds a 4-byte timestamp to every 188-byte transport stream packet (making each packet 192 bytes). This adds about 2.1% overhead.

MP4 — uses an atom-based structure with minimal per-frame overhead. The moov atom (index) adds a few KB to a few MB depending on clip length, but it's proportionally much less than M2TS overhead.

In practice, converting a 1 GB M2TS file to MP4 at the same quality (using -c:v copy in FFmpeg if possible, or re-encoding at matched bitrate) produces a file that's roughly 20-30 MB smaller. Not a dramatic saving, but it adds up if you're converting a library of hundreds of clips.

FAQ

Is M2TS the same as MTS?
Yes. Same format, different file extension. Different camcorder manufacturers used different extensions. There's no technical difference between the two.

Does converting M2TS to MP4 lose quality?
A small amount, because the video needs to be re-encoded to fit in the MP4 container properly. At high quality settings, the difference is negligible. For practical purposes, the converted MP4 looks identical to the M2TS original.

Why can't I just rename .m2ts to .mp4?
Because the container structures are fundamentally different. M2TS uses 192-byte transport stream packets. MP4 uses a completely different atom-based structure. Renaming the file won't make any player recognize it.

My camcorder gives me both M2TS and MP4 options. Which should I use?
Use MP4 if your camcorder offers it. You'll have wider compatibility and skip the conversion step. The only advantage of M2TS is error resilience, which matters for optical media but not for memory cards.

Need to convert your camcorder footage? See our step-by-step AVCHD to MP4 conversion guide or head straight to the converter.

Convert your camcorder footage

M2TS, MTS, AVCHD — whatever your camcorder produced, convert it to MP4 for universal playback.

Browse All Posts