Initializing... drag & drop files here
Supports: OGV
OGV is the Ogg video container — usually Theora video paired with a Vorbis audio track. OGA is the Ogg audio container, holding the sound only. Converting OGV to OGA pulls the audio out of the video and writes it to an audio-only .oga file; the Theora video is discarded. Because the audio inside an OGV is normally already Vorbis, the result is essentially the same audio re-encoded into an audio-only container — no video, and no quality gained.
| Property | Value |
|---|---|
| Container | Ogg (Xiph.Org) |
| Type | Video + audio |
| Typical video codec | Theora |
| Typical audio codec | Vorbis |
| File extension | .ogv |
| MIME type | video/ogg |
| Native browser support | Theora disabled by default in Chrome 120 and removed from Chromium in 123 (March 2024), disabled by default in Firefox 126; Safari never supported it |
| Best for | Legacy open-source HTML5 video; largely superseded by WebM |
| Property | Value |
|---|---|
| Container | Ogg (Xiph.Org) |
| Type | Audio only |
| Audio codec on this tool | Vorbis (lossy), with FLAC, Opus, MP3 and others selectable |
| File extension | .oga |
| MIME type | audio/ogg |
| Native browser support | Vorbis plays in Chrome, Firefox, Edge, Opera, and Safari 18.4+ (partial 14.1–18.3); not Internet Explorer |
| Best for | Open, royalty-free audio for the web and open-source players (VLC, Audacity) |
.ogv file onto the page or click "+ Add Files." You can queue several files and convert them with the same settings..oga file. No sign-up, no watermark. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours.Extracting the audio always re-encodes it, so keeping the codec on Vorbis is a lossy-to-lossy step: quality can only stay close or drop, never improve. Because the source Vorbis is already lossy, match or exceed its bitrate to keep the added loss inaudible. To preserve as much fidelity as possible, keep the codec on Vorbis and the Quality Preset on Highest.
No. OGA is an audio-only container. The Theora video track in the source OGV is discarded; only the sound is written to the .oga file. If you need the picture as well, keep it as video — convert OGV to MP4 or WebM instead.
Both are Ogg containers. Since 2007, Xiph.Org recommends .ogg for Vorbis audio specifically and .oga for Ogg audio that may use other codecs (FLAC, Opus, Speex). In practice many players treat them interchangeably; this tool writes .oga and can output Vorbis or other audio codecs inside it.
Vorbis-in-OGA plays in Chrome, Firefox, Edge, and Opera, and in Safari 18.4 and later (partial support from 14.1). It is not supported in Internet Explorer and was historically patchy on older Apple software. For the widest compatibility — including older phones, smart TVs, and editing apps — convert OGV to MP3 instead, since MP3 plays almost everywhere.
Chrome disabled Theora by default in version 120 and Google removed the video codec from Chromium in 123 (March 2024), citing low usage and security concerns around legacy media decoders; Firefox disabled it by default in 126. The Ogg container and Vorbis audio were not affected by that change — which is partly why moving the audio into a plain .oga keeps it usable even after Theora playback disappears.
Yes. In our testing, expanding the options exposes Trim (start and duration), Audio Sample Rate, and Audio Channel controls alongside the bitrate modes, so you can clip a section, drop a 48 kHz track to 44.1 kHz, or fold stereo to mono in the same conversion pass.
Use the dedicated OGV to MP3 converter, which extracts the same audio track but encodes it to MP3 for maximum device compatibility. If you already have an .oga and want MP3, convert OGA to MP3 does the audio-to-audio step directly.
Yes — the codec selector lets you write the .oga with FLAC, Opus, or other codecs instead of Vorbis. FLAC is a lossless codec, so a FLAC-in-Ogg file preserves every sample it is given without further loss. But that does not undo earlier loss: if the source OGV's audio is Vorbis (lossy), it was already compressed, and re-encoding to FLAC only freezes the current quality into a larger, lossless-from-here file — it cannot restore what Vorbis discarded. Opus is the modern lossy choice and is more efficient than Vorbis at low bitrates. Pick Vorbis to stay Ogg-traditional, FLAC when a downstream tool needs lossless input, or Opus for the smallest good-sounding file.
Reference it from an HTML5 <audio> element with the MIME type audio/ogg; Vorbis-in-OGA plays in Chrome, Firefox, Edge, and Opera, and in Safari 18.4 and later. Because a few environments — older Safari and Internet Explorer — do not decode it, the robust pattern is to offer a fallback <source> such as MP3 alongside the OGA so every browser has something to play. If you would rather ship a single file that works almost everywhere without a fallback, convert OGV to MP3 instead.