Initializing... drag & drop files here
Supports: OGV
.ogv is the Ogg video extension from Xiph.Org — an Ogg container that carries a video track (classically Theora, sometimes VP8) alongside an audio track (usually Vorbis, occasionally FLAC, Speex, or Opus). This tool pulls the audio out of that video and writes it to FLAC, the Free Lossless Audio Codec. The video (Theora) is discarded — you keep only the soundtrack — and whether that audio stays truly lossless depends on what codec the OGV's audio track was using, which this page explains before you convert.
| Property | Value |
|---|---|
| Container | Ogg (Xiph.Org), defined in IETF RFC 3533 (2003); .ogv extension registered by RFC 5334 (2008) |
| Extension meaning | "Ogg Video" — a video stream, with or without sound, in an Ogg container |
| Video codec | Theora (lossy; stable libtheora 1.0 released Nov 2008, derived from On2 VP3) |
| Audio track | Usually Vorbis; the Ogg container can also carry FLAC, Speex, or Opus audio |
| MIME type | video/ogg |
| Era and ecosystem | Early HTML5 <video> and open-web era (~2007-2012, pre-WebM); Wikimedia Commons, Linux desktops, screencasts |
| Status today | Largely superseded — Google announced removal of Theora decoding from Chromium (targeted around v123) in favor of VP9/AV1 |
| Property | Value |
|---|---|
| Codec | FLAC — Free Lossless Audio Codec (Xiph.Org) |
| Standard | RFC 9639 (Dec 2024); reference encoder since v1.0, 2001 |
| Compression | Lossless — decodes to a bit-identical copy of its input |
| Typical size | Roughly 50-70% of the equivalent uncompressed PCM/WAV |
| Bit depth | Up to 24-bit in common use (stream format extended to 32-bit in RFC 9639) |
| Tagging | Vorbis comments + embedded cover art, read by most music libraries |
| Native browser support | Chrome, Firefox, Edge, and Safari 11+ |
| Best for | Lossless archiving, music libraries, and feeding lossy encoders later |
Extracting audio never re-encodes the video; it copies the audio track out of the OGV and writes it as FLAC. Whether the result is genuinely lossless depends entirely on the OGV's audio codec, and there are two cases:
.flac file is a true lossless transfer — every audio sample is preserved as it moves out of the Ogg wrapper into FLAC's own stream.How to tell which you have: open the OGV in VLC (Tools > Codec Information) or run it through MediaInfo and read the audio codec line — it will say "Vorbis", "FLAC", "Opus", or "Speex". If it says FLAC, you have the lossless-transfer case; anything else is lossy, and FLAC will preserve that audio exactly without restoring detail.
.ogv video onto the page, or click "Add Files" to browse. You can queue several files to extract audio from with the same settings.Not if the OGV's audio is Vorbis, which is the usual case. Vorbis already discarded audio data when the video was encoded, so FLAC preserves what remains losslessly but cannot rebuild what was thrown away. Only when the OGV happens to carry a FLAC-in-Ogg audio track do you keep genuine lossless audio — and even then it sounds the same, it just lives in a standalone, widely-supported file.
The video (Theora) track is discarded. FLAC is an audio-only format, so this tool extracts just the soundtrack and writes it to a .flac file. If you want to keep the picture, convert OGV to MP4 to modernize the whole video instead of pulling out the audio.
Because lossy video plus lossy audio compresses far harder than FLAC does. A Theora/Vorbis OGV squeezes both streams aggressively, while FLAC stores the full uncompressed audio waveform and only removes redundancy — often landing around 5-8 MB per minute for CD-quality stereo. A FLAC that is larger than the source OGV is expected when the audio was lossy, not a bug.
Usually Vorbis, but the Ogg container can also carry FLAC, Speex, or Opus audio alongside the Theora video. The .ogv extension only tells you it is video in an Ogg container, not which audio codec rides with it. Open the file in VLC's Codec Information panel or MediaInfo and read the audio line — that determines whether your extraction is a lossless transfer or a lossy-to-lossless wrap.
Yes. Wikimedia Commons and early HTML5 / open-web projects published video as .ogv, and Linux screen recorders also produced it. Those are valid Ogg video files and their audio extracts to FLAC normally. Most such files use Vorbis audio, so expect the lossless-wrap case rather than a quality gain — you are capturing the existing soundtrack, not improving it.
If you only need the soundtrack for casual listening or sharing, a lossy format is much smaller — convert OGV to MP3 produces a compact, broadly compatible audio file. Choose FLAC when you want a lossless-grade archive or are feeding the audio into another encoder later. For audio that is already in an Ogg audio file rather than a video, use the OGA to FLAC converter instead.
FLAC and Ogg both use Vorbis comments for metadata, so standard tags such as title, artist, and album carry over when the OGV has them set. In our testing, a tagged Ogg/Vorbis source kept its title and artist fields after extraction when re-opened in a desktop music library. Many screencasts and web videos carry few audio tags to begin with, so do not be surprised if the FLAC has little metadata to inherit.
Your OGV is uploaded over an encrypted connection, processed on our servers, and the files are deleted automatically a few hours after conversion. There is no sign-up, no watermark, and your files are never shared or made public.