Initializing... drag & drop files here
Supports: MTS
.mts files straight from the AVCHD folder. Batch is supported — drop in a whole shoot and each clip converts in parallel, so you can grab them as one ZIP.MTS is the AVCHD camcorder format — short for MPEG Transport Stream. AVCHD (Advanced Video Coding High Definition) was introduced by Sony and Panasonic in 2006 and adopted by Canon, JVC, and other brands; it wraps MPEG-4 AVC / H.264 video with Dolby Digital (AC-3) or Linear PCM audio in a transport-stream container designed for 1080i and 720p HD recording. Sony, Panasonic, and Canon HD camcorders write .mts files into an AVCHD folder structure on the SD card. The video codec inside is the same H.264 that fills most MP4s — it's the transport-stream wrapper, not the codec, that causes friction.
That friction is the whole reason people convert. Common cases:
.mts even though they happily play the H.264 inside it. Re-wrapping the same H.264 video into an MP4 container makes the clip play everywhere with no quality loss and no re-encoding — the most common MTS conversion by far..m2ts — the same transport stream, different file name. Converting MTS to M2TS prepares clips for that disc-based workflow.| Property | Value |
|---|---|
| Full name | MPEG Transport Stream (AVCHD camcorder video) |
| Introduced | 2006, by Sony and Panasonic |
| Also used by | Canon, JVC, and other AVCHD camcorder brands |
| Container | MPEG-2 transport stream |
| Video codec | MPEG-4 AVC / H.264 |
| Audio codec | Dolby Digital (AC-3) or Linear PCM |
| Typical resolution | 1080i, 720p |
| Blu-ray / disc twin | .m2ts (same stream, used when authored to disc) |
| Native playback | VLC, MPC-HC, and most non-linear video editors; not most phones/browsers |
| Best target for playback | MP4 (re-wrap of the same H.264) |
An MTS file is an AVCHD camcorder recording — MPEG-4 AVC / H.264 video with AC-3 or Linear PCM audio inside an MPEG transport-stream container, written by Sony, Panasonic, and Canon HD camcorders. VLC, MPC-HC, and most video editors open it directly, but many phones, web browsers, and lightweight players don't recognize the .mts extension even though they can play the H.264 it contains. Converting to MP4 is the reliable way to make a camcorder clip play everywhere.
It can be. The video inside an MTS file is already H.264, and MP4 carries H.264 natively, so xconvert can copy the compressed video stream straight into an MP4 wrapper without re-encoding — a container remux with zero generational loss, the same -c copy operation FFmpeg performs. Re-encoding only kicks in if you change the codec (for example to H.265), the resolution, or the quality preset. The AC-3 audio is usually re-encoded to AAC for MP4 compatibility, which is the one part that isn't bit-for-bit identical.
They're the same transport stream with different file names. Camcorders write .mts to the SD card; when that AVCHD footage is authored onto a Blu-ray or AVCHD disc, the extension changes to .m2ts. M2TS is the Blu-ray/AVCHD-disc twin and is recognized by more set-top players, while MTS is the raw camcorder file. If you need the disc form, use MTS to M2TS; if you have the reverse problem — an M2TS clip that won't play on a phone — M2TS to MP4 re-wraps it.
AVCHD records at high bitrates to preserve HD detail, so even a couple of minutes of 1080i footage can run to hundreds of megabytes. To shrink without changing what you can do with the file, switch the Quality Preset to Specific file size and enter a target in MB, or re-encode the H.264 to H.265, which cuts size roughly in half at comparable quality. Downscaling 1080i to 720p and trimming dead footage first are the highest-leverage steps on long clips. To shrink without re-wrapping, the Video Compressor is the most direct route.
If you re-wrap MTS to MP4 at default settings, the video is copied unchanged, so picture quality is identical; the audio is typically re-encoded from AC-3 to AAC, which is a small, usually inaudible change. You will lose some camcorder-specific metadata that lives in the AVCHD folder structure (the .cpi clip-info and playlist files alongside the .mts), since a standalone MP4 doesn't carry it. The picture and sound themselves come through intact. In our testing, a 1080i MTS clip re-wrapped to MP4 produced a byte-identical H.264 video track and the same runtime, with only the audio container changing.
Yes. Pick MP3 as the output format and the converter drops the video track and encodes the AC-3 or PCM audio to MP3 — handy for pulling a performance, interview, or lecture out of camcorder footage. The dedicated MTS to MP3 page walks through the audio-extraction settings, including bitrate selection.
Files are uploaded over an encrypted (TLS) connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, and they're never shared or made public. Conversion runs server-side, so the practical limit on a big AVCHD clip is upload size and connection speed rather than your device; multi-gigabyte shoots are routine, and you can queue several files and download them together.