Skip to content
Server-sideDeleted in 30 minutes

Convert WebM to MP3

Take the audio out of a WebM and get an MP3 that plays anywhere. WebM is the web's own video format, which is why almost anything saved from a browser arrives as one — and its audio is Opus or Vorbis, two codecs that are technically excellent and supported by very little outside a browser. That mismatch is the whole reason this conversion exists.

Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.

Add to Chrome — free
WEBMMP3

Drop your WEBM file here, or click to browse

Up to 50 MB. Deleted automatically after 30 minutes.

What it does

  • The video stream is discarded, not re-encoded
  • Reads both Opus and Vorbis audio
  • Plays on car stereos and older devices
  • No watermark and no sign-up

How to use WebM to MP3

  1. 1

    Add the WebM

    Drop the file in or pick it from your computer, up to 50 MB, no account required.

  2. 2

    Convert

    The video is dropped and the Opus or Vorbis audio is decoded and re-encoded as MP3.

  3. 3

    Play it anywhere

    The MP3 works on car stereos, older phones and every audio editor, none of which reliably read Opus.

A format built for browsers, and only browsers

WebM was created by Google in 2010 as an open, royalty-free video format for the web, at a point when the alternative meant patent licensing. It succeeded at exactly that: it is supported by every browser, it is what many sites serve, and it is what you get when you save video from one.

Its audio side is where the friction appears. WebM carries Vorbis or, in more recent files, Opus. Both are open codecs and both are technically strong — Opus is genuinely one of the best audio codecs available and beats MP3 comfortably at any bitrate. Neither is much use if the thing you want to play the file on has never heard of them.

That is the shape of the problem. The audio is good; the ecosystem outside the browser did not follow.

How it works

The video track is discarded rather than converted, and the Opus or Vorbis audio is decoded and re-encoded to MP3 at a high variable-bitrate setting. Skipping the picture is why this is quick and why the output is small — in a video file the images are nearly all of the bytes.

Because the source audio was already compressed, this is a second lossy encode. The two codecs discard different things, so a small amount of additional damage is unavoidable. It matters for music at high quality and is inaudible for speech.

When not to convert

If the destination can read Opus, do not convert to MP3 at all. Extracting the Opus track without touching it is lossless and instant, because nothing is being re-encoded — the existing audio is simply lifted out of the container. Recent versions of VLC, foobar2000 and most Linux players handle .opus files without complaint, and ffmpeg will do the extraction in one command.

Convert to MP3 when the target is a car stereo, an older phone, an audio editor that predates Opus, or anything else where you do not get to install a decoder. That is most of the time, which is why this page exists.

Why so much of what you save is WebM

Browsers negotiate a format with the site rather than being handed one, and for video they will take WebM where it is offered because it is what they support natively and royalty-free. The result is that a great deal of what people save from the web is WebM without anyone having chosen it — the same way Windows produced years of WMV and XPS files because those were the defaults in the dialog rather than because anyone picked them.

Formats that arrive by default rather than by decision are the ones that accumulate quietly, and they are the ones people later need converting in bulk.

Examples

A talk saved from a browser

conference-talk.webm
conference-talk.mp3

WebM is what a browser hands you, and an MP3 is what a phone, a car and a portable player will accept. The audio is all most talks need.

Background music from a downloaded clip

loop.webm
loop.mp3

Opus inside WebM will not import into most audio editors and older DAWs. MP3 goes in without argument.

Frequently asked questions

Why does my WebM audio not work on my phone or in my car?

Because WebM carries Opus or Vorbis audio, and support for both is patchy outside browsers. Opus in particular is a modern, genuinely excellent codec that browsers and messaging apps adopted quickly and that car stereos, older phones and many audio editors never did. The file is not broken; the decoder is missing at the other end.

Does converting make the audio worse?

A little. Opus and Vorbis are already lossy, so encoding to MP3 is a second pass and the two encoders discard slightly different things. For speech the difference is inaudible. For music you would need a good pair of headphones and the original to compare against before hearing it.

Is Opus really better than MP3?

At the same bitrate, clearly yes — it is roughly twenty years newer and holds up far better at low bitrates, which is why voice chat and messaging apps use it. That is not the question this conversion answers. MP3 is worse and works everywhere, and for a file that has to play on a device you do not control, that trade is usually the right one.

Can I get a WebM's audio without re-encoding it?

Not into an MP3 — that requires encoding by definition. It is possible to copy the Opus track straight out into an `.opus` file with no quality loss at all, which a desktop tool such as ffmpeg will do in a second. That is the better route if whatever you are feeding it into can read Opus.