.M2T

M2T File

HDV MPEG-2 Transport Stream Video (M2T)
Ask a question
QUICK ANSWER

An M2T file is high-definition video captured from an HDV tape camcorder (Sony, Canon, JVC). It holds MPEG-2 HD video at 1080i or 720p inside an MPEG-2 Transport Stream. VLC media player opens it on Windows, macOS and Linux with no extra codecs. To share or edit it, convert M2T to MP4 using the free HandBrake.

Developer: Sony / JVC (HDV consortium: Sony, JVC, Canon, Sharp) Category: Video Files Open standard MIME: video/mp2t
OPENS ON Windows macOS Linux Android
Related: .DAV · .MKV · .MP4 · .H264

On this page

19k+ extensions indexed
Last reviewed Jun 15, 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 M2T file format?

An .m2t file is an HDV video capture stored as an MPEG-2 Transport Stream. The HDV format was developed by Sony and JVC (joined by Canon and Sharp) and standardized in 2003, targeting prosumer camcorders that recorded high-definition video to standard MiniDV cassettes.

Structurally, .m2t is a plain MPEG-2 Transport Stream of 188-byte packets. Each packet starts with the sync byte 0x47 (G), which also repeats every 188 bytes - the structural fingerprint of all plain TS files. This distinguishes .m2t from .m2ts (BDAV Blu-ray transport streams), which use 192-byte packets with a 4-byte timecode prefix and carry H.264 rather than MPEG-2 video.

The video is encoded as MPEG-2 (H.262) at up to 25 Mbps. HDV comes in two variants: HDV1 (1280×720p, used by Sony and JVC) and HDV2 (1440×1080i anamorphic, used by Sony, Canon, and Sharp). Audio is MPEG-1 Layer II at 384 kbps, 48 kHz stereo.

.m2t files are captured from tape via FireWire (IEEE 1394) using software such as Adobe Premiere Pro, Sony Vegas, or the command-line tool dvgrab on Linux. At 25 Mbps the recording runs approximately 2.15 GB per 10 minutes.

HDV has largely been replaced by AVCHD (.mts) and then by H.264/HEVC MP4 in modern cameras. VLC, FFmpeg, and HandBrake all handle .m2t playback and transcoding today.

Security & safety

RISK: LOW

M2T is passive video data with no scripting, so playing or converting one is safe. Practical cautions: play in VLC rather than installing unknown 'MPEG-2 codec packs' from the web, which often carry adware. MPEG Streamclip and some older 'M2T converter' tools are no longer maintained; stick to VLC, HandBrake and FFmpeg.

Format details

