MP4 to AAC Converter

Convert MP4 files to AAC format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: MP4, M4V

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Audio Channel
Audio Channel
Audio Sample Rate
Audio Sample Rate
Trim

Extract AAC Audio From MP4 — What to Expect

This guide is for anyone who wants just the audio out of an MP4 video — to drop a soundtrack into a music player, grab a podcast track, or shrink a video down to audio-only. One honest detail up front: the audio inside most MP4 files is already AAC (usually AAC-LC, the codec the MP4 spec ships with), but this converter re-encodes it into a fresh AAC stream rather than copying the original across untouched — there is no stream-copy mode here. Keep the output bitrate at or above the source and the re-encode is effectively transparent; if your MP4 happens to carry AC-3 or another codec, converting it to AAC is a genuine transcode.

How to Convert MP4 to AAC

  1. Upload Your MP4 File: Drag and drop your video, or click "+ Add Files" to load it from your computer. .m4v (Apple's MP4 variant) and batch uploads are supported.
  2. Set the Output Bitrate: File Compression opens on Quality Preset, the automatic mode, with nothing pre-selected in its dropdown — switch it to Constant Bitrate (a list running from 8 kbps to 384 kbps and opening on 128 kbps), Variable Bitrate, Custom Bitrate, or a Specific file size. Keep it at or above the source bitrate to avoid a lossy penalty.
  3. Adjust Channels, Sample Rate, or Trim (Optional): Audio Channel and Audio Sample Rate default to Original; switch to Mono or a lower rate for voice, or use Trim to export only part of the track.
  4. Convert and Download: Click "Convert" and grab your .aac file, individually or as a ZIP for batches. No sign-up, no watermark.

Walk-through: Getting the Cleanest AAC

Because every conversion here is a re-encode, the one setting that matters most is the output bitrate under File Compression. The rule is simple: don't ask AAC to store less than the source already did.

  • If you want maximum quality, set Constant Bitrate to 256 kbps — that meets or beats almost any consumer MP4 soundtrack, so the second encode is inaudible. Constant Bitrate is also the control that maps one-to-one onto the encoder, so it is the one to use when you care what comes out. Quality Preset is only the mode the panel opens on: nothing is pre-selected in its dropdown, and it is the least predictable control on the page.
  • If you need a smaller file, use Variable Bitrate (where AAC's efficiency shows most) or Specific file size to hit an exact MB target for an email or chat cap. Expect some loss once you drop below the source bitrate.
  • For voice or spoken word, set Audio Channel to Mono and drop Audio Sample Rate to 22.05 kHz — that roughly halves the file with no meaningful loss for speech.

AAC Output Bitrate Guide

Use case Suggested bitrate (stereo) Why
Music you want to archive 256 kbps Effectively transparent; safe headroom over most sources
General music playback 128–192 kbps AAC's efficiency sweet spot; near-transparent
Podcasts and spoken word (stereo) 96–128 kbps Plenty for voice, keeps files small
Voice notes / audiobooks (mono) 64 kbps Set Audio Channel to Mono to halve the size
5.1 surround soundtracks ~384 kbps Only if the source MP4 actually carries multichannel audio

AAC vs MP3 vs M4A

Property AAC (.aac) MP3 M4A (.m4a)
What it is Codec in a raw ADTS stream Codec with its own container AAC codec inside an MP4 container
Standard MPEG-2 Part 7 (1997), MPEG-4 Part 3 MPEG-1 Audio Layer III (1993) ISO base media (MP4)
Efficiency at 128 kbps Higher — roughly MP3 at 160–192 kbps Baseline Same AAC codec
Tags / cover art No (raw stream) Yes (ID3) Yes (MP4 metadata atoms)
Native support Apple, YouTube, Android, PlayStation, Nintendo Virtually every device made since the 1990s Apple ecosystem, most modern players
Best for Streaming, re-muxing, utility audio Universal playback on old hardware Music libraries with artwork

For a deeper breakdown of the trade-offs, see our AAC vs MP3 comparison.

Common Errors and How to Fix Them

  • "My .aac file won't import into iTunes / Music or show a title" — A raw .aac file is an ADTS stream: bare audio frames with no container for tags, chapters, or cover art. Apple's Music app expects the same AAC audio wrapped in an .m4a container. If you want artwork and metadata to stick, use Convert MP4 to M4A instead — same codec, friendlier wrapper.
  • "The output sounds worse than the video" — You set a bitrate below the source in Step 2. Because this is always a re-encode, under-rating the output is the one real way to lose quality; redo it at 256 kbps under Constant Bitrate.
  • "My player won't open the .aac file" — Some older or basic players don't recognise raw ADTS, and simply renaming it to .m4a won't help because the container is genuinely different. Re-wrap it as a real .m4a, or step down to the universally supported Convert AAC to MP3.
  • "The MP4 has no sound at all" — Some MP4s are video-only (screen recordings, silent clips). There's no audio stream to convert; check the original plays with sound first.
  • "Wrong language / it grabbed the wrong track" — A few MP4s carry multiple audio tracks. The converter takes the default (first) track; pulling a specific alternate-language track is a multi-track edit beyond a simple convert.

When This Doesn't Work

Conversion can't recover audio that isn't cleanly present. DRM-protected MP4s (purchased films, some streaming downloads) are encrypted and won't decode. Corrupted or partially downloaded files may produce silence or cut off early — re-download the source first. And if your MP4's audio is already AAC at exactly the bitrate you want, remember there is no stream-copy path here: the cleanest option is to leave the bitrate at or above the source so the re-encode stays transparent.

Frequently Asked Questions

Does converting MP4 to AAC lose any quality?

It can, because this is always a re-encode — there is no stream-copy mode. The audio in a standard MP4 is already AAC, so converting it to a fresh AAC file at the same or higher bitrate is effectively transparent (you won't hear the difference). You only introduce audible loss if you set the output bitrate below the source or down-sample in Step 2, which forces a lossier second encode.

What is the difference between a .aac file and a .m4a file?

Both hold AAC audio, but they wrap it differently. A .aac file is a raw ADTS stream — just audio frames, no room for tags, chapters, or cover art — which suits streaming and small utility files. A .m4a file puts the same AAC inside an MP4/ISO-base-media container that carries title, artist, artwork, and chapters, which is why iTunes, Apple Music, and most library apps prefer it. Pick .aac for raw audio, .m4a if you want metadata.

What opens an .aac file?

Most modern media players handle raw AAC: VLC, foobar2000, Winamp, and the stock players on Android and recent Windows all play .aac directly. Apple's Music app and some library managers are the main holdouts — they expect the audio inside an .m4a container instead. If a player refuses the file, re-wrapping to .m4a (same audio) almost always fixes it.

Why convert to AAC instead of MP3?

AAC was standardized as the technical successor to MP3 — MPEG-2 Part 7 in 1997, then MPEG-4 Part 3 — and is generally more efficient. At the same bitrate it tends to preserve more detail, and the gap is widest below 128 kbps, where 128 kbps AAC roughly matches 160–192 kbps MP3. It's also the native audio format for Apple devices, YouTube, Android, PlayStation, and Nintendo consoles. Choose MP3 only when you specifically need an older or industrial player that predates AAC support.

What bitrate should I set when converting MP4 to AAC?

Match or exceed the source. For music you're keeping, 256 kbps is effectively transparent; 128–192 kbps is AAC's sweet spot for everyday playback; 96–128 kbps is plenty for stereo podcasts; and 64 kbps mono suits voice notes and audiobooks. Because the tool re-encodes rather than copies, going below the original bitrate is the one thing that visibly costs quality.

In our testing, how big is the audio from a typical MP4?

In our testing, a 60-second 1080p MP4 with stereo audio converted to AAC at 128 kbps produced an .aac file of roughly 0.9–1.0 MB — because only the audio is kept, the output is a small fraction of the source video's size. The exact size tracks the output bitrate and duration, not the video resolution: 128 kbps works out to about 0.94 MB per minute.

Will the converted audio fit email and chat attachment limits?

Almost always, since audio-only files are far smaller than the source video. A few minutes of AAC sits comfortably under personal Gmail's 25 MB attachment cap and Discord's free-tier 10 MB per-file limit (50 MB on Nitro Basic, 500 MB on Nitro). For a long recording that still overshoots, use Specific file size in Step 2 to target an exact MB value.

What bitrate and sample rate does AAC support?

The AAC standard supports sample rates from 8 kHz up to 96 kHz and large channel layouts — up to 48 full-bandwidth channels plus 16 low-frequency-effects channels in one stream. In practice, stereo music is effectively transparent around 256 kbps and 5.1 surround around 384 kbps. The converter defaults to the source's existing sample rate and channel count, so you only change these if you have a reason to.

Rate MP4 to AAC Converter Tool

Rating: 4.8 / 5 - 72 reviews