Initializing... drag & drop files here
Supports: FLV
FLV (Flash Video) was Adobe's container for the Flash era — its picture is rarely useful today, but the soundtrack inside an old interview, tutorial, or 2000s music-video rip is often worth saving. This tutorial pulls the audio out of an FLV, discards the video, and re-encodes it to WEBA: the audio-only form of WebM, carrying an Opus stream for the open web. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.
.flv onto the page or click "+ Add Files" to browse. You can queue several clips and extract them all with the same settings..weba file. No sign-up, no watermark.There is no codec choice on this page (see the next section), so the compression mode is the one decision that actually shapes your output. All four modes below are visible under Advanced Options, and each opens at a sensible starting value you can overwrite.
| Mode | What you set | Opens at | Use it when |
|---|---|---|---|
| Quality Preset | A named preset, Highest → Lowest | This is the mode the page starts in — pick the preset yourself | You want a good result without picking numbers |
| Constant Bitrate | A fixed rate chosen from 8–384 kbps | 128 kbps | You need a predictable, uniform data rate |
| Custom Bitrate | Any value, in bps / Kbps / Mbps | 128 Kbps | You know the exact rate your pipeline expects |
| Specific file size | A target in Bytes / Kilobytes / Megabytes | 8 MB | The file has to fit an upload or attachment cap |
Practical guidance: because FLV audio is already lossy, a high preset (or roughly 96–128 kbps stereo) keeps the second encoding pass effectively transparent. Opus stays clean far lower than MP3 does — 64 kbps stereo is genuinely usable for speech and podcast-style material, and 32–48 kbps mono is fine for archived voice recordings. Pushing the bitrate above the FLV's original audio rate only inflates the file; it cannot recover what the first encoder discarded.
WEBA is audio-only WebM, and WebM is Google's open, royalty-free container built on the Matroska structure, launched in 2010. The WebM specification pairs VP8 or VP9 video with Vorbis or Opus audio, and this converter always writes Opus — which is why the page shows no audio-codec dropdown at all. Every .weba you download here is Opus-in-WebM.
Opus itself was standardised by the IETF as RFC 6716 in September 2012. It scales from 6 kbit/s narrowband mono speech up to 510 kbit/s fullband stereo music, spans 8 kHz to 48 kHz of effective sample rate, and handles speech and music equally well in a single codec — which is why WebRTC requires it. The server decodes your FLV's audio stream and re-encodes it to Opus; there is no stream-copy passthrough, so this is always a genuine transcode.
| Target | Audio codec | Container | Playback reach | Best for |
|---|---|---|---|---|
| WEBA (this page) | Opus, fixed | WebM (Matroska) | Chrome 33+, Firefox 15+, Edge 14+; Safari partial | Open web, HTML5 <audio>, open-source pipelines |
| OPUS | Opus | Ogg | Same decoders, different wrapper | A bare Opus file rather than Opus-in-WebM |
| MP3 | MP3 | MPEG | Effectively universal | Phones, car stereos, old players, sharing |
| M4A | AAC | MP4 | Apple devices and most phones | The Apple ecosystem and iTunes-era libraries |
| WAV | Uncompressed PCM | RIFF | Every editor and DAW | Editing masters, at roughly 10 MB per minute |
.weba" — Many players key off the extension rather than the bytes. Renaming the file from .weba to .webm almost always works, because the container inside is identical.WEBA is built for the open web — HTML5 <audio>, Chrome/Firefox/Edge, and open-source projects — not for Apple playback or maximum portability. If you need a file that opens by double-click on almost any phone, car stereo, or desktop player, extract to FLV to MP3 instead. If you want the same Opus stream in the Ogg wrapper that most command-line tooling expects, use FLV to OPUS. And if you actually want to keep the picture rather than throw it away, convert the whole clip with FLV to MP4.
Choose WEBA when you want an open, royalty-free Opus file for the web — HTML5 <audio>, a WebRTC-adjacent pipeline, or an open-source project that already standardises on the WebM family. Opus is markedly more efficient than MP3 at low bitrates, so a small WEBA can sound better than a similarly sized MP3. If your priority is a file that plays everywhere, including Apple devices and car stereos, FLV to MP3 is the safer pick.
A little, because it is a lossy-to-lossy step. FLV audio is typically MP3 or AAC, already compressed, and WEBA stores Opus — so the track is decoded and re-encoded rather than copied. That generation cannot restore detail the original codec discarded, but a high preset or roughly 96–128 kbps keeps the extra loss small enough to be inaudible in normal listening. Aggressive low bitrates are where artifacts become obvious.
No. The output is always Opus, so this page shows no codec dropdown — WEBA means Opus-in-WebM here. Vorbis is the WebM specification's other permitted audio codec, but this converter does not offer it. If you need something else, convert the FLV to a different target instead, or browse the Audio Converter for the full list.
No. WEBA is an audio-only container, so the video track is read only long enough to reach the audio and is then discarded. The resulting .weba holds nothing but sound, which is why it is typically a small fraction of the original FLV's size. If you wanted to keep the picture, you needed a video target such as FLV to MP4.
.weba and .webm?The bytes are the same container; the extension is a convention. .webm is the registered WebM extension and normally implies a file with a video track, while .weba signals an audio-only WebM. Because some players branch on the extension alone, renaming a .weba to .webm is a harmless and often effective fix when a player refuses to open it.
Open it in Chrome, Firefox, Edge, or VLC, all of which decode Opus-in-WebM natively. Apple software is the usual failure: desktop Safari is listed as only partially supporting Opus, and QuickTime does not ship a WebM audio decoder at all. If a player still refuses, rename the file to .webm before giving up.
Less than you might expect. Opus works internally at 48 kHz and resamples other rates on the way in, so leaving Audio Sample Rate on Original is fine for almost every source. The reason to force a rate is a downstream tool that demands one — and if you drop to 8000 or 12000 Hz to save space, expect a distinctly telephone-like result.
It is uploaded over an encrypted connection, processed on our servers, and then deleted automatically after a few hours. Files are never shared or made public, there is no sign-up, and nothing is watermarked. The converted .weba is available to download for the same window.