Skip to content
Server-sideDeleted in 30 minutes

Convert MOV to MP3

Get the audio out of a QuickTime MOV as an MP3. The picture is discarded rather than converted, so an iPhone video of an interview, a lecture or a rehearsal becomes a small audio file in a second or two. This is the commonest thing anyone actually wants from phone video that was never really about the pictures.

Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.

Add to Chrome — free
MOVMP3

Drop your MOV file here, or click to browse

Up to 50 MB. Deleted automatically after 30 minutes.

What it does

  • The video stream is discarded, not re-encoded
  • Reads the AAC audio an iPhone records
  • Finishes in about a second
  • No watermark and no sign-up

How to use MOV to MP3

  1. 1

    Add the MOV

    Drop it in or choose it from your computer. Files up to 50 MB, no account needed.

  2. 2

    Convert

    The video is dropped and the AAC audio the phone recorded is re-encoded as MP3.

  3. 3

    Send or file it

    The MP3 is small enough to email and plays on anything, including devices that would refuse the MOV.

Most phone video is not about the pictures

An enormous proportion of the video on people's phones was recorded for its sound. Interviews, lectures, rehearsals, a child saying something, a mechanic explaining a noise. The camera was running because that is what the phone does, not because anyone intended to watch it back.

That is why this conversion is so common and so satisfying. A five-minute MOV might be eighty megabytes; the audio inside it is perhaps four. The file becomes something you can email, transcribe, put in a podcast editor, or keep without thinking about storage.

How it works

The video track is discarded — not decoded and thrown away, simply not carried into the output — and the audio is re-encoded to MP3 at a high variable-bitrate setting. iPhones and Macs record AAC, so this is a lossy source becoming a lossy target, which costs a small amount of quality that speech does not reveal.

Because nothing touches the frames, the conversion takes about as long as reading the file. This is the cheapest thing you can ask a converter to do.

When the M4A route is better

If whatever receives the audio can read .m4a, extracting the AAC track without re-encoding is strictly better: it is instant, and it is bit-for-bit the audio the phone recorded. Podcast software, most modern editors and every Apple device handle M4A without complaint.

MP3 is the right answer when the destination is unknown or old — a car stereo, a transcription service with a fixed list of formats, a colleague's laptop. The small quality cost buys a file nothing refuses, and for spoken audio there is nothing audible to trade away.

What conversion cannot do

It cannot move the microphone. The single biggest determinant of how usable a phone recording is turns out to be how far the phone was from the person speaking, and that was decided when you pressed record. Extracting the audio makes the recording portable and does not make it clearer.

Why the file shrinks so dramatically

People are often suspicious of the size difference, as though something beyond the picture must have been lost. It has not. A minute of 1080p video is roughly twenty megabytes of images and roughly one megabyte of sound, because images are enormous compared to audio and always have been.

Removing the video is not compression, it is omission — the same reason a transcript of a film is a few kilobytes. The audio you get is as complete as it was inside the MOV, minus the small cost of encoding it once more.

Examples

An interview recorded on a phone

interview.mov
interview.mp3

Phones record video even when the point was the conversation. The audio is what gets transcribed, emailed or filed, and it is a fraction of the size.

A rehearsal filmed from the back of a room

rehearsal.mov
rehearsal.mp3

Musicians film practices to hear them back. The video adds nothing to that and makes the file too large to send.

Frequently asked questions

Why is this so much faster than converting the video?

Because the picture is never processed. In a phone recording the images account for almost all of the file, and the sound for a small remainder, so extracting audio means skipping the expensive part entirely. Converting the same MOV to MP4 has to decode and re-encode every frame; this does not.

Does an iPhone record good audio?

Better than most people expect for speech, and limited in predictable ways. Recent iPhones capture stereo AAC at a decent bitrate, which is fine for interviews, lectures and voice notes. What they cannot do is fix distance: a phone on a table at the back of a room records the room, and no conversion changes where the microphone was.

Will the MP3 sound worse than the original?

Marginally. The MOV's audio is already AAC, which is lossy, so producing an MP3 is a second lossy pass. For speech this is inaudible. For a music recording you care about, keep the MOV — it holds the better copy, and you can always extract again.

Can I get the audio without any loss at all?

Not as an MP3, which is a lossy format by definition. It is possible to copy the AAC track straight out of the MOV into an `.m4a` file with no re-encoding whatsoever, which a desktop tool like ffmpeg does instantly. Choose that if the destination accepts M4A; choose MP3 when it has to play everywhere.