Initializing... drag & drop files here
Supports: WEBM
WebM (VP8 / VP9 video with Opus or Vorbis audio) is the modern web's video format — used by YouTube, Twitter, Discord, Reddit, and most browser-based screen recorders. MP3 is universal compressed audio. Common reasons to extract WebM audio as MP3:
| Bitrate | File size (per minute) | Use case | Audible vs source |
|---|---|---|---|
| 96 kbps mono | ~0.7 MB | Audiobooks, voice memos | Slight high-frequency loss |
| 128 kbps stereo | ~1 MB | Podcasts, casual music | Mostly transparent |
| 192 kbps stereo | ~1.4 MB | General music, balanced | Mostly transparent |
| 256 kbps stereo | ~1.9 MB | Quality music distribution | Effectively transparent |
| 320 kbps stereo | ~2.4 MB | Best MP3 quality, near-lossless | Audibly identical for most |
| Source codec inside WebM | Typical use | After conversion to MP3 |
|---|---|---|
| Opus | YouTube, Discord, modern web video | Decoded → re-encoded as MP3 |
| Vorbis | Older WebM, some open-source workflows | Decoded → re-encoded as MP3 |
| AAC (rare in WebM) | Edge cases | Decoded → re-encoded as MP3 |
Both Opus and Vorbis are higher-quality codecs than MP3 at the same bitrate. Re-encoding to MP3 is necessarily lossy — quality is capped by the source plus a small additional loss from MP3 compression. At 256-320 kbps the loss is inaudible.
Yes — MP3 is lossy compression, and the source WebM audio (Opus or Vorbis) is also lossy. You're stacking two lossy compressions. At 256-320 kbps MP3 the difference from the source is inaudible to most listeners. At 128 kbps you may notice subtle high-frequency softness on cymbals and reverb tails. For critical listening or further editing, use a higher MP3 bitrate or convert to a lossless format like WebM to WAV.
For music: 192-320 kbps stereo. For podcasts and speech: 128 kbps stereo or 96 kbps mono. For audiobooks: 64-96 kbps mono is plenty. Use VBR if your target player supports it — same average bitrate, smarter bit allocation, slightly better quality.
Yes — drop in entire folders of WebM files. Each converts in parallel on our servers and downloads individually or as a single ZIP. Useful for archiving a set of meeting recordings, podcast source files, or YouTube downloads.
Yes. The output is audio only — the video track is dropped. If you need the audio extracted but want to keep the video too, run the conversion separately and keep both files. For a video-format conversion instead, see WebM to MP4.
Yes. Use the trim section to enter a start time and duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Useful for pulling a single song from a long DJ set WebM, or extracting one minute of speech from a long meeting recording.
The WebM contains both video (which is the bulk of the file size) and audio (a small fraction). MP3 keeps only the audio stream and applies its own compression on top. Typical reduction: 80-95% smaller than the original WebM. This is the main practical advantage of converting when you only need the audio.
Some metadata transfers as ID3 tags on the output MP3, depending on what was in the source WebM. Browser-recorded WebMs typically have no music metadata. Music-streaming-rip WebMs often have metadata that survives. You can edit ID3 tags after conversion using free tools like Mp3tag.
Convert WebM directly to WAV or FLAC instead — see WebM to WAV. The result is bit-faithful to the WebM's decoded audio (still capped by Opus / Vorbis quality, but not further degraded by MP3 compression).