How Is the Audio Track Inside a MOV Separated? Containers, Tracks and Codecs
7 min read
What is inside a video file?
The phrase "extracting audio from a MOV file" can sound like something magical the first time you hear it — as though the tool listens to the video and reproduces the sound. The reality is far more mundane, and once you understand it the whole logic of conversion falls into place.
A MOV file is a container. A container is the structure that holds different kinds of data streams together in a single file and records where each of them begins and ends. Typically it contains the following:
- A video track: the moving picture data
- One or more audio tracks
- Subtitle or timecode tracks, if present
- Metadata: duration, resolution, frame rate, date of capture
- Sync information: which audio frame corresponds to which picture frame
The critical point is this: the audio is already in there. It is stored inside the video file as a stream in its own right, separate from the picture. So what we call "audio extraction" is really a separation operation — taking one of the two items out of the box and leaving the other behind.
Which format is the audio inside a MOV?
There is a situation specific to MOV here. MOV is Apple's QuickTime container, and because it is used in both the consumer and the professional world, the audio format inside it varies markedly according to the source.
AAC is the most common. iPhone and iPad videos, macOS screen recordings and most consumer cameras write the audio as AAC. AAC is a lossy format: while recording it shrinks the file by discarding information that is hard for the human ear to notice.
PCM is the second format you often meet. Professional cameras, external audio recorders and some screen recording software write the audio with no compression at all, in its raw state. PCM tracks take up a lot of room but nothing has been discarded.
More rarely you may also find losslessly compressed formats such as ALAC, or other proprietary formats, inside a MOV, but in practice the two main possibilities you will encounter are AAC and PCM.
The difference between separating and re-encoding
This is the heart of the matter, and understanding the distinction explains why the result comes out one way or the other.
Pure separation (copying): If the target format you want is the same as the format of the audio track inside the container, the only work to be done is pulling the data out of the container and writing it into a new file. The audio data stays bit for bit identical. There is no quality loss at all and the job is very fast.
Re-encoding: If the target format is different, the audio track has to be decoded first (unpacked back into a digital waveform) and then compressed from scratch with the new algorithm. This is genuine processing work, and if you are encoding to a lossy target then a certain amount of information is inevitably discarded.
Which case are we in with the MOV to MP3 scenario? Almost always the second. If the audio inside the MOV is AAC, there is no way to write AAC data into an MP3 file as it stands, because an .mp3 file by definition carries only data compressed with the MP3 codec. If it is PCM, then because PCM is uncompressed to begin with, an MP3 target automatically means compression.
So the honest answer is this: extracting MP3 from a MOV is in practice always a re-encode and involves a certain amount of quality loss.
Why does AAC to MP3 need particular care?
The technical name for the situation that arises when converting between two lossy formats is double encoding, and the logic runs as follows.
When AAC compresses audio it discards certain information — it decides what to discard according to its own psychoacoustic model. MP3's model is different and discards different things. When you convert an AAC track to MP3, the MP3 encoder takes audio that has already been thinned out and applies its own thinning on top. The two losses do not cancel each other out, they stack.
That does not mean the result will be unusable. On the contrary, done at a reasonable bitrate, most people will not hear the difference. But two things are worth knowing:
- Conversion can never improve the audio. If the source AAC track is weak, making a 320 kbps MP3 will not fix it; it will only store weak audio in a large file.
- Repeated conversions accumulate. Converting the same audio from MP3 to AAC and then back to MP3 wears it down a little more each time. Where possible, always convert from the original source.
Why is bitrate choice talked about so much?
The bitrate tells the MP3 encoder how many bits it can spend per second. The wider the budget, the less information the encoder is forced to discard.
The practical approach can be summed up like this: speech-heavy recordings — interviews, lectures, podcasts — stay intelligible even at low bitrates, because the human voice is concentrated in a narrow frequency range. Music, live performance or rich ambient sound uses a wider spectrum, and at low bitrates the first thing to break down is usually detail in the high frequencies and the naturalness of treble instruments.
If the source is PCM it pays to be generous, because you have a clean source in your hands and you are compressing it for the first time. If the source is already a low-bitrate AAC, choosing a very high MP3 bitrate brings no gain; you cannot exceed the limit of the source.
You do not have to work this out by hand — our MOV to MP3 audio extraction tool reads the audio track inside the container itself and performs the conversion accordingly; the only thing you have to do is choose a sensible target bitrate.
The question of duration and file size
One final practical point: the time an audio extraction takes has more to do with the total size of the file than with the length of the audio track. The tool has to read the file in order to reach the audio track, and a professional MOV file can be several gigabytes. With a file like that the upload and processing stage can run for minutes — that is not a fault, it is the natural consequence of the file size.
The resulting MP3, by contrast, usually takes up a few per cent of the original's space. That is exactly why the MOV version of an interview video fills your disk while the MP3 version fits on your phone: the picture data has been taken out and only the compressed audio remains.
In summary
MOV is a container, the audio already sits inside it as a separate track, and "audio extraction" is the operation of separating out that track. The audio inside a MOV is usually AAC, sometimes PCM; neither of them is MP3. That is why a MOV to MP3 conversion is not a copy but a genuine re-encode, and carries a small quality loss. You cannot eliminate that loss, but you can keep it below the threshold of hearing by choosing a bitrate suited to the source and avoiding unnecessary intermediate conversions. And the rule that holds in every case is this: conversion can never make audio better than its source.
Frequently Asked Questions
Are 'audio extraction' and 'audio conversion' the same thing?
Not exactly, though in practice the two usually happen together. Audio extraction means separating the audio track inside the container from the video track; on its own that is a copying operation. Conversion means changing the format of that audio track. If there is AAC audio inside the MOV and you want MP3, both extraction and conversion happen, because you cannot put AAC data into an MP3 file as it stands.
If the audio inside the MOV is PCM, is converting to MP3 lossless?
No. PCM is uncompressed raw audio data, while MP3 is a lossy compression format. Turning PCM into MP3 means the audio is compressed for the first time, and by definition a certain amount of information is discarded. This scenario is more favourable than converting an already-compressed AAC track to MP3, however, because the lossy compression starts from a clean source and the losses of two different algorithms do not stack on top of each other.
Why can we not put AAC straight inside an MP3 file?
Because MP3 is not a container, it is the codec itself as well. While containers such as MP4 or MOV can carry different codecs, an .mp3 file by definition contains only audio data compressed with the MP3 codec. Writing AAC data into an MP3 file is not possible; the audio has to be decoded first and then encoded again as MP3. That is precisely the technical reason for the quality loss.
Can a MOV file have more than one audio track?
Yes, it can. In MOV files coming from professional cameras and recorders in particular, separate microphones can be written as separate tracks; one track might be a lavalier microphone and the other the camera microphone. In that case the audio extraction usually takes the default or the first track. If you want all the tracks separately, you need to open the file in a video editing program and export the tracks one by one.
Try this out right away with MOV → MP3 Dönüştür.
Try MOV → MP3 Dönüştür