FLV
FLV video containerUsed for moving images, timed audio, and playback metadata.
- Family
- Video
- MIME
- video/x-flv
Free FLV to WAV conversion online, with the real audio-stream extraction behavior, what gets lost, and a concrete way to check the output.
Converter.now selects the audio stream in FLV, leaves the picture stream out, and encodes that sound as WAV. The result is audio, not a silent copy of the video. The FLV reader walks timestamped audio, video, and script-data tags, then identifies the legacy codecs and keyframe index before a modern stream is written. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded from the legacy Flash Video container historically used for browser streaming. Encoded to a waveform container written here as uncompressed 16-bit PCM audio.
Used for moving images, timed audio, and playback metadata.
Designed for uncompressed production audio.
Current browsers no longer provide native Flash playback, and FLV may contain older codecs with limited hardware decoding.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
The verified WAV profile writes 16-bit little-endian PCM rather than a perceptual delivery codec.
Inspect codecs, dimensions, frame rate, duration, audio sync, keyframe seeking, and the complete transcoded result.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Take this route when only dialogue, music, or a soundtrack needs to reach a WAV-accepting system; hold onto FLV whenever its pictures, captions, or visual timing still matter.