Initializing... drag & drop files here
Supports: FLV
This walks you through pulling the audio track out of a Flash Video (.flv) file and saving it as an uncompressed WAV — the format editors, samplers, and mastering tools expect. It also covers the thing most converters skip: FLV audio is almost always already MP3 or AAC, so the honest goal is a clean, fully-decoded PCM master for editing, not a magical quality boost. 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 convert them all with the same settings.WAV is a wrapper, not a codec — a .wav file just declares which raw sample format sits inside it. That is why this page gives you an Audio Codec list instead of a bitrate slider: there is no quality knob for uncompressed audio, only a choice of how many bits describe each sample. Every option below is decoded from your FLV and written out sample-by-sample, so file size is pure arithmetic (sample rate × bytes per sample × channels), not a guess.
| Audio Codec option | Bits per sample | Stereo 44.1 kHz size | Pick it when |
|---|---|---|---|
| PCM 16-bit Little Endian | 16 | ~10.1 MB per minute | Default. CD-standard depth; opens in every DAW, sampler, and editor |
| PCM 24-bit Little Endian | 24 | ~15.2 MB per minute | Your session runs at 24-bit and you want the extra headroom for further processing |
| PCM 32-bit Little Endian | 32 | ~20.2 MB per minute | A pro tool specifically asks for 32-bit; overkill for decoded Flash audio |
| PCM mu-law | 8 (companded) | ~5.3 MB per minute | Telephony and legacy voice systems (North America/Japan) |
| PCM A-law | 8 (companded) | ~5.3 MB per minute | Telephony and legacy voice systems (Europe and elsewhere) |
Two rules keep you out of trouble. First, going above 16-bit does not recover anything — the FLV's audio was already reduced to a lossy bitstream, and a wider container just stores the same decoded waveform with more zeros. Second, mu-law and A-law are compressed 8-bit formats, so they halve the file at an audible cost; choose them only when a phone system or legacy device demands them.
If your DAW session runs at 48 kHz and the FLV's audio is 44.1 kHz, set Audio Sample Rate to 48000 Hz so you import without an on-the-fly resample. If you don't know, Original is the safe answer. For voice-only clips, Mono roughly halves the file with no audible loss, because both channels usually carried the same signal anyway. For cuts on the finished file, the audio cutter works directly on WAV.
| Codec found in FLV files | Typically comes from | What you get in the WAV |
|---|---|---|
| MP3 | The overwhelming majority of web-era FLV files | Clean PCM decode of an already-lossy track |
| AAC | Later FLV/F4V-era encodes, higher-bitrate rips | Clean PCM decode; usually the best-sounding source |
| Nellymoser Asao | Flash microphone recordings, old webcam and chat captures | Speech-grade audio; narrow bandwidth, decodes fine |
| Speex | Low-bitrate Flash voice chat and conferencing | Speech-grade, narrowband; expect a telephone-like tone |
| ADPCM | Early Flash apps and games | Modest fidelity, decodes without trouble |
| Linear PCM | Rare authoring-tool exports | Already uncompressed; the closest thing to a direct copy |
The server always decodes the source stream and re-encodes to your chosen PCM format — there is no stream-copy passthrough — so a Linear PCM FLV is the only case where the output is essentially the same samples you started with.
.wav cannot exceed roughly 4 GB. Trim the clip into sections, or pick a compressed target.If your FLV came from a streaming site or a DRM-protected player, the file on disk may be an incomplete fragment or playback-locked — no converter can extract clean audio from a partial or protected stream, and you would need to capture from the original source instead. A truncated download often plays the video portion but has a damaged audio chunk; re-download the full file before converting. And if you only need a portable, much smaller listening copy rather than an editing master, FLV to MP3 is the better target.
No, and any tool that promises it is overselling. FLV audio is normally stored as MP3 or AAC — both lossy — so the detail removed during that original encoding is already gone. Converting to WAV gives you an uncompressed, fully-decoded copy that is ideal for editing and mastering, but it does not add fidelity back.
Because WAV is uncompressed. Standard 16-bit, 44.1 kHz stereo PCM is exactly 176,400 bytes per second — about 10.1 MB per minute, or 1,411 kbps — whereas the FLV's MP3 or AAC track may have been a tenth of that. The trade-off is deliberate: you gain a lossless, edit-friendly file at the cost of size.
The Flash Video container carries MP3 and AAC most commonly, plus Nellymoser Asao (the codec Flash used for microphone capture), Speex, ADPCM, and Linear PCM. Whichever one your file uses is decoded and written out as the PCM format you select.
Only if a downstream tool insists on it. Extra bit depth adds dynamic range headroom for further processing, but it cannot restore resolution the FLV's lossy encoder never preserved — you just get a bigger file holding the same waveform. Pick 24-bit if your whole session is 24-bit and you want to avoid a depth conversion on import; otherwise stay on PCM 16-bit Little Endian.
They are 8-bit companded telephony formats, historically G.711: mu-law is the North American and Japanese standard, A-law the European one. Both halve the data rate of 16-bit PCM at a clear cost in fidelity. Choose one only when a voicemail system, PBX, IVR platform, or legacy embedded device explicitly requires it — never for music.
44100 Hz is the CD standard and the safe answer for music or general listening. 48000 Hz is the standard for video and broadcast, so choose it when the audio is going back into a video timeline. Leaving Audio Sample Rate on Original avoids a resample entirely, which is the cleanest option when you don't have a target in mind.
No. Adobe Flash Player reached end of life on December 31, 2020, and FLV is a legacy container today — which is exactly why people convert old .flv archives into modern, widely-supported formats. The conversion here reads the existing file directly; it does not require Flash to be installed anywhere.
Yes. Trim sets a Start time and Duration before extraction, so the exported WAV covers exactly the segment you chose and starts at that point. Both fields accept plain seconds or HH:MM:SS.sss, so you can lift a single line of dialogue without editing afterwards. If you want to compress the finished master later, WAV to MP3 handles the reverse direction.