PrivateMP3

Video to M4A

Copy the audio out of a video exactly as it is, with no re-encoding.

Most video files already contain AAC audio, so this is a copy rather than a conversion — it finishes almost immediately and loses nothing.

Drop a video or audio file here, or open a file
Nothing is uploaded. The file is read straight off your disk.

Copying instead of converting

Every other option on this site decodes the audio and encodes it again. This one does not. The audio track is lifted out of the video container and written into an M4A container unchanged, sample for sample. It is the only way to extract audio with genuinely no quality loss, and because no codec runs, it is limited by how fast your disk reads rather than by your processor.

It also works on browsers that cannot decode audio at all, because nothing needs decoding. On an older iPhone or on Firefox for Android, this is the option that still works.

The one trade-off

Cuts made on a copied file land on a compressed frame boundary rather than on the exact sample you chose. For AAC that boundary is about 23 milliseconds wide. For trimming a song or a recording this is invisible; for anything that has to line up precisely with something else, convert to MP3 or WAV instead and accept the re-encode.

Advertisement

Questions

Is the audio really untouched?
Yes. The compressed audio data is copied across byte for byte; only the container around it changes. The result is bit-identical to the audio inside the original video.
Why is it so much faster?
Because no decoding or encoding happens. The work is reading the file and writing a new container, which is a fraction of the cost of running an encoder.
What if my video does not have AAC audio?
Then copying is not possible and the page will say so. WebM and some MKV files carry Opus or Vorbis instead, which need converting to MP3 or WAV.