.M2TS

M2TS File

Blu-ray BDAV MPEG-2 Transport Stream (M2TS)
Ask a question
QUICK ANSWER

An M2TS file is the video format used on Blu-ray discs and AVCHD camcorders - an MPEG-2 Transport Stream (BDAV variant) holding H.264, VC-1, or MPEG-2 video with Dolby/DTS or PCM audio. On a Blu-ray it sits in the BDMV\STREAM folder as numbered clips. Open it for free with VLC media player; convert to MP4 with HandBrake for editing or sharing.

Developer: Blu-ray Disc Association (Sony, Panasonic et al.) Category: Video Files Open standard MIME: video/mp2t
OPENS ON Windows macOS Linux
Related: .DAV · .MKV · .MP4 · .H264

On this page

19k+ extensions indexed
Last reviewed Jun 14, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the M2TS file format?

An .m2ts file is an MPEG-2 Transport Stream container format - specifically the BDAV (Blu-ray Disc Audio/Video) variant - used to carry multiplexed audio, video, and other streams on Blu-ray discs. Each packet is 192 bytes rather than the standard 188: a 4-byte timestamp/copy-permission header is prepended to every transport stream packet, which is the structural fingerprint that distinguishes .m2ts from a plain .ts file.

Supported video codecs include H.262/MPEG-2 Part 2, SMPTE VC-1, and H.264/MPEG-4 AVC; UHD Blu-ray extends this to HEVC/H.265. Audio options include Dolby Digital, DTS, Dolby TrueHD, DTS-HD Master Audio, and LPCM.

On disc, .m2ts stream files live in BDMV/STREAM/ as numbered files (e.g., 00001.m2ts), coordinated by .mpls playlist and .clpi clip-info sidecars. AVCHD camcorders use the same container under the .mts extension. VLC plays .m2ts directly; for archiving, remux to MKV using MKVToolNix or FFmpeg.

Security & safety

RISK: LOW

M2TS is passive video data with no scripting, so opening one is safe. Practical cautions: play unknown files in VLC (robust, no shady codec packs needed) rather than installing 'M2TS codec' or 'free M2TS converter' bundles that often carry adware - VLC, HandBrake, FFmpeg and MKVToolNix are the trustworthy free tools. Separately, commercial Blu-rays are protected by AACS/BD+ encryption; ripping protected discs may be restricted in your jurisdiction even though the .m2ts container itself is unencrypted.

Format details

