How to convert OGG to MP3 in your browser
The tool loads a WebAssembly build of ffmpeg in your tab, decodes the Vorbis or Opus stream inside the OGG container, and re-encodes it with libmp3lame at the bitrate you pick. Nothing is uploaded.
Because both sides of this conversion are lossy, there is no bitrate that makes the MP3 better than the OGG. Pick a bitrate that matches the quality already in the source, and convert only because something downstream refuses to read OGG.
- Drop in one .ogg or .oga file.
- If the page reports the file cannot be opened, try again in Chrome or Firefox, which decode Ogg natively.
- Choose a bitrate: 128 kbps for speech, 192 kbps for music.
- Run the conversion and download the MP3 when it appears.
- Re-tag the MP3 if you need artist and title, because the Vorbis comments are not carried over.