Convert MP4 to WAV

Converting MP4 to WAV lifts the soundtrack out of a video as uncompressed audio that any editor, transcriber or DAW will accept. The video is discarded rather than re-encoded, and the whole thing runs on your own machine — nothing is uploaded.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The WAV holds exactly what the MP4 held.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Only the first soundtrack is kept. A film with a second language or a commentary track loses it.

Up to 100 files at once. Mixed formats are fine.

This is extraction, not conversion

An MP4 is a container holding a video track and an audio track side by side. This operation reads the audio, decodes it and writes it out as WAV. The video is not converted, not re-encoded and not degraded — it is simply not part of the output, and the original file is untouched.

That framing explains why it is fast even for a long recording. There is no video encoding, which is the expensive part of any video operation; decoding an hour of AAC and writing samples is comparatively trivial work.

WAV does not make the audio better

The soundtrack inside an MP4 is almost always AAC, and AAC is lossy — the encoder discarded parts of the signal when the video was made. Decoding it into WAV reproduces exactly what survived and nothing more.

So the output is a large, uncompressed file containing audio that has already been compressed once. That is not a fault, and it is worth stating because people frequently expect an improvement. The gain is that the file is now raw samples, which is what editing tools want; the sound is identical to what the MP4 held.

Why WAV at all, then

Editing. Every cut, fade, filter and level change in a WAV starts from exactly what was there before, and saving does not re-encode anything. A lossy file has to be decoded, altered and re-encoded on every save, and after a few rounds of ordinary work the damage becomes audible.

Compatibility is the other half. Audio editors, transcription tools, forced-alignment software, DAWs and broadcast systems all take WAV without question, and several take nothing else. If the next step in your workflow named the format, this is why.

The size, with the arithmetic

Stereo at 48 kHz and 16 bits is about 11 megabytes a minute. A ten-minute clip is 110 megabytes; an hour-long interview is around 650; a three-hour recording is close to two gigabytes.

Two consequences worth planning for. WAV cannot describe a file larger than about four gigabytes, which at those rates is roughly six hours — long enough for almost everything and not for a full conference day. And these files compress extremely well, so zipping one before sending it typically halves the size at no cost.

Only the first soundtrack comes out

A video can carry several audio tracks: an original language and a dub, a commentary, a descriptive track for accessibility, or separate microphone feeds from a multi-camera shoot. This conversion takes the first one.

For material from a phone, a screen recorder or a normal export that is the only track and the question does not arise. For a film, a broadcast recording or a professionally delivered file, check what is in it before assuming the right audio came out — the wrong language is an easy thing to discover an hour into an edit.

When MP3 is the better target

If the audio is going to be listened to rather than worked on — a podcast episode to publish, a lecture to keep, a soundtrack for a phone — MP3 or AAC is the right choice. A tenth of the size, and at a decent bitrate the difference is inaudible on any ordinary listening equipment.

The rule that follows is the same one that applies to recording: work in the uncompressed format, deliver in the compressed one. Extract WAV, do the editing, and export MP3 once at the end from the finished result rather than compressing at the start.

Transcription, and why WAV helps there too

Speech recognition tools generally take WAV directly, and several want a specific sample rate or mono audio. Handing them raw samples avoids a decode step and avoids any doubt about what the tool did with a compressed file it had to open first.

For a long recording, extracting the audio also makes everything downstream faster: a 650-megabyte WAV moves through a transcription pipeline considerably more quickly than a multi-gigabyte video that has to be demuxed at every stage.

Nothing leaves your machine

The extraction runs inside the browser tab on your own processor. The video is never uploaded, so there is no server copy, no queue behind other people and no daily count to exhaust — the free tier’s ceiling is 100 MB a file, which is the one thing a long recording runs into.

That matters for exactly the material this conversion is used on: recorded interviews, client meetings, lectures, medical and legal recordings. The most reliable way to keep a recording private is not to send it anywhere.

How to extract WAV audio from an MP4

  1. Drop the MP4 onto this page — several files at once is fine.
  2. The soundtrack is decoded in your browser and written out as WAV.
  3. Download it, or take the whole batch as one ZIP.

MP4 and WAV: a soundtrack lifted out of a container

MP4 compared with WAV
MP4WAV
Full nameMPEG-4 VideoWaveform Audio
File extension.mp4.wav, .wave
Media typevideo/mp4audio/wav
CompressionLossy — file size is bought with qualityUncompressed
First published20011991
Published byMPEGMicrosoft
SpecificationISO/IEC 14496-14RIFF WAVE
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Bit depth32
Audio channelsup to 65,535
Opens in a browserEvery browserEvery browser
Considered insteadWebM, MKV, MOVFLAC, AIFF

What survives

document properties can cross over — both MP4 and WAV have somewhere to store it.

What the target format adds

WAV is a working format and MP4 is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

Opening the result

WAV is a container rather than a single format. What actually plays is the codec inside it — usually PCM — which is why two files with the same extension can behave differently on the same device.

The usual programs do not overlap: MP4 opens in VLC, HandBrake and Adobe Premiere Pro, WAV in Audacity, Adobe Audition and Reaper — so whoever receives the result needs something from the second list.

What each format is for

The two are aimed at different work: MP4 at handing a finished file over, the web and phones, WAV at editing and archiving. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

MP4 is MPEG's format, published in 2001. The specification is ISO/IEC 14496-14, and it is worth reading if the file has to outlive the tool that wrote it.

WAV comes from Microsoft and dates from 1991, specified as RIFF WAVE. Audacity, Adobe Audition and Reaper all read it.

MP4 to WAV: size, quality and multiple soundtracks

Are my MP4 files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is mediabunny, a wrapper around WebCodecs, which borrows your device's own hardware decoders; your browser fetches it once and caches it.

Does converting to WAV improve the audio?

No. The soundtrack inside an MP4 is normally AAC, which is lossy, and decoding it into WAV preserves exactly what is there without recovering anything. The file becomes about ten times larger and sounds identical. What WAV buys is editability, not quality.

Why is the WAV file so large?

Because nothing is compressed. Stereo at 48 kHz and 16 bits is roughly 11 megabytes a minute, so an hour of video produces around 650 megabytes of audio. That is normal for the format rather than a sign of anything going wrong.

Is the video quality affected?

The video is not touched at all — it is discarded rather than re-encoded, and the original MP4 is left exactly as it was. This conversion only reads the audio track.

What happens if the video has several audio tracks?

Only the first soundtrack is kept. A film with a second language, a director’s commentary or a separate descriptive track loses those, and there is no way to choose a different one here.

Should I use WAV or MP3?

WAV when the audio is going into an editor, a transcription tool or a DAW — every edit then starts from exactly what was there. MP3 when the audio is going to be listened to or sent, since it is a tenth of the size and the difference is inaudible at a decent bitrate.

Is the video uploaded to convert it?

No. The audio is extracted by code running in your own browser, so the file never leaves your machine. There is no queue, no account and no daily allowance; the free tier takes files up to 100 MB, a hundred at a time, and an hour of recorded video will exceed the 100 MB.

More about these formats