Initializing... drag & drop files here
Supports: WEBM
.webm clip into the upload area or click "+ Add Files" to browse. Batch is supported — queue several WebM files and convert them with the same settings..mts file when it finishes.WebM is Google's open container for VP8/VP9/AV1 video — perfect for the web, but a non-starter for the AVCHD camcorder world. MTS is the file extension Sony and Panasonic chose in 2006 when they jointly launched AVCHD, an MPEG-2 Transport Stream container carrying H.264/AVC video and Dolby AC-3 (or LPCM) audio. Consumer Handycams, Lumix camcorders, and Blu-ray recorders expect MTS in a specific BDMV folder layout; drop a WebM in there and the device won't index it. Converting bridges the two ecosystems.
PRIVATE/AVCHD/BDMV/STREAM/ folder so the camcorder treats it as a native clip..webm; MTS is the path to disc playback.| Property | WebM | MTS (AVCHD) |
|---|---|---|
| Container | Matroska-derived (WebM subset) | MPEG-2 Transport Stream |
| Video codecs | VP8, VP9, AV1 | H.264/AVC (MVC for 3D) |
| Audio codecs | Vorbis, Opus | Dolby AC-3, Linear PCM |
| Max video bitrate | Effectively unbounded by container | 24 Mbps (interlaced/1080p), 28 Mbps (1080p Progressive) |
| Max resolution in spec | Unlimited (codec-limited) | 1920×1080 (4K is XAVC, not AVCHD) |
| Audio channels | Up to 8 (Opus) | AC-3 up to 5.1; LPCM up to 7.1 |
| Standardized by | WebM Project (Google), 2010 | Sony + Panasonic, 2006 (v2.0 in 2011) |
| Primary use | Web streaming, HTML5 <video> |
Consumer/prosumer HD camcorders, Blu-ray |
| Native playback | All modern browsers, Android | Sony/Panasonic camcorders, Blu-ray players, NLEs |
| Folder requirements | None | BDMV/STREAM/ inside AVCHD or PRIVATE/AVCHD/ |
| File extension after import | .webm |
.mts on card, often renamed .m2ts after import |
| Preset / mode | Target H.264 bitrate (1080p) | Best for |
|---|---|---|
| Highest | ~24 Mbps (AVCHD ceiling) | Archival masters, color grading source |
| Very High (default) | ~17–20 Mbps | Camcorder-style quality, AC-3 5.1 retained |
| High | ~12–15 Mbps | Long records, dual-layer DVD-AVCHD |
| Medium | ~8–10 Mbps | 720p downscales, web previews destined for AVCHD pipeline |
| Constant Bitrate | You set Mbps | Hitting a fixed disc / streamer budget |
| Variable Bitrate | You set average Mbps | Better quality at the same file size |
| Constant Quality (CRF) | CRF 18–28 typical | Letting the encoder choose bits per scene |
| Specific file size | You set MB | Fitting one MTS into a known card / disc slot |
If you need the reverse direction or a different output container, see MTS to MP4, WebM to MP4, or WebM to MOV. To slim the source first, try Compress WebM before re-encoding.
It depends on the device. AVCHD-compliant Sony Handycams, Panasonic Lumix camcorders, and Blu-ray recorders index files by walking the BDMV folder tree (PRIVATE/AVCHD/BDMV/STREAM/ on most SD cards), and they look for 8.3-style filenames like 00000.MTS. Even a perfectly encoded MTS won't appear in the on-camera library unless it lives in that folder with that naming. The converted file plays fine in VLC, MPC-HC, and any NLE that imports AVCHD, but for camcorder playback you must mirror the original BDMV structure manually.
They're the same MPEG-2 Transport Stream container. Sony/Panasonic camcorders write .MTS to the SD card during recording, and the manufacturer's import tools rename to .m2ts once the file lands on a computer — typically also adding the original timestamp and a header copied from the CLIPINF sidecar. xconvert outputs .mts; renaming to .m2ts is safe and reversible.
WebM almost always carries VP9 or AV1, both of which are 25–50% more efficient than H.264 at the same visual quality. MTS is locked to H.264 by the AVCHD spec, so the encoder needs more bits to match what VP9/AV1 did with fewer. Pick the High or Medium preset, or switch to Variable Bitrate with a lower average, to claw back some size. A 1080p H.264 encode at 12–15 Mbps usually looks indistinguishable from the WebM at half the source bitrate.
If the source actually has a 5.1 Opus track (most YouTube downloads and screen recordings are stereo), the converter remaps to AC-3 5.1 at up to 640 kbps — AC-3 is the AVCHD spec's surround codec and Dolby Digital 5.1 is what your Blu-ray receiver expects. Stereo Opus stays stereo; the converter doesn't synthesize channels that aren't there.
AVCHD tops out at 1920×1080. Sony's 4K consumer format is XAVC S (uses an MP4 container), and the prosumer variant is XAVC. If you need 4K out of a camcorder workflow, MTS is the wrong target — use WebM to MP4 with an H.264 or H.265 codec instead. The converter will still let you select 2160p inside an MTS file, but the result is technically non-compliant AVCHD and may be rejected by camcorders and disc players.
AVCHD 1.0 (2006) defined 1080i and 720p modes; progressive 1080p (50p/60p) only arrived with AVCHD 2.0 in 2011. Some editors default to flagging any 1080-line MTS as interlaced unless the stream metadata explicitly says progressive. Re-importing with the right interpretation, or letting your NLE detect field order on the first frame, usually fixes the preview.
Yes — VP8 and VP9 in WebM can carry an alpha channel for transparent overlays, but H.264 inside AVCHD has no alpha support at the consumer profile level. The alpha is flattened against black (or your chosen background color) before encoding. If you need to preserve transparency, MTS is not the right destination; export to a ProRes 4444 or VP9-alpha workflow instead.
.ts broadcast stream?Both use MPEG-2 Transport Stream packets. A broadcast .ts typically carries multiple programs, DVB-style PSI tables, and may use MPEG-2 video; AVCHD MTS carries a single program with H.264 video, AC-3 or LPCM audio, and adds AVCHD-specific clip-information (CPI) tables that camcorders and disc players index against. Generic .ts files won't appear in a Handycam's clip list even if you put them in the BDMV folder.
Often yes — many Blu-ray players (and a surprising number of upscaling DVD players) recognize AVCHD-on-DVD if you author the disc with the correct BDMV folder layout and stay within the 18 Mbps DVD bitrate cap. Tools like multiAVCHD or tsMuxeR build the folder structure; the MTS files xconvert produces drop straight into BDMV/STREAM/. Choose the High preset (12–15 Mbps) to comfortably fit inside the DVD limit.