Initializing... drag & drop files here
Supports: WEBM
WebM (VP8/VP9/AV1 in a Matroska-derived container) is the web-native video format used by YouTube, Twitter/X, and most browser screen recorders. AVCHD, introduced by Sony and Panasonic in 2006, is an H.264 + Dolby AC-3 (or uncompressed LPCM) profile designed for consumer HD camcorders and Blu-ray authoring — its folder structure (BDMV/STREAM/PLAYLIST) is derived directly from the Blu-ray Disc spec. The two formats serve opposite purposes, so transcoding is the only path between them.
.mts archive of an event recording..m2ts files directly; many do not recognise VP9 WebM at all.| Property | WebM | AVCHD |
|---|---|---|
| Video codec | VP8, VP9, AV1 | H.264/AVC (Main or High Profile) |
| Audio codec | Vorbis, Opus | Dolby AC-3 (Dolby Digital) or LPCM |
| Container | Matroska-derived | MPEG-2 transport stream |
| File extension | .webm |
.mts (camcorder) / .m2ts (after import) |
| Folder structure | None — a single file | BDMV / STREAM / PLAYLIST (Blu-ray derived) |
| Max bitrate (1080p) | No hard cap | 24 Mbit/s standard, 28 Mbit/s AVCHD Progressive |
| Allowed resolutions | Any | 1920×1080, 1440×1080, 1280×720, 720×480, 720×576 |
| Frame rates | Any | 24p, 50i, 50p, 60i, 60p |
| Royalty status | Royalty-free | Patent-licensed (MPEG LA pool) |
| Best for | Web embedding, browser playback | Camcorder workflows, Blu-ray authoring, NLE import |
| Mode | Setting | Typical use |
|---|---|---|
| Constant Bitrate | 24 Mbit/s | Original AVCHD 1.0 high-quality 1080i / 720p target |
| Constant Bitrate | 28 Mbit/s | AVCHD Progressive (1080p50/60), AVCHD 2.0 ceiling |
| Constant Bitrate | 17 Mbit/s | Long-play camcorder mode, smaller files |
| Constraint Quality | CRF 18-20 | Visually lossless, variable file size |
| Constraint Quality | CRF 23 | Default-quality H.264, ~50% smaller than CRF 18 |
| Quality Preset: Very High | Auto | Closest to source; safe default for unknown footage |
| Quality Preset: Medium | Auto | Balanced size/quality for proxy or archival |
No — and that is the format's hard limit, not a bug in the converter. AVCHD compliance caps resolution at 1920×1080 (the AVCHD 2.0 ceiling). If your source is 3840×2160 or higher, pick 1920×1080 from Preset Resolutions or use Resolution Percentage at 50%. For true 4K masters, AVCHD is not the right container — consider WebM to MP4 with H.265 instead, which preserves the 4K resolution.
24 Mbit/s constant bitrate is the original AVCHD 1.0 high-quality setting for 1080i and 720p; 28 Mbit/s is the AVCHD 2.0 ceiling and the right pick for 1080p50/60 (AVCHD Progressive). 17 Mbit/s matches a typical "long-play" camcorder mode — smaller files at slight quality cost. If you want variable bitrate, Constraint Quality at CRF 18-20 is visually indistinguishable from source for most content.
.mts instead of .m2ts?Both extensions wrap the same MPEG-2 transport-stream content. .mts is what camcorders write to the SD card; .m2ts is the extension used after the file is imported to a computer or burned to Blu-ray (the Blu-ray Disc spec mandates .m2ts). Either extension will play in VLC, Premiere Pro, Final Cut Pro X, and any AVCHD-compatible device. Some editors require .m2ts for full project import — rename the extension if needed; no re-encode required.
Adobe Premiere Pro has native AVCHD import since CS4 (2008); Final Cut Pro X imports AVCHD directly from camera or as a loose file; Sony Vegas Pro has supported AVCHD for over a decade. iMovie originally supported AVCHD Lite only and converts to an intermediate codec on import. DaVinci Resolve plays AVCHD files but Studio (paid) is required for some H.264 hardware acceleration. If your editor refuses the file, check that the resolution and frame rate match one of the AVCHD-allowed combinations listed in the comparison table.
Yes — that is one of AVCHD's primary design goals. AVCHD content written to a standard DVD-R or BD-R using AVCHD authoring software (TMPGEnc Authoring Works, Cyberlink PowerProducer, Sony's bundled disc tools) plays on most Blu-ray players, PlayStation 3, PlayStation 4, and PlayStation 5. The BDMV folder structure on the disc is what makes the player recognise it as AVCHD. A raw .m2ts dragged to a data DVD will play in computer software but may not play in standalone Blu-ray hardware.
AVCHD supports two audio codecs by spec: Dolby AC-3 (Dolby Digital), which is the camcorder default, and uncompressed LPCM. Both support stereo and 5.1 channel layouts. If your source WebM has Opus or Vorbis 5.1 audio, the channel layout is preserved during transcoding to AC-3. WebM stereo stays stereo. Multichannel Vorbis with non-standard channel orders may downmix to stereo — check the output if you specifically need surround.
Expect 2-5× the source WebM size for equivalent visual quality. A 50 MB VP9 WebM at 1080p typically becomes a 150-250 MB AVCHD file. The growth comes from two places: H.264 is less efficient than VP9 (roughly 30-50% larger at matched quality), and AVCHD's transport-stream container adds metadata, timestamps, and program-clock-reference packets that WebM doesn't carry. If size matters more than camcorder compatibility, WebM to MP4 with H.265 or staying in WebM is more space-efficient.
Yes — AVCHD to WebM is a one-click reverse using AVCHD to WebM. The round-trip loses some quality (any re-encode does) but is fine for proxy editing or web distribution after a camcorder workflow. If you need the AVCHD file in a more web-friendly H.264 wrapper instead of VP9, AVCHD to MP4 keeps the same H.264 video stream and just remuxes into an MP4 container — that is lossless and very fast.
Yes by default — settings you pick (bitrate, resolution preset, quality mode) apply to every uploaded WebM. Per-file overrides are available if some clips need a different resolution. Each file processes independently on our servers, so a batch of ten 1080p clips runs in parallel within the limits of your CPU. Output is a ZIP if you select multiple files for download together.