Initializing... drag & drop files here
Supports: M2TS
Short answer: nothing about the picture, and only the label about the file. .m2ts and .mts name the same thing — the BDAV MPEG-2 transport stream that Blu-ray discs and AVCHD camcorders record into. Camcorders write .MTS because AVCHD inherited an 8.3 short-filename layout; Blu-ray discs and desktop software use the longer .m2ts spelling. So the honest framing for this page is that you are changing an extension for a program that insists on one spelling, not upgrading a format. What follows is when a plain rename does the job, and what our converter genuinely does differently when a rename is not enough.
| Property | .m2ts | .mts |
|---|---|---|
| Container | BDAV MPEG-2 transport stream | BDAV MPEG-2 transport stream |
| Where the name comes from | Blu-ray BDMV/STREAM, and files after import to a computer |
written by the camcorder itself, under AVCHD's 8.3 filename rules |
| Packet layout on originals | 192-byte source packets: a 4-byte arrival-timestamp header ahead of each 188-byte transport packet | identical BDAV layout on camera-original files |
| Video codec inside | H.264/AVC; Blu-ray titles may also carry MPEG-2 or VC-1 | H.264/AVC, Main or High profile |
| Audio codec inside | Dolby AC-3 or linear PCM; Blu-ray titles may add DTS | Dolby AC-3 or linear PCM — AVCHD permits nothing else |
| Resolutions in the AVCHD spec | 1920×1080, 1440×1080 (anamorphic), 1280×720, 720×480/576 | same list |
| System bitrate ceiling (AVCHD) | up to 24 Mbps, or 18 Mbps for DVD-based AVCHD | same ceiling |
| Copy protection | commercial Blu-ray streams are AACS-encrypted | camcorder recordings are not encrypted |
| Renaming to the other spelling | lossless — not one byte changes | lossless — not one byte changes |
Because the two extensions describe the same stream, changing the filename is the zero-loss option and skips the round trip entirely:
clip.m2ts to clip.mts is often the whole fix..m2ts holding MPEG-2, VC-1, or DTS is still holding those after you rename it, and an AVCHD-only importer will still refuse it.Run the tool above only when you need the bits themselves to change, because this is a full re-encode — the server decodes the video and audio and encodes them again, never a stream copy:
.m2ts clip onto the page or click "+ Add Files". Blu-ray-style imports usually appear as numbered streams such as 00001.m2ts inside a BDMV/STREAM folder; pick the individual stream files there. Several clips can be queued and processed with one set of settings..mts file. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours. No sign-up, no watermark.| Aspect | What this page produces | What a camcorder's AVCHD .MTS has | Practical effect |
|---|---|---|---|
| Encoding | fresh H.264 encode of every frame | the camera's original encode | a small generation loss; there is no passthrough mode |
| Default audio | AAC | Dolby AC-3 or linear PCM only | pick AC3 if an AVCHD-strict tool must accept the result |
| Framing | a plain MPEG-2 transport stream | BDAV source packets with arrival timestamps | fine for playback and editing, not a camera-card replacement |
| Sidecar files | the single .mts file |
BDMV playlists and clip-information files alongside the stream |
importers that expect the whole AVCHD folder still will not see a card |
| Interlacing | preserved exactly as recorded | 1080i on many camcorders | no deinterlacing is applied at any stage, so combing stays baked in |
Yes. Both are the BDAV MPEG-2 transport stream carrying H.264 video with AC-3 or LPCM audio. AVCHD camcorders write the short .MTS name because the format's file layout follows the old 8.3 naming rules, and Blu-ray discs and computers use the longer .m2ts. Renaming one to the other changes no data at all, which is why this page leads with the rename rather than the upload.
A rename loses nothing. The converter does lose a little, because it re-encodes: the H.264 video is decoded and encoded again at whatever Quality Preset you select, and re-encoding an already-compressed stream always costs some detail. There is no lossless remux option here, so if your source is healthy and you only need the other extension, rename it and skip the round trip.
The AAC default comes from our general video-conversion defaults, not from the AVCHD specification, which permits only Dolby AC-3 or uncompressed linear PCM. AAC in a transport stream plays fine in VLC, MPV, and most editors, so it is a reasonable general-purpose choice — but if you are feeding something that validates AVCHD strictly, open Audio Codec and select AC3 before converting.
Assume not. A camcorder card is a whole AVCHD folder structure — playlists and clip-information files sitting beside the streams — and the converter hands back a single stream file. Import utilities that scan for the BDMV layout will not recognise a loose .mts, no matter how the file is named. The output is meant for players and editing timelines, not for writing back to a camera.
Most editors that balk at transport streams want a container with an index rather than a different extension, so converting sideways rarely helps. Move to a standard container instead: M2TS to MP4 produces H.264 in MP4, which nearly every editor and player accepts, and M2TS to MKV is the option when you want to keep multiple audio tracks intact.
Only if they are not protected. Retail Blu-ray titles are encrypted with AACS, sometimes with BD+ on top, and an encrypted stream cannot be decoded by any converter while the protection is in place. Unprotected material — your own camcorder footage, your own renders, files you have already decrypted legally — converts normally.
No. Nothing in this pipeline deinterlaces, so a 1080i AVCHD recording keeps its field structure and the comb-tooth pattern on fast motion is preserved rather than smoothed. If you need progressive output, deinterlace in a desktop editor first and convert the progressive export here. The same is true of anamorphic 1440×1080 AVCHD: choosing a resolution option normalizes the pixel aspect to square, so set an explicit Width × Height such as 1920 × 1080 if the geometry matters.
The real constraint is upload time rather than a processing tier — a multi-gigabyte card dump takes a while to reach the server over a home connection, so trimming to the section you need first is usually faster than uploading the whole reel. Files travel over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours. They are never shared or made public, and no account is required.
We read the conversion commands our own pipeline generates for a transport-stream target and confirmed that both streams are re-encoded — the video through the encoder your Video Codec choice selects, the audio through the one Audio Codec selects. There is no stream-copy path anywhere in it, so every run is a genuine re-encode rather than a repackage. We also confirmed the option surface on this page: Video Codec, Audio Codec, File Compression, Video resolution, and Trim are the controls that actually render here, which is why nothing else is described above. If you need the reverse spelling, MTS to M2TS is the mirror of this page.