Initializing... drag & drop files here
Supports: MTS
MTS is the AVCHD camcorder container — H.264 video alongside a Dolby AC-3 (or, on some professional models, uncompressed LPCM) audio track. A .weba file is the opposite end of the spectrum: an audio-only WebM, holding just the sound with the video discarded. This converter extracts the audio from your MTS clip and re-encodes it into the WebM audio container, which is the format HTML5 <audio> elements, Media Source Extensions players, and web-app pipelines expect when they ask for audio/webm. If you only need a universally playable audio file, MTS to MP3 is the better target; WEBA is specifically for WebM-based web audio workflows.
| Property | Value |
|---|---|
| Container | MPEG-2 Transport Stream (.mts / .m2ts), AVCHD constraints |
| Introduced | 2006, jointly by Sony and Panasonic |
| Typical audio codec | Dolby Digital (AC-3), lossy |
| Pro-model audio option | Uncompressed Linear PCM (LPCM) |
| Channels | Stereo and 5.1 surround both supported |
| AC-3 bitrate | 64–640 kbit/s by spec; 256 and 384 kbit/s common in practice |
| Video codec (discarded here) | H.264 / AVC |
| Property | Value |
|---|---|
| What it is | Audio-only WebM stream (no video) |
| Container family | WebM, based on Matroska; released by Google in 2010 |
| Audio codec | Opus or Vorbis; this converter outputs Opus |
| WebM + Opus | Opus audio added to the WebM spec in 2013 |
| Typical MIME type | audio/webm |
| Licensing | Royalty-free |
| Native browser playback | Chrome 25+, Firefox 28+, Edge 79+, Opera 16+; Safari 16+ (macOS), iOS 17.4+ |
| Best for | HTML5 <audio>, Media Source Extensions, WebM-only pipelines |
.mts clips. Batch upload is supported — queue several and extract them in one pass with the same settings.Some, because it is a lossy-to-lossy step. Most AVCHD camcorders record audio as Dolby Digital (AC-3), which is already a lossy codec, so re-encoding that track to Opus inside the WebM container adds a second round of compression — you cannot recover detail the original AC-3 encode discarded. To keep the loss minimal, set Custom Bitrate at or near the source's audio bitrate (AVCHD AC-3 commonly sits around 256 or 384 kbit/s) rather than pushing it higher, which only wastes space. If your MTS came from a professional model that recorded uncompressed LPCM, the conversion is a clean first-generation Opus encode and the quality stays high.
This converter produces Opus inside the WebM container. WebM officially supports two audio codecs, Opus and Vorbis, and adopted Opus in 2013; Opus is the modern choice because it delivers better quality per kilobit than Vorbis or MP3, especially at lower bitrates. For a WebM/audio/webm pipeline, an Opus stream is what you generally want, so there's no separate Vorbis step to manage here.
WEBA exists for WebM-native web audio. If you're feeding an HTML5 <audio type="audio/webm"> element, a Media Source Extensions player, or a build pipeline that ingests WebM segments, a .weba file drops straight in. For everything else — sharing a track, importing into a DAW, playing on a phone or in a car — MP3 is far more universal. If that's your goal, use MTS to MP3 instead. WEBA is the niche, web-specific answer, not the general-purpose one.
Both carry Opus audio, but they're wrapped differently: a .weba puts the Opus stream inside the WebM (Matroska-based) container with the audio/webm MIME type, while a .opus file wraps the same codec in Ogg encapsulation with audio/ogg. Pick WEBA when a tool specifically expects WebM audio; pick the Ogg-Opus file otherwise. If you'd rather have the raw Opus extension, use MTS to Opus, which extracts the same audio into an Ogg-Opus .opus file.
Native playback follows WebM container support. Chrome, Firefox, Edge, and Opera have handled WebM for years (Chrome from version 25, Firefox from 28, Edge from 79, Opera from 16). Apple was the latecomer: per caniuse, full WebM support arrived in Safari 16 on macOS and iOS 17.4, with earlier versions marked partial. So a .weba plays reliably in current desktop browsers but can stumble on older Apple devices — another reason this format makes most sense inside a controlled web pipeline rather than for general distribution.
This page extracts the audio and throws the video away, so it's the wrong tool if you want to keep the picture. To re-wrap the full AVCHD clip into a widely compatible video file, use MTS to MP4, which keeps both the H.264 video and the audio. Come here only when you genuinely want an audio-only WebM result.
Files are uploaded over an encrypted connection and processed on our servers — never shared or made public, with no sign-up and no watermark. Uploads and their converted outputs are deleted automatically a few hours after conversion, so nothing lingers on our side. In our testing, a 90-second 5.1 AVCHD clip with a 384 kbit/s AC-3 track extracted to a stereo Opus .weba at the default Highest preset in a few seconds once the upload finished.