Initializing... drag & drop files here
Supports: MTS
MTS (and its sibling M2TS) is the AVCHD container used by Sony, Panasonic, Canon, and JVC camcorders since the format launched in 2006. It's H.264 video plus AC-3 / LPCM audio in an MPEG-2 transport stream — designed for Blu-ray-style playback, not the modern web. WebM (VP9 / AV1 / VP8 video, Opus / Vorbis audio) is the open-source format Google designed specifically for HTML5 <video> tags. It's smaller than MTS at the same quality and royalty-free. Common reasons to convert MTS → WebM:
<video src="reunion-2012.webm"> tag.<video> embedding without YouTube — Browsers will not play.mts natively. WebM is the de-facto open web format — the <source type="video/webm"> tag works in Chrome, Firefox, Edge, Opera, and Safari 14.1+ with no plugin and no third-party hosting.| Property | MTS (AVCHD) | WebM |
|---|---|---|
| Origin | Sony / Panasonic AVCHD spec (2006) | Google (2010) |
| Container | MPEG-2 Transport Stream | Matroska-based |
| Common video codec | H.264 / AVC | VP9, AV1, VP8 |
| Common audio codec | AC-3 (Dolby Digital), LPCM | Opus, Vorbis |
| Royalty status | H.264 / AC-3 patent-encumbered | Royalty-free |
| Browser playback | None — no browser plays MTS natively | Universal — Chrome, Firefox, Edge, Opera, Safari 14.1+ |
| Typical bitrate | 17-24 Mbps at 1080p (high) | 2-6 Mbps VP9 at 1080p (low) |
| Best for | Camcorder capture, Blu-ray authoring | Web embedding, royalty-free streaming |
| Codec | File size (relative) | Browser / device support | Best for |
|---|---|---|---|
| VP9 | 100% (baseline modern) | All modern browsers, most devices since 2017 | Default — sweet spot for web archiving |
| AV1 | ~70% | 2022+ devices, modern browsers | Smallest size, future-proof archives |
| VP8 | ~140% | Universal back to ~2010, including older Android | Maximum compatibility, legacy embed |
Older Sony / Panasonic AVCHD camcorders shoot 1080i (interlaced) at 50i / 60i. The conversion deinterlaces by default so the WebM plays smoothly on progressive-scan browsers. If your source is already 1080p (most 2014+ camcorders), no deinterlacing is applied and the original frame structure is preserved.
AVCHD records at 17-24 Mbps to keep camera-side encoding fast and edit-friendly. VP9 and AV1 use modern compression techniques (better motion prediction, larger coding blocks) that recover the same visual quality at a fraction of the bitrate. For self-hosted family footage that's a feature, not a bug — same picture, smaller file, faster page load.
VP9 for almost everything — universal modern browser support, 30-50% smaller than the H.264 inside your MTS, encodes fast in the browser. AV1 for the smallest possible files when audience is on 2022+ devices — encoding takes 5-10x longer but file is roughly half the size. VP8 only for very old Android devices or extremely conservative legacy compatibility (rare in 2026).
Safari 14.1+ (macOS Big Sur, iOS 14.5+) plays WebM with VP9. For older Safari, embed both formats in your <video> tag — WebM first, MP4 fallback second. Modern Safari picks the WebM; older Safari falls back. See also MTS to MP4 for the fallback file.
Yes. AVCHD camcorders write a BDMV/STREAM/ directory full of sequentially numbered.mts clips (00001.MTS, 00002.MTS, etc.). Drop the whole folder — every.mts is queued, converted in parallel withon our servers, and downloads individually or as a single ZIP.
Same workflow. M2TS is structurally identical to MTS (just a different file extension used inside the AVCHD/Blu-ray BDMV directory). The converter accepts both. If your source is a full disc, see also Convert M2TS to WebM for the format-specific landing page.
Yes. AVCHD audio is typically AC-3 (Dolby Digital) at 256-384 kbps or LPCM. Both are re-encoded to Opus (default for WebM) or Vorbis. Opus at 96-128 kbps is transparent — for camcorder audio, the result is indistinguishable from the source. If your MTS has multiple audio tracks (5.1 surround on prosumer rigs), the primary track is kept and downmixed to stereo.
Yes. Use the trim section to enter a start time and duration. Both accept seconds (2.5) or HH:MM:SS.sss (00:00:02.500). Trimming first means the encoder does less work and the output is smaller. For a pure-trim pass with no codec change, see Trim MTS.
XConvert handles large MTS files including 30-minute camcorder clips and multi-GB AVCHD discs. Conversion runs on our servers, so the practical limit is upload size and connection speed and patience for the upload. No fixed cap, no quantity limit on batch jobs, no watermark.