跳转到主要内容
Formats & playback 7 min read

AAC Explained: Profiles, Bitrates and Compatibility

From short-video platforms to streaming classes, nearly every video soundtrack is AAC. It is the default foundation of video audio, yet rarely understood.

AAC in one line: MP3’s successor

AAC (Advanced Audio Coding) is the successor to MP3: both lossy, but AAC sounds clearly better at the same bitrate. A rough equivalence: 128kbps AAC approaches 192kbps MP3. That efficiency is why video pipelines default to it when the audio budget is tight.

MP3’s real advantage was legacy device compatibility, which matters less in the streaming era. Every mainstream platform and browser handles video soundtracks as AAC, which is also why processing tools output AAC by default.

LC and HE: two branches, two goals

The two common branches: LC (Low Complexity) is the standard profile, solid at 128-256kbps for music and voice, and the default shape of video audio. HE (High Efficiency) uses parametric stereo to keep usable quality down at 48-80kbps for constrained streaming.

Choose simply: LC for normal video soundtracks and music, at 128kbps or more. HE only when bandwidth is severely limited, and mind its slightly narrower device support. When in doubt, LC wins on universality.

Bitrate ladders and channels

Practical ladders: mono voice (podcasts, talking heads) is clean at 64-96kbps; stereo music or mixed content starts at 128kbps, with 192kbps as the enthusiast threshold; above 256kbps AAC gains are small unless the source is exceptional. Mono halves the bitrate for voice-only content; keep stereo for music.

When extracting audio from video, if the original track is AAC, remuxing it into a container is lossless. Only converting to MP3 or WAV triggers another lossy generation, so give that conversion enough bitrate to protect the sound.

Compatibility edges

Inside the video ecosystem, AAC is nearly universal: H.264 video plus AAC audio is the golden compatibility pair that plays everywhere. The rough edges are bare audio files: some older car stereos and audio tools stumble on .m4a or .aac files, where converting to MP3 or WAV is the safe move.

Keep sample rate at 48kHz (video standard) or 44.1kHz (music standard); no need to fight it. Leave audio parameters alone during video processing and compatibility takes care of itself.

Frequently asked questions