FLV to WAV Converter

Convert FLV files to WAV format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: FLV

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
Audio Codec
PCM is uncompressed and plays everywhere. A-law and mu-law halve the size at telephone quality and still play in browsers. MP3 inside WAV is up to 10× smaller and plays in browsers, but some audio editors and older devices accept only PCM WAV.
Audio Channel
Audio Channel
Audio Sample Rate
Audio Sample Rate
Trim

Extract WAV Audio from FLV: What This Tutorial Covers

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.

How to Convert FLV to WAV

  1. Upload Your FLV File: Drag and drop your .flv onto the page or click "Add Files" to browse. You can queue several clips and convert them all with the same settings.
  2. Choose the Audio Codec: This page's Audio Codec control lists the PCM flavours WAV can hold. It arrives on PCM 16-bit Little Endian, the CD-standard variant every editor reads; the 24-bit and 32-bit options and the two 8-bit companded ones sit beside it.
  3. Set Audio Sample Rate, Audio Channel, or Trim (Optional): Leave Audio Sample Rate on Original, or pick 44100 Hz for music and 48000 Hz for video work. Audio Channel offers Original, Mono, or Stereo. Trim takes a Start time and Duration in either seconds or HH:MM:SS.sss.
  4. Convert and Download: Click "Convert" and download your WAV. No sign-up, no watermark.

Walk-through: Which PCM Codec to Pick

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.

What's Actually Inside Your FLV's Audio Track

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.

Common Errors and How to Fix Them

  • "The WAV is huge compared to the FLV" — Expected. WAV stores raw PCM, so 16-bit stereo at 44.1 kHz is a fixed 176,400 bytes per second regardless of how small the compressed FLV was. If size matters more than an editable master, extract to MP3 instead with FLV to MP3.
  • "It doesn't sound any better than the original" — Also expected. FLV almost always stores MP3 or AAC audio, both lossy. WAV faithfully decodes whatever was there but cannot rebuild detail the original encoder discarded.
  • "The output is silent" — The FLV likely has no audio stream at all (some screencast and animation FLVs are video-only), or the file was truncated before the audio tags were written. Confirm the clip plays with sound in a media player first.
  • "My editor won't import the WAV" — A few older tools reject unusual sample rates or bit depths. Re-run with Audio Codec on PCM 16-bit Little Endian and Audio Sample Rate on 44100 Hz, the most widely accepted combination.
  • "The file won't finish / stops around 4 GB" — The WAV format stores chunk sizes in 32-bit fields, so a single .wav cannot exceed roughly 4 GB. Trim the clip into sections, or pick a compressed target.

When This Doesn't Work

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.

Frequently Asked Questions

Does converting FLV to WAV improve the audio quality?

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.

Why is my WAV file so much larger than the FLV?

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.

What audio codecs can an FLV file contain?

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.

Should I choose 24-bit or 32-bit instead of the 16-bit default?

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.

What are the mu-law and A-law options for?

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.

Which sample rate should I use, 44100 Hz or 48000 Hz?

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.

Is FLV still a current format?

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.

Will trimming keep the WAV in sync with the original?

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.

Rate FLV to WAV Converter Tool

Rating: 4.8 / 5 - 120 reviews