The best MP4 to M4A conversion is usually not a conversion at all. If your MP4 already has AAC audio, you can simply extract it into an M4A file. That keeps the sound quality the same and saves time.
TLDR: M4A is the audio-only cousin of MP4. If your MP4 video has AAC audio, use “copy” mode to pull out the audio with zero quality loss. For example, a 700 MB MP4 training video may become a 55 MB M4A file in under 20 seconds. If you need smaller files, convert to AAC at 128 kbps or 192 kbps.

What is M4A, in plain human words?
An MP4 file can hold video, audio, subtitles, and extra data. It is like a lunchbox with many snacks inside.
An M4A file is much simpler. It is usually audio only. Most M4A files contain AAC audio. Some contain ALAC, which is Apple Lossless audio.
So when you convert MP4 to M4A, you are often doing this:
- Removing the video.
- Keeping the audio.
- Saving it in an audio-friendly file.
That is why M4A is great for podcasts, lectures, interviews, music clips, voice notes, and long video calls you never want to watch again. Honestly, it feels like half the internet is just video files hiding audio people actually need.
The golden rule: copy when you can
There are two main ways to make an M4A file from an MP4 file.
- Extract the audio without changing it.
- Re-encode the audio into a new format or bitrate.
Extraction is better when possible. It is faster. It keeps the exact same audio quality. It also avoids weird muffled sound from repeated compression.
Re-encoding is useful when you need a smaller file. It also helps when the original audio is not AAC or ALAC.
Check what audio is inside your MP4
Before you convert, check the audio codec. A codec is the method used to store sound. Common ones include AAC, MP3, AC3, PCM, and ALAC.
If the MP4 contains AAC, you are in luck. M4A loves AAC. You can usually copy the audio directly.
If it contains AC3 or PCM, you may want to convert it to AAC for better device support and smaller size.
Best quality settings for M4A
Here is the simple version. Pick a bitrate based on your use.
- 96 kbps: Good for speech. Small files. Not great for music.
- 128 kbps: Fine for podcasts, classes, meetings, and audiobooks.
- 192 kbps: Nice balance for music and mixed audio.
- 256 kbps: Better music quality. Larger files.
- ALAC: Lossless. Best quality. Big files.
For most people, 128 kbps for speech and 192 kbps for music is the sweet spot. Simple. Clean. No need to wrestle with settings for 12 minutes like the app owes you money.
How file size works
File size depends mostly on bitrate and length. Video makes MP4 files huge. Drop the video, and the file shrinks fast.
A rough formula helps:
File size in MB = bitrate in kbps × seconds ÷ 8 ÷ 1000
Example time.
- A 30 minute audio file has 1,800 seconds.
- At 128 kbps, it is about 29 MB.
- At 192 kbps, it is about 43 MB.
- At 256 kbps, it is about 58 MB.
So yes, 192 kbps sounds better than 128 kbps. But it also makes the file about 50% larger. Pick what fits your ears and storage.
How to convert MP4 to M4A with FFmpeg
FFmpeg is powerful. It is also not pretty. But it works fast.
If your MP4 already has AAC audio, use this command:
ffmpeg -i input.mp4 -vn -c:a copy output.m4a
What this means:
- -i input.mp4 means “use this file.”
- -vn means “no video.”
- -c:a copy means “copy the audio, do not re-encode.”
- output.m4a is your new audio file.
This is the cleanest method. It is fast. It has no quality loss.
If you want to convert to AAC at 192 kbps, use this:
ffmpeg -i input.mp4 -vn -c:a aac -b:a 192k output.m4a
For speech, use 128 kbps:
ffmpeg -i input.mp4 -vn -c:a aac -b:a 128k output.m4a
How to convert without command lines
If command lines make your eyes twitch, use a regular converter app. Many media apps can export audio from video. Some online tools can do it too.
Here is the usual process:
- Open the MP4 file.
- Choose M4A as the output format.
- Pick AAC as the audio codec.
- Choose a bitrate, like 128 kbps or 192 kbps.
- Start the conversion.
- Play the M4A file to check it.
Watch for sneaky defaults. Some tools choose low quality to make files tiny. Others add silence at the start. A few take 40 seconds just to load an upload button. It drives me crazy when the “simple” tool has six popups and one tiny real download link.
Compatibility: will M4A play everywhere?
Mostly, yes. M4A with AAC works on many devices.
- iPhone and iPad: Great support.
- Mac: Great support.
- Windows: Usually fine in modern players.
- Android: Usually fine.
- Cars: Mixed. New cars are fine. Older systems may prefer MP3.
- Podcast apps: Usually fine.
If your file must play on almost anything, MP3 is still safer. If you want a smaller file with good quality, M4A is often better.
Use AAC inside M4A for daily use. Use ALAC inside M4A only when you need lossless audio and big files are okay.
Avoid these common mistakes
- Do not re-encode again and again. Each lossy save can reduce quality.
- Do not use 64 kbps for music. It can sound thin and crunchy.
- Do not assume bigger is always better. Speech rarely needs 256 kbps.
- Do not rename .mp4 to .m4a. That does not truly convert the file.
- Do not upload private videos to random sites. Use offline software for sensitive files.
Quick picks for common jobs
- Lecture recording: M4A, AAC, 96 or 128 kbps.
- Podcast draft: M4A, AAC, 128 kbps.
- Music from a video: M4A, AAC, 192 or 256 kbps.
- Archiving audio: M4A, ALAC, if the source is high quality.
- Maximum compatibility: Consider MP3 instead.
Final simple recipe
If you want the best result, start with this plan.
- Check the codec in the MP4 file.
- If it is AAC, extract it with copy mode.
- If it is not AAC, convert it to AAC.
- Use 128 kbps for speech.
- Use 192 kbps for most music.
- Test the M4A on the device you plan to use.
That is it. MP4 to M4A is not scary. It is just removing the video coat and letting the audio walk around by itself.

