How FLV to WAV audio conversion works
FLV probe and decode → stream-aware conversion → WAV audio verify
Reading FLV
FLV input is parsed for supported Flash video codecs, audio tracks, timestamps, and bounded script metadata.
Creating WAV audio
WAV output extracts one selected audio stream as uncompressed PCM within the browser limits.