Initializing... drag & drop files here
Supports: 3G2, 3GP, 3GPP, ASF, AV1, AVCHD +31 more
M4A is an audio-only MPEG-4 container Apple popularized with iTunes 4.5 in May 2004 to disambiguate audio files from .mp4 video files that share the same ISO Base Media File Format. M4A almost always carries AAC, which YouTube, Apple Music, and most streaming platforms already encode natively — so extracting to M4A preserves the original audio stream without re-encoding, while converting to MP3 forces a lossy transcode that compounds compression loss.
.m4r for use as an iOS ringtone through Finder/iTunes sync.| Property | M4A | MP3 | AAC (raw) |
|---|---|---|---|
| Container | MPEG-4 Part 14 (ISO BMFF) | MPEG-1/2 Audio Layer III stream | Raw ADTS stream |
| Typical codec | AAC or ALAC | MP3 (MPEG-1 Layer 3) | AAC |
| Year established | 2004 (Apple convention) | 1993 (ISO) | 1997 (ISO MPEG-2 Part 7) |
| Lossless option | Yes (ALAC) | No | No |
| Metadata | iTunes atoms, chapters, artwork | ID3v1/v2 | Limited |
| Native iOS/macOS playback | Yes | Yes | Yes (in M4A wrapper) |
| Native Windows Media Player | Yes (Win 10+) | Yes | Limited |
| Patents expired | AAC: no (royalty-free in 2017) | Yes (2017) | No (royalty-free for decoding) |
| Best for | Apple devices, YouTube rips | Universal legacy support | Streaming pipelines |
| Bitrate | Use case | File size (3-min track) |
|---|---|---|
| 64 kbps | Voice memos, podcasts, audiobooks | ~1.4 MB |
| 96 kbps | Background music, lectures | ~2.1 MB |
| 128 kbps (default) | General-purpose music — matches Apple Music's old streaming tier | ~2.8 MB |
| 192 kbps | High-quality music for casual listening | ~4.2 MB |
| 256 kbps | iTunes Plus / Apple Music standard since 2007 | ~5.6 MB |
| 320 kbps | Maximum AAC bitrate for critical listening | ~7.0 MB |
The container is identical (MPEG-4 Part 14 / ISO Base Media File Format), but the .m4a extension signals to operating systems and media players that the file contains only audio tracks. Apple introduced .m4a with iTunes 4.5 in 2004 so iTunes could filter audio-only files into the music library without parsing every .mp4 to check for video tracks. Renaming .m4a to .mp4 and vice-versa technically still plays — the data inside is the same.
Most modern videos (MP4, MOV, MKV from cameras, YouTube, screen recordings) already use AAC for the audio track. Extracting to M4A copies that AAC stream into an audio-only container with no re-encoding — zero generational loss. Converting to MP3 forces a transcode from AAC to MP3, which always loses quality. Pick MP3 only if you need to play the file on an older device (pre-2010 car stereos, generic MP3 players) that lacks AAC support.
Yes. M4A is Apple's preferred audio format. iPhone (all models), iPad, Mac, Apple Watch, Apple TV, HomePod, and CarPlay all play M4A files containing AAC or ALAC through the system's AVFoundation framework — no third-party app required. Files sync through the Music app, AirDrop, iCloud Drive, or the Files app.
If the source MP4 already uses AAC audio (which 95%+ of MP4s do, including everything from iPhone, GoPro, YouTube, and screen recorders), the conversion is a stream copy — bit-perfect, zero loss. If you specify a different bitrate than the source or change the codec, the result is re-encoded with mild quality reduction proportional to the bitrate drop. To guarantee lossless extraction, leave the bitrate at the source's native value.
The xconvert free tier accepts uploads up to 1 GB per file. A 1-hour 1080p MP4 (typically 500 MB-1.5 GB) extracts to M4A in roughly 20-60 seconds depending on server load — the operation is mostly a stream copy when codecs match. Batch uploads queue and process in parallel.
Yes, with one rename step. Trim the clip to 30 seconds or less, convert to M4A here, then rename the file extension from .m4a to .m4r (Apple's ringtone format — same container, different extension). Drag the .m4r file into Finder's connected iPhone view or sync via iTunes/Apple Music app. iOS will install it under Settings > Sounds & Haptics > Ringtone.
The default is AAC LC (Low Complexity), which is what Apple Music, YouTube, and Spotify use — best balance of quality and size for music at 128 kbps and above. HE-AAC (High-Efficiency AAC) shines below 96 kbps and is good for voice/podcast content. ALAC (Apple Lossless) wraps lossless audio in M4A — pick it when you want zero compression and don't mind 4-5× larger files. Most users want AAC LC at 128-256 kbps.
Only the audio. When converting from a video file, video tracks and embedded subtitles are dropped. Audio-only chapter markers (the kind audiobooks use) are preserved when the source already contains them — but most YouTube-style videos don't have audio chapter markers, so the M4A will be a single continuous track. For book-style chapters, use the M4B format instead via the M4A to M4B converter.
Try Video to MP3 for universal compatibility, Video to AAC for raw AAC streams without the MP4 container, MOV to M4A for QuickTime-specific extraction, M4A to MP3 for the reverse direction, or Audio Compressor to shrink an existing M4A without changing format.