Initializing... drag & drop files here
Supports: FLV
FLV is Adobe's legacy Flash Video container; its soundtrack is almost always MP3 (and AAC in later Flash Player 9+ files) — both lossy. OGA is the audio-only Ogg extension from Xiph.Org, holding Vorbis by default. This tool throws away the picture and keeps only the audio. Pick OGA when your destination is open-source, web, Linux, or a game engine — but know the trade: you are going from one lossy codec (MP3/AAC) to another lossy codec (Vorbis), a re-encode that cannot recover anything the original already discarded. If you just want a small file that plays everywhere, MP3 is the safer target.
| Property | FLV audio (source) | OGA (output) |
|---|---|---|
| Container type | Flash Video (video + audio) | Audio-only Ogg container |
| Owner / origin | Adobe Systems (Flash Video, 2003) | Xiph.Org Foundation |
| Audio codec inside | MP3 by default; AAC in Flash Player 9+ files; also Nellymoser, Speex, ADPCM | Vorbis by default (also Opus / FLAC / Speex) |
| Lossy or lossless | Lossy (MP3 / AAC) | Lossy (Vorbis); FLAC option is lossless |
| Vorbis milestones | — | Bitstream frozen May 2000; 1.0 released July 19, 2002 |
| Patent / license | MP3 patents expired 2017; AAC still encumbered | Royalty-free, open |
| Flash Player status | Player support ended December 31, 2020 | n/a — not Flash-tied |
| Apple device playback | n/a (audio extracted out) | Not native on iOS / macOS |
| Linux / open-source playback | Plays in VLC, ffmpeg | Native and preferred |
| Best for | Archived Flash-era clips | Game engines, Wikimedia, Linux, web |
.flv onto the upload area, or click "Add Files" — old screen recordings, downloaded lectures, webcam captures, and ripped streams all work. Batch is supported.Yes — and it is worth understanding why. The audio inside an FLV is MP3 (or AAC in newer files), which is already lossy. Re-encoding it to Vorbis stacks a second lossy pass on top, so the conversion cannot restore anything the original codec already discarded — it can only lose a little more. The practical fix is to pick a decent bitrate: at 192-256 kbps Vorbis stereo the additional loss is inaudible to almost everyone. At 96 kbps you may notice softer cymbals on dense music. If you want zero further generational loss after decoding, choose FLAC inside the Ogg container, or keep things compatible with FLV to MP3.
Often, yes. The traditional and most common FLV audio codec is MP3. When that is the case, extracting straight to FLV to MP3 can be close to a clean copy of the audio stream that is already there, with little or no additional generational loss. Extracting to OGA always re-encodes to Vorbis, which is a fresh lossy pass no matter what the source was. Choose OGA when you specifically need an open, royalty-free Ogg file for a Linux, web, or game-engine pipeline; choose MP3 when you just want the smallest universal file.
All three are Ogg containers from Xiph.Org; only the extension and the OS hint differ. Xiph recommends .oga to explicitly mark audio-only Ogg files (so a player knows there is no video track), .ogg for generic Ogg, and .opus for Ogg files carrying the Opus codec specifically. The audio bytes are identical across the matching cases. Some Linux file managers and Wikimedia upload tools prefer .oga for audio-only uploads.
For music and general listening at 128 kbps and up, Vorbis is the right pick — it is the historical Ogg default, every game engine and Linux player handles it without surprises, and it is transparent at 192-256 kbps. For voice notes, podcasts, and anything under roughly 96 kbps, Opus wins decisively; Xiph has recommended Opus over Vorbis for new low-bitrate applications because it stays clean down to 32 kbps mono.
No — and this is the catch with extracting to OGA. Apple has never shipped Ogg Vorbis support in iOS or macOS, so iPhones, iPads, Apple Music, iTunes, and CarPlay all refuse .oga files natively. Third-party apps like VLC for iOS will play them, but anything routed through Apple's own Music app or Files preview will fail. If your audience is on Apple devices, use FLV to MP3 instead.
Yes. Adobe ended Flash Player support on December 31, 2020, but that only retired the browser plugin — the FLV container itself is a normal media file. Tools like VLC and ffmpeg still read FLV, and this converter reads the audio stream out of it and re-encodes it to Vorbis. Your old Flash-era recordings, lectures, and captures convert exactly as they did before Flash was retired.
Your FLV is uploaded over an encrypted connection, processed on our servers, and the files are deleted automatically a few hours after the conversion. There is no sign-up, no watermark, and your files are never shared or made public. The practical limit on a large video is upload size and time, not your device. In our testing, a 3-minute FLV with a 128 kbps MP3 soundtrack extracted to a 192 kbps Vorbis OGA produced a file under 5 MB with no audible difference on headphones.