What extracting WAV from an MP4 is for
WAV is uncompressed PCM audio, and the reason to want it out of an MP4 is what happens next: editing, mixing, sampling, transcription, forensically listening to a bad recording. The video is discarded, the audio is decoded exactly once, and the result is written as standard 16-bit WAV that every editor and DAW opens without question.
The extraction runs in your browser, on your own device, with nothing uploaded. Even a long recording converts quickly, because writing PCM is fast and the video stream is skipped entirely.
- Drop the MP4; audio decodes on your own device
- Output is standard 16-bit PCM WAV
- Opens in every editor, DAW, and transcription tool