Initializing... drag & drop files here
Supports: WEBM
WebM is a container restricted to Vorbis or Opus audio (Vorbis since the 2010 launch, Opus added in 2013) wrapped around VP8 or VP9 video. The Ogg container holds Vorbis, Opus, FLAC, or Speex. Converting WebM to OGG strips out the video track and writes the audio as Ogg Vorbis — a free, patent-unencumbered audio file that plays in more places than WebM does. Common reasons:
| Property | WebM | OGG |
|---|---|---|
| Designed for | Web video (VP8/VP9 + Vorbis/Opus) | General-purpose audio streaming |
| Audio codecs | Vorbis (since 2010), Opus (since 2013) | Vorbis, Opus, FLAC, Speex, PCM |
| Video support | Yes (VP8, VP9, AV1) | Theora (rare) — Ogg is treated as audio-only in practice |
| Recommended extension | .webm | .ogg (Vorbis), .opus (Opus), .oga (general audio) |
| MIME type | video/webm or audio/webm | audio/ogg, audio/opus |
| Wikimedia Commons accepts | Yes, Vorbis-only audio | Yes, all four codecs |
| Audio-player recognition | Often treated as video; metadata tagging weak | Recognised as audio everywhere; full Vorbis-comment metadata |
| Patent / royalty status | Royalty-free (Google, IETF) | Royalty-free (Xiph.Org Foundation) |
| Bitrate (Vorbis VBR) | Typical file size per minute | Use case | Audible vs source |
|---|---|---|---|
| 64-80 kbps | ~0.5 MB | Audiobooks, voice memos, podcasts | Noticeable artefacts on music |
| 96-112 kbps | ~0.7 MB | Speech-heavy podcasts, internet radio | Transparent for voice |
| 128 kbps | ~1.0 MB | Default music quality | Mostly transparent |
| 160-192 kbps | ~1.3 MB | Quality music, the iTunes-equivalent tier | Effectively transparent for most listeners |
| 256-320 kbps | ~2.0-2.4 MB | Archival, high-fidelity reference | Considered transparent in listening tests |
Vorbis at any given bitrate is generally judged equal to or better than MP3 at the same bitrate, especially below 192 kbps. For Wikimedia, music libraries, and broad compatibility, Vorbis in an Ogg container is the safe pick. If you need device playback (car stereos, Bluetooth speakers), WebM to MP3 is universally supported; if you want lossless instead, see WebM to FLAC.
No — both Vorbis (in WebM) and Opus (in WebM) are lossy codecs, and the output Vorbis in OGG is also lossy. You're decoding the WebM's audio to PCM and re-encoding it as Vorbis. At 192-320 kbps the second-generation loss is inaudible in listening tests. If you want true lossless extraction, convert to WebM to FLAC or WebM to WAV instead — those preserve the decoded PCM bit-for-bit (still capped by the source codec's quality, but not further degraded).
Depends on the destination. If you're uploading to Wikimedia Commons or a music player that prefers .ogg, convert to Ogg Vorbis — Commons specifically lists Ogg-with-Opus and Ogg-with-Vorbis as accepted, but many third-party music players still index Vorbis more reliably. If your destination is a modern app, browser, or game engine, Opus is technically a better codec at low bitrates (6-510 kbps range vs Vorbis's ~16-500 kbps) and the Ogg-Opus container with the .opus extension is the format Wikimedia recommends for audio-only files.
The Xiph.Org Foundation standardised these in 2007. .ogg is for Ogg Vorbis audio (the historical default). .opus is for Ogg Opus audio (registered in RFC 7845). .oga is the generic Ogg-audio extension that covers FLAC-in-Ogg, Speex-in-Ogg, and other codecs. This converter outputs .ogg with Vorbis audio. If you specifically need .opus, target an Opus-audio-format converter instead.
Just the audio. Ogg is audio-only in practice (the Ogg container can technically hold Theora video, but no mainstream tool writes Ogg-Theora today and audio players ignore the video stream). The output is a pure audio file. If you want to keep the video track and just change container, target WebM to MP4 instead.
YouTube and Discord serve audio-only WebM files for low-bandwidth streams — the container is .webm but it has no video track inside. These convert to OGG fine; the video-stream-extraction step is skipped automatically. The output Ogg Vorbis file will be the same length as the source WebM.
Yes. Use the Trim section to enter a Start time and a Duration in seconds (12.5) or HH:MM:SS.sss (00:03:42.500). Useful for pulling one track from a DJ set WebM, one chapter from a long lecture, or one quote from a meeting recording. The output is a single Ogg Vorbis file containing only that segment.
Vorbis comments are the metadata format inside Ogg Vorbis. If your source WebM has Matroska tags with title/artist/album, common values transfer to Vorbis comments on conversion. Browser-recorded WebMs and Discord voice notes typically have no music metadata. After conversion you can edit Vorbis comments with EasyTAG, Picard (MusicBrainz), or the metadata pane in foobar2000.
Both are active. Opus is the newer codec and outperforms Vorbis below ~96 kbps; Vorbis remains widely supported and is the de-facto audio codec for Ogg in music libraries, free-software ecosystems, and many game engines (Godot, older Unity projects). Wikimedia Commons accepts both. For maximum compatibility with Audacity, Reaper, Subsonic/Navidrome, and Linux media servers, Ogg Vorbis is still the safe choice.
Vorbis at the same bitrate generally sounds slightly better than MP3, especially at 96-160 kbps. Vorbis is also patent-unencumbered, which matters for free-software, Wikimedia, and open-source-game distribution. MP3 wins on universal device support — every car stereo and Bluetooth speaker plays MP3, while Ogg support varies. If broad device playback is the priority, see WebM to MP3; if quality-per-byte and licensing matter more, stick with Ogg Vorbis.