Why convert MTS to MKV?
MKV is a solid archive container that supports multiple audio tracks, subtitles, chapters, and attachments in one file. Media servers like Plex, Jellyfin, and Kodi often handle .MKV better than raw AVCHD transport streams. MKV also accepts AC-3 (Dolby Digital) audio natively, so the original audio track copies over unchanged without conversion.
How to convert MTS to MKV
MKVToolNix FREE
Drag your .mts into MKVToolNix GUI and click Start multiplexing - it remuxes streams losslessly in seconds with no re-encoding. Free on Windows, macOS, and Linux.
Command line - FFmpeg CLI
Run ffmpeg -i input.mts -c copy output.mkv to remux all streams without re-encoding.
HandBrake FREE
Open your .mts in HandBrake, pick a Matroska preset, and click Start Encode to re-encode with full control over quality, resolution, and filters.
Programs that convert MTS
About these formats
An MTS file is HD video recorded by an AVCHD camcorder - Sony, Panasonic, Canon or JVC. The free VLC media player opens it on Windows, macOS and Linux with no extra codecs. To share or edit…
Open .MTS details →An MKV file is a Matroska multimedia container that holds video, multiple audio tracks, subtitles and chapters in one file. Open it for free with VLC media player, or on Windows 11 with the…
Open .MKV details →Quality & what to watch
- Remuxing copies streams bit-for-bit; the
.mkvmay be a few MB larger than the source.mtsdue to Matroska container overhead, but video quality is identical. - AVCHD cameras often record 1080i interlaced footage; remuxing preserves the interlacing - enable the Decomb filter in HandBrake if playback looks combed.
- Long AVCHD recordings split across multiple
.mtsfiles; join them with FFmpeg's concat protocol or import the full AVCHD folder into an editor before exporting.
Frequently asked questions
Is converting MTS to MKV lossless?
ffmpeg -c copy - the video and audio data is copied unchanged, so there is no quality loss at all.Can I keep the original AC-3 audio in the MKV?
Why is the MKV slightly larger than the original MTS?
My recording is split across several .mts files - can I merge them?
-i "concat:00001.mts|00002.mts") or import the full AVCHD folder into an editor like DaVinci Resolve and export a single MKV.