WebM is the web's native video container, and most of the WebMs you'll have to deal with come from one of three places: video clips downloaded from sites that serve WebM natively, browser-based screen recorders (Loom, Vidyard, the macOS Chrome screen-recording extension), and Google Meet or Microsoft Teams when they save a recording. Inside a WebM you'll find VP8 or VP9 video — sometimes AV1 — paired with Vorbis or Opus audio. The video codec doesn't matter for our purposes; the audio is what we extract.
Browsers decode WebM natively, which means the fast engine has a particularly easy time with it. A 30-minute web meeting recording converts in well under a minute. The audio inside is usually Opus, which we re-encode to MP3 so the result plays in legacy hardware that doesn't speak Opus directly. You can also pick OGG output to keep things in the open-format world, or Opus output if you specifically want the small, modern-codec result.
Common scenarios
When to convert WebM to MP3
Google Meet and Teams exports
Meet recordings often arrive as WebM with Opus audio. Pull just the conversation track to share with a teammate who couldn't attend.
Loom and Vidyard recordings
Browser-based recorders save WebM. Get an audio-only version of a product walkthrough for transcription or commentary.
Downloaded clips
Many websites serve VP9 in WebM. If you have a WebM clip you own the rights to, this converts to a sharable MP3.
Open-format pipelines
Some open-source video tooling prefers WebM. Convert to MP3 for compatibility, or OGG/Opus to stay in the open-format world.
Under the hood
How the conversion works
Why WebM exists
WebM was built around royalty-free codecs (VP8/VP9/AV1 video, Vorbis/Opus audio) so it could be used freely by browser vendors without paying patent fees. It's a stripped-down subset of Matroska, designed specifically for streaming on the open web.
Opus is the audio codec you usually find inside
Opus is unusually good at low bitrates — it can sound transparent at 96 kbps where MP3 needs 192 kbps to match. When you go WebM → MP3 you're trading away that efficiency for compatibility. If your destination supports Opus directly, pick Opus output instead.
Sensitive recordings stay private
Meeting and screen recordings can contain confidential material, so it matters that nothing is uploaded: the WebM is decoded and the audio encoded entirely in your browser. There is no server round-trip and no size cap imposed by an upload limit.
Which output format and bitrate to pick
WebM audio is almost always Opus (sometimes Vorbis). MP3 maximizes compatibility, while Opus or OGG output keeps the original open-format efficiency. Sizes are approximate, per minute of audio.
| Output | Best for | Approx. size / min |
|---|---|---|
| MP3 320 kbps | Music clips kept at full quality | ~2.4 MB |
| MP3 192 kbps | Meetings, screencasts, and voice | ~1.4 MB |
| MP3 128 kbps | Speech — still clean because the Opus source was efficient | ~1.0 MB |
| Opus | Keeping the small, modern-codec original if your player supports it | ~0.7 MB |
| OGG (Vorbis) | Open-format audio without going to MP3 | ~1.4 MB |
| WAV | A lossless intermediate for editing | ~10 MB |
How to
Step by step
- 1
Drop the .webm
Drag and drop the file onto the page. Local processing only.
- 2
Choose MP3 (or Opus if you can use it)
MP3 for ubiquitous playback; Opus or OGG to keep the file small with the original open-format codec efficiency.
- 3
Preview, then trim to a clip if you want one
Play the extracted audio and drag across the waveform to keep just a section — for example, one answer from a long meeting recording.
- 4
Download the audio
Conversion completes in a fraction of real-time on a modern machine. Re-export to another format without reloading the file.
FAQ
Frequently asked questions
Is this free with no watermark?
Yes — no sign-up, no paywall, no watermark. MP3, Opus, OGG and the lossless formats are all available to everyone.
Is my meeting recording uploaded anywhere?
No. Google Meet and Teams recordings can be sensitive, so it matters: the WebM is processed entirely in your browser and never leaves your device.
Can I convert downloaded YouTube videos with this?
Technically yes — if you have a WebM file you obtained legally (e.g. via YouTube's own download for offline viewing, or from your own uploads via YouTube Studio), this site will convert it. We don't download from YouTube; you'd need a separate tool for that step.
Why does my Meet recording sound so good even at low MP3 bitrates?
The source is usually Opus, which captures speech with very high efficiency. Even after the lossy MP3 re-encode, voice quality holds up well at 128 kbps — the underlying audio was clean to begin with.
Can I export just a clip, like one answer from a meeting?
Yes. After the audio loads, play it back and drag across the waveform to keep only that section, then download the clip.
What's the difference between WebM with Opus and OGG with Opus?
Both are open containers carrying Opus audio. WebM is geared toward video + audio; OGG is the historical audio-and-everything-else container from Xiph. For audio-only output we use OGG; that's what the OGG export option produces.
My WebM file came from screen recording with no audio. What will happen?
The conversion will fail with a clear error saying no audio track was found. Pick a video file that actually has sound, or use a tool that synthesizes silent audio if you need a silent MP3 for some reason.
See also
Related converters