in a nutshell
FULL NAMEBlu-ray BDAV MPEG-2 Transport Stream (M2TS)aka BDAV MPEG-2 Transport Stream, Blu-ray stream file
DEVELOPERBlu-ray Disc Association (Sony, Panasonic et al.)since Blu-ray / BDAV format, ~2006 (Blu-ray Disc launched 2006; AVCHD same year)
CATEGORYVideo Files
MIME TYPEvideo/mp2t
TYPEMPEG-2 Transport Stream (BDAV variant) container with H.264/VC-1/MPEG-2 video (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
04
HEX
47
ASCII
G
M2TS is the BDAV variant of an MPEG-2 Transport Stream: packets are 192 bytes (a 4-byte timestamp/copy-permission header followed by a standard 188-byte TS packet), so the sync byte 0x47 appears at offset 4 and then every 192 bytes - versus plain .ts/.mts where 0x47 sits at offset 0 every 188 bytes. There is no single file-header magic; the 192-byte packetisation with the 4-byte prefix is the structural fingerprint.

Programs that open M2TS files

Windows4 apps
VLC media player Open-source Drag the .m2ts into VLC and it plays immediately - no extra codecs needed. Open the whole BDMV folder to use playlists.
HandBrake Open-source Open the .m2ts (or the Blu-ray folder), pick an MP4 preset (enable deinterlace if 1080i), Start Encode to convert to MP4.
MKVtoolnix Open-source Add the .m2ts and Start Multiplexing to remux into MKV losslessly, keeping all audio/subtitle tracks (no re-encode).
Films & TV / Windows Media Player Built-in Windows 10/11 plays many M2TS files natively (H.264/AVCHD); if audio or video is missing, use VLC instead.
macOS2 apps
VLC media player Open-source Open the .m2ts in VLC for instant playback on macOS.
HandBrake Open-source Convert M2TS to MP4 with the same presets as on Windows.
Linux2 apps
VLC media player Open-source Play the .m2ts directly in VLC.
HandBrake / FFmpeg Open-source Convert to MP4 (HandBrake) or remux/transcode with FFmpeg ('ffmpeg -i in.m2ts ... out.mp4').

Technical details

deep spec
Container familyMPEG-2 Transport Stream, BDAV (Blu-ray Disc Audio/Video) variant
Packet size192 bytes per packet - a 4-byte timecode/copy-permission header prefixed to a standard 188-byte TS payload
Sync byte0x47 (ASCII "G") at offset 4, then every 192 bytes - versus offset 0 every 188 bytes in a plain .ts file
MIME typevideo/mp2t (also accepted: video/m2ts, video/MP2T)
Video codecsH.262/MPEG-2 Part 2, SMPTE VC-1, H.264/MPEG-4 AVC; HEVC/H.265 added for UHD Blu-ray
Audio codecsDolby Digital (AC-3), Dolby TrueHD, DTS, DTS-HD Master Audio, lossless LPCM
Subtitle stream formatPresentation Graphic Stream (PGS) - bitmap-based BD subtitles carried in the TS multiplex
Max video resolution1920×1080 (standard Blu-ray HD); 3840×2160 (UHD Blu-ray with HEVC)
Color depth8-bit for standard Blu-ray; up to 10-bit for HEVC/HDR content on UHD Blu-ray
Audio sample rate48 kHz standard; up to 96/192 kHz for lossless LPCM and TrueHD tracks
Byte orderBig-endian
Disc file locationBDMV/STREAM/ directory, named with five digits (00001.m2ts … 99999.m2ts)
Companion sidecar files.mpls playlist files (playback order, chapters) and .clpi clip-info files (seek index, CPI tables)
EncryptionNone inside the .m2ts file itself; commercial Blu-ray discs protect content with AACS and BD+ at the disc layer
Typical file size1 GB - 40 GB+ per file; a feature film is commonly split across several numbered stream files
Stream integrityTS continuity counters per PID track packet-level errors; no single whole-file checksum
ReleasedBlu-ray / BDAV format, ~2006 (Blu-ray Disc launched 2006; AVCHD same year)
Latest versionBDAV container spec (stable); UHD Blu-ray adds HEVC/H.265 in the same M2TS wrapper (2015)
Open standardYes · royalty-free
Specificationen.wikipedia.org

M2TS conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with M2TS files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about M2TS files.

Frequently asked questions

How do I play an M2TS file?
Use the free VLC media player on Windows, macOS or Linux - it plays M2TS instantly with no extra codecs. Windows 10/11 can also play many M2TS files in the built-in Films & TV / Media Player app.
What is an M2TS file?
It's Blu-ray/AVCHD video - an MPEG-2 Transport Stream (BDAV variant) containing H.264 (or VC-1/MPEG-2, and HEVC on UHD discs) video with Dolby/DTS or PCM audio. On a Blu-ray it lives in the BDMV\STREAM folder.
How do I convert M2TS to MP4?
Open the file in the free HandBrake, choose an MP4 preset, tick Deinterlace if it's 1080i, and Start Encode. The result plays on phones, web and editors. FFmpeg can also do it from the command line.
What's the difference between M2TS and MTS?
They're the same AVCHD/Blu-ray stream. M2TS (Blu-ray/AVCHD discs) uses 192-byte packets with a 4-byte timecode in front of each; MTS is the camcorder's on-card form with 188-byte packets. Both convert to MP4 the same way.
Why won't my M2TS file play in Windows Media Player?
Older Windows Media Player versions lack the right codecs/container support. Use VLC (free, plays it directly), or convert the file to MP4 with HandBrake first.
How do I keep all the audio and subtitle tracks from a Blu-ray M2TS?
Remux to MKV with MKVToolNix (Add the .m2ts, Start Multiplexing). MKV preserves every video, audio and PGS subtitle track losslessly without re-encoding.
Can I join the numbered M2TS clips from a Blu-ray into one file?
Yes. The .mpls playlist defines the correct order; open the whole BDMV folder in a tool like tsMuxeR/MakeMKV that follows the playlist, or concatenate the clips with FFmpeg, then output one MP4/MKV.

References

1Wikipedia - .m2ts (BDAV MPEG-2 Transport Stream)en.wikipedia.org
2Wikipedia - MPEG transport streamen.wikipedia.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.NOMEDIAAndroid No-Media Marker File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z