in a nutshell
FULL NAMEHDV MPEG-2 Transport Stream Video (M2T)aka HDV video file, MPEG-2 HD transport stream
DEVELOPERSony / JVC (HDV consortium: Sony, JVC, Canon, Sharp)since 2003 (HDV format specification released; first HDV camcorders 2003-2004)
CATEGORYVideo Files
MIME TYPEvideo/mp2t
TYPEMPEG-2 Transport Stream container with MPEG-2 HD video (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00
HEX
47
ASCII
G
M2T is a plain MPEG-2 Transport Stream: 188-byte packets each starting with sync byte 0x47 ("G"). So 0x47 appears at offset 0 and then every 188 bytes - this is the structural fingerprint of all plain TS files. Distinguish from M2TS (Blu-ray BDAV) where packets are 192 bytes and 0x47 sits at offset 4 after a 4-byte timecode prefix.

Programs that open M2T files

Windows6 apps
Adobe Media Encoder Paid Add the .m2t and transcode to MP4/H.264 or any broadcast format - ideal for Premiere/After Effects pipelines.
VLC media player Open-source Drag the .m2t into VLC and it plays immediately - no extra codecs needed.
Nero Multimedia Suite Paid Nero Video can import M2T for disc authoring or conversion. Part of the Nero suite.
FFmpeg Open-source Command-line: ffmpeg -i input.m2t -c:v libx264 -c:a aac output.mp4 (add -vf yadif for deinterlacing 1080i).
HandBrake Open-source Open the .m2t, choose an MP4 preset; enable Deinterlace (or Decomb) if footage is 1080i, then Start Encode.
DaVinci Resolve Freemium Import the .m2t into the Media Pool for editing and export to MP4/MXF/ProRes.
macOS3 apps
VLC media player Open-source Open the .m2t in VLC for immediate playback on macOS.
HandBrake Open-source Convert M2T to MP4 with the same presets as on Windows; enable Deinterlace for 1080i.
iMovie / Final Cut Pro Free Import the .m2t for editing - iMovie and Final Cut Pro handle HDV MPEG-2 streams natively.
Linux3 apps
VLC media player Open-source Play the .m2t directly in VLC on Linux.
xine Open-source Open the .m2t in xine for MPEG-2 TS playback on Linux.
HandBrake / FFmpeg Open-source HandBrake GUI for MP4 conversion; FFmpeg from the command line for scripted batch processing.
Android1 app
VLC media player for Android Open-source Open the .m2t file in VLC for Android for playback on-device.

Technical details

deep spec
File typeMPEG-2 Transport Stream (plain TS, 188-byte packets)
Magic bytes0x47 (sync byte G) at offset 0, repeating every 188 bytes
Byte orderBig-endian
DeveloperHDV consortium - Sony, JVC, Canon, Sharp
Standardized2003 (HDV format specification; first camcorders shipped 2003-2004)
Video codecMPEG-2 (H.262) at 19.7 Mbps (HDV1 / 720p) or 25 Mbps (HDV2 / 1080i)
Audio codecMPEG-1 Layer II, 384 kbps, 48 kHz stereo
VariantsHDV1: 1280×720p (Sony, JVC); HDV2: 1440×1080i anamorphic displayed at 1920×1080 (Sony, Canon, Sharp)
Color encoding8-bit YCbCr 4:2:0
Capture methodFireWire (IEEE 1394) from MiniDV-based HDV camcorders
Typical file sizeApproximately 2.15 GB per 10 minutes at 25 Mbps
Packet distinction188-byte packets vs 192-byte packets in .m2ts (BDAV/Blu-ray); 0x47 sync at offset 0 vs offset 4
IntegrityTS continuity counters per PID; no whole-file checksum
StatusLegacy - superseded by AVCHD (.mts / .m2ts, H.264) from 2006; modern cameras use MP4 with H.264/HEVC
Released2003 (HDV format specification released; first HDV camcorders 2003-2004)
Latest versionHDV 1080i/720p specification (stable; HDV tapes largely replaced by AVCHD/MP4 memory-card cameras after ~2010)
Open standardYes · royalty-free
Specificationen.wikipedia.org

M2T conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with M2T 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 M2T files.

Frequently asked questions

What is an M2T file?
An M2T file is high-definition video from an HDV tape camcorder (Sony, Canon, JVC). It is an MPEG-2 Transport Stream containing MPEG-2 HD video at 1080i or 720p, recorded onto Mini-DV or DV tape.
How do I play an M2T file?
Use the free VLC media player on Windows, macOS or Linux - it plays M2T immediately with no extra codecs.
How do I convert M2T to MP4?
Open the file in the free HandBrake, choose an MP4 preset (e.g. Fast 1080p30), enable Deinterlace if the footage is 1080i, and click Start Encode. FFmpeg can also do it from the command line.
What is the difference between M2T and M2TS?
Both are MPEG-2 Transport Streams, but M2T (HDV tape capture) uses plain 188-byte packets with MPEG-2 video, while M2TS (Blu-ray/AVCHD) uses 192-byte packets (with a 4-byte timecode header) and typically carries H.264 video.
What is the difference between M2T and MTS?
M2T is the tape-based HDV format using MPEG-2 video (Sony, Canon, JVC). MTS is the memory-card AVCHD format using H.264 (also Sony, Panasonic, Canon but a different generation of cameras). Both use MPEG-2 TS packets but differ in codec and packet prefix.
Why does Windows Media Player not play my M2T file?
Windows Media Player lacks built-in MPEG-2 HD decoding for M2T without a codec pack. Use VLC (free, no codecs required) instead.
Can I import M2T into Premiere or Final Cut?
Yes - Adobe Premiere Pro imports M2T natively (set the sequence to HDV). Final Cut Pro also handles HDV MPEG-2 streams. If your editor refuses it, pre-convert to MP4 with HandBrake first.

References

1Wikipedia - HDV (format)en.wikipedia.org
2Wikipedia - MPEG transport streamen.wikipedia.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.MDMarkdown Document
4.RPMSGRestricted Permission Message
5.CRDOWNLOADChrome Partial Download File
6.PARTPartial Download File
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.DBSQLite Database File
10.PKPASSApple Wallet Pass (formerly Passbook)

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