Initializing... drag & drop files here
Supports: AVCHD
AVCHD is a recording format, not a storage format. Sony and Panasonic designed it in 2006 so camcorders could write MPEG-4 AVC/H.264 video and Dolby AC-3 or Linear PCM audio into an MPEG-2 transport stream that a Blu-ray authoring tool would accept, and the clips live inside a fixed folder tree rather than as standalone files. That is excellent on a memory card and awkward everywhere else. MKV — Matroska — is the opposite: an open, vendor-neutral container designed to hold media for the long term, standardized by the IETF as RFC 9559 in October 2024. If you are rescuing a shelf of camcorder footage before the cards or the software that reads them disappear, this is the conversion that gets it out of the camera's world and into a self-contained file.
| Property | AVCHD (.MTS / .M2TS) |
MKV (Matroska) | MP4 |
|---|---|---|---|
| Container | MPEG-2 transport stream | EBML-based Matroska | MPEG-4 Part 14 |
| Specification | AVCHD format spec, Sony and Panasonic, 2006 | IETF RFC 9559, October 2024 | ISO/IEC 14496-14 |
| Licensing of the container | Vendor specification | Open and royalty-free | ISO standard |
| File layout | Clips inside a BDMV/STREAM folder tree |
One self-contained file | One self-contained file |
| Video codecs it can hold | H.264 (and MVC/H.264 for 3D) | Effectively any — H.264, H.265, AV1, VP9, MPEG-2 and more | Mainly H.264, H.265, AV1 |
| Audio codecs it can hold | AC-3 or Linear PCM | Almost anything, including FLAC and raw PCM | Mainly AAC, AC-3 |
| Multiple audio tracks, subtitles, chapters | Not in a practical sense | Yes, by design | Yes, more narrowly |
| Device playback | Camcorders, Blu-ray software, editors | VLC, mpv, Kodi, Plex, most computers; hit and miss on TVs | Essentially everywhere |
| Best for | The camera's own recording step | Long-term archiving with everything in one file | Handing a file to someone else |
.mkv per clip is far easier to label, back up, and migrate than a folder tree that breaks if a directory is moved.If instead you just need a file that plays on a relative's TV or phone, AVCHD to MP4 is the more compatible target.
.MTS or .M2TS clips onto the page, or click "+ Add Files" to browse. Queue several clips from one card and each is converted with the same settings..mkv. Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. No sign-up, no watermark.The single most important thing to understand is that the video is re-encoded, not copied. Both AVCHD and the default MKV output use H.264, so it is tempting to assume the picture is simply lifted out of the transport stream and dropped into Matroska untouched. It is not — the clip is decoded and encoded again as it passes through, which is why you get control over size, resolution, and codec. The consequence is that the result sits one generation away from the camera original: at the "Very High (Recommended)" preset the difference is hard to see, but quality can only hold steady or drop slightly, never improve.
The audio deserves its own decision. AVCHD normally records Dolby AC-3 — already a lossy format, chosen so footage stays Blu-ray compatible — or uncompressed Linear PCM on higher-end models. The default MKV output is AAC, so an AC-3 track goes through a second lossy generation. Matroska is one of the few containers that lets you avoid that:
| Audio Codec | Pick it when |
|---|---|
| AAC (default) | General use — small files, plays everywhere Matroska plays |
| FLAC | Archiving. Compressed but lossless, so the decoded soundtrack is preserved exactly |
| PCM 16-bit Little Endian | You want the raw decoded audio with no compression logic at all |
| AC3 | You want to keep a Dolby-style multichannel track for a home-theatre setup |
| Opus | Best quality per kilobyte for speech and music at low bitrates |
| MP3 | Something downstream is old enough to need it |
It re-encodes. Even though AVCHD and the default MKV output both use H.264, the footage is decoded and encoded again rather than copied stream-for-stream, so the result is one generation removed from the camera original. At the "Very High (Recommended)" preset the loss is very hard to spot, but it is honest to say the output matches the source at best and never improves on it.
Because AVCHD is a folder format tied to a camera's structure. Clips sit inside a BDMV/STREAM tree with index and playlist files, which is fragile to back up and easy to break by moving a directory. Matroska is open, royalty-free, and now defined by an IETF Standards Track document, RFC 9559, published in October 2024 — a specification anyone can implement against long after any particular camcorder brand stops caring. One self-contained .mkv per clip is simply easier to store, label, and migrate forward.
Yes, and this is MKV's real advantage here. Set Audio Codec to FLAC or to one of the PCM options and the decoded soundtrack is stored losslessly instead of being re-compressed as AAC. That matters most when the camera recorded Linear PCM, where a lossy encode would be the first loss the audio has ever taken. The trade is size: lossless audio can add hundreds of megabytes to a long recording.
The container fully supports all three — it is a large part of why Matroska is favoured for archiving. A single camcorder clip normally has just one audio track and no subtitles, so there is usually nothing extra to carry over. The benefit is future headroom: you can add a commentary track, a remixed audio bed, or subtitles to the archived file later without changing container.
H.264 is the default and the safe answer: it matches what the camera recorded, encodes quickly, and plays on anything that opens Matroska at all. H.265 and AV1 produce smaller files at similar quality and are worth considering for a large archive, at the cost of slower encoding and pickier playback support. Changing codec does not avoid the re-encode — every option on that list re-encodes the picture.
Not in a single pass here. Camcorders split long recordings at a fixed file-size boundary, producing sequentially numbered clips such as 00001.MTS and 00002.MTS; the split falls mid-scene rather than at a cut, so the picture and sound continue across it. Convert each segment to MKV and butt them together on an editor's timeline, or rejoin the originals in the camera manufacturer's own import software first and convert the joined file.
They are the same family. AVCHD is the recording standard; the clips carry .MTS on the card and .M2TS once imported, and a file named .avchd holds the same H.264 video with an AC-3 or Linear PCM soundtrack. The conversion is identical either way — if your footage carries the other extension, the MTS to MKV converter does exactly the same job.
Your clip is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. In practice the limiting factor is upload size and time rather than the conversion itself, since AVCHD carries full HD video at a high bitrate; trimming a long recording with the AVCHD trimmer before uploading is the quickest way to cut the wait. Other targets for the same footage are listed on the AVCHD converter hub.