Convert M4V to WAV

Converting M4V to WAV writes the soundtrack out as uncompressed PCM, which is what an editor, a DAW or a transcription model wants and what nobody wants for listening. The rate the M4V was recorded at is carried straight through, and on Apple-sourced material that is the detail most likely to catch you out.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The WAV holds exactly what the M4V 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 WAV is going into something that edits

Nobody converts to WAV in order to listen. The file is many times larger than the M4V’s soundtrack and sounds no different; it exists because something downstream has said, explicitly or by refusing everything else, that it wants uncompressed PCM. With an Apple source that is usually one of four destinations: a DAW, Audacity, a podcast edit assembled from a filmed talk, or a speech model.

All four are doing further work on the samples, and all four would rather start from something that has not been through a second lossy encoder. That is the honest case for this pair — not that the audio gets better, but that nothing else is taken away between here and the finished cut.

Whatever rate the M4V holds is the rate you get

There is no resampler anywhere in this path. The conversion decodes the AAC and writes the samples out at the rate they came in at, so the WAV inherits the M4V’s rate exactly rather than being normalised to anything.

On Apple-sourced material that matters more than usual, because the sources split. Files from the iTunes era and much music-derived material are 44.1 kHz; cameras, screen recordings and Final Cut exports are almost always 48 kHz. Drop a 44.1 kHz WAV into a session running at 48 and it either plays fast and sharp or gets resampled by whatever conversion the host does quietly. Look at the rate in the import dialogue before the edit rather than after it.

Sixteen bits, and what that means for a session

The WAV is 16-bit PCM in a RIFF WAVE container — the format Microsoft published in 1991 and the one every audio tool reads without argument. Sixteen bits is the depth that matches what came in: the source was lossy AAC decoded to floating point, and storing more precision would preserve the decoder’s own rounding rather than any part of the recording.

Sessions that specify 24-bit are specifying it for recording, where the extra headroom protects against clipping a signal that has not been captured yet. Importing a 16-bit file into a 24-bit session is routine and costs nothing; a host promotes it on load. What would cost something is converting up here and pretending the extra bits carry information.

If the project still exists, the M4V is the wrong source

An M4V is a delivery encode. It came out of Final Cut, Compressor, iMovie or a course platform’s exporter, which means somewhere upstream there was a timeline with the original audio still sitting on it, uncompressed and untouched.

Going back for that beats anything this page can do. The audio in the M4V has already been through one lossy pass, and no amount of PCM afterwards recovers it. Use this conversion when the M4V is genuinely all there is — a file somebody sent you, a download, an archive of a project that no longer opens — and go to the project when the project is still there.

One soundtrack fits in the WAV, and the M4V may have several

A WAV as written here holds exactly one audio track. Whichever track the M4V lists first is the one that comes out, and every other one is discarded without a warning. On a phone recording that is a non-issue; on Apple-delivered video it is a live risk, because a distributed film, a bilingual course or a conference recording frequently has more than one.

VLC will tell you what is in the file in a few seconds — its Audio menu lists the tracks by name and language. That is worth doing before an hour-long conversion, because discovering the wrong track after the edit has begun is expensive in a way discovering it beforehand is not.

What Apple’s own export gives you instead

QuickTime Player can export audio from a video on its own, and what it writes is an M4A: the same AAC, in a smaller container, still compressed. For putting a talk on a phone that is the better route and it needs no browser at all.

It is the wrong route into an editor. A DAW handed an M4A decodes it on import and the samples are the same ones this conversion produces, but any export back out compounds a compression pass this page skipped. Choosing WAV is choosing where the decode happens, which is the sort of decision that only matters if something else is going to happen to the file.

The size of the WAV against the ceiling on the input

Uncompressed audio costs a fixed number of bytes per second regardless of what is in it, so a long recording turns into a large file with no variation and no surprises. The M4V’s soundtrack was a small fraction of its size; the WAV is not.

The limit that actually stops people is on the other side. The free tier accepts input files up to 100 MB, and long-form M4V material is routinely a great deal more than that. Trimming the section you need in QuickTime Player first — a keyboard shortcut, no meaningful re-encode — is faster than any route that involves moving gigabytes anywhere, and it is usually what you wanted to edit in the first place.

Putting the edited audio back against the picture

The common workflow on this pair is a round trip: pull the sound out, level it or clean it in an editor, then lay it back under the video. Nothing here changes the running order or the length of the audio, so the WAV lines up with the M4V it came from at the start.

Check the sync at the end of the file rather than the beginning, because that is where any accumulated drift shows and it is where a mismatched sample rate announces itself unmistakably. If the last minute is out and the first is fine, the rate is the thing to look at, not the edit.

Audio from an M4V that is not sent to a server

The decode and the write both happen inside the browser tab on your own processor, so nothing carrying the video is transmitted and there is no account. On this pair that is a practical argument as much as a principled one: a WAV of a long recording is large, and uploading a video to receive a larger file back is the slowest possible way to do the job.

It also settles a question this pair raises more often than most. The M4V files that end up in an editor are interviews, depositions, client recordings and unreleased material, and handing those to an unfamiliar converter is the sort of thing that is fine until once it is not.

How to write an M4V soundtrack out as a WAV

  1. Check what rate the session or the model expects, then convert and confirm the WAV matches it.
  2. Trim long M4V files first — the free tier takes input up to 100 MB.
  3. Drop the file here, choose WAV, and import the 16-bit PCM into the editor that asked for it.

M4V and WAV: compressed delivery against raw samples

M4V compared with WAV
M4VWAV
Full nameiTunes VideoWaveform Audio
File extension.m4v.wav, .wave
Media typevideo/x-m4vaudio/wav
CompressionLossy — file size is bought with qualityUncompressed
First published20051991
Published byAppleMicrosoft
SpecificationRIFF WAVE
LicensingPublished, not standardisedPublished, not standardised
Standing todayCurrentCurrent
Bit depth32
Audio channelsup to 65,535
Opens in a browserSome browsersEvery browser
Considered insteadMP4, MOVFLAC, AIFF

What the target format adds

WAV is a working format and M4V 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 opens in every current browser. M4V has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.

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: M4V opens in QuickTime Player, VLC and iTunes, 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: M4V at handing a finished file over 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.

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

M4V to WAV: sample rates, bit depth and what survives

Are my M4V 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.

What sample rate will the WAV be?

Whatever the M4V already had. Nothing in this path resamples, so an iTunes-era file that was mastered at 44.1 kHz gives a 44.1 kHz WAV and a camera or Final Cut export at 48 kHz gives 48 kHz. Check it before dropping the file on a timeline, because a project running at the other rate will play it at the wrong speed or resample it silently.

Is the WAV 24-bit?

No, 16-bit PCM. The source was a lossy stream decoded to floating point, and writing 24 bits would store the decoder’s rounding at greater precision in a file half again as large with nothing extra in it. If your session requires 24-bit, convert the depth in the tool that has a reason to, where you can see the setting.

Does converting to WAV improve the audio?

No. The AAC in the M4V discarded detail when the file was made, permanently. The WAV preserves what survived with perfect fidelity and preserves nothing else. What it buys is that every edit and export from here on adds no further generational loss, which is what an editor wants.

Why is there no quality setting on this page?

Because PCM is not a codec — it is the samples written down, and there is no bitrate to choose. The only things that could vary are the rate and the depth, and changing either is resampling rather than converting, which belongs in the tool that needs it.

My M4V has a commentary track as well. Which one do I get?

The first one in the file. A WAV as written here holds a single audio track, so any second language, audio description or commentary is discarded without a prompt. Check what is in the file in VLC before converting if you are not sure.

The M4V is from the iTunes Store and nothing happens.

Store purchases are encrypted with FairPlay and cannot be decoded in a browser, so the conversion stops with a message saying nothing in the file could be converted. Exports from Apple’s own editing tools, camera recordings and course downloads are unprotected and convert normally.

More about these formats