Initializing... drag & drop files here
Supports: 3GPP
.3gpp file. Batch upload is supported, so multiple voicemail or recording files can be queued in one session. The page only accepts .3gpp; for .3gp files use 3GP to M4A instead.3GPP is a multimedia container standardized by the 3rd Generation Partnership Project (3GPP TS 26.244, initial spec April 2003) for the early mobile internet — early-2000s Symbian, BlackBerry, and feature-phone cameras and voice recorders wrote .3gpp files because they were optimized for narrow GSM/UMTS bandwidth. The audio track inside is almost always AMR-NB (Adaptive Multi-Rate Narrowband, adopted by 3GPP in October 1999 — 3GPP TS 26.071) at 4.75-12.2 kbps over an 8 kHz sample rate, or AMR-WB at 6.6-23.85 kbps over 16 kHz. AMR is a speech codec, not a music codec, and Apple dropped native AMR playback at iOS 4.3 in 2011 — which is why these files refuse to play on a modern iPhone.
M4A (MPEG-4 Part 14, audio-only) wraps that audio in an AAC stream that every current OS plays without an extra codec pack:
.3gpp. Modern iPhones cannot play AMR; converting to AAC/M4A makes the recording playable in the iOS Files app, Voice Memos, or Apple Music sync..3gpp is functional but obscure; M4A is the format iTunes/Apple Music uses for purchases, so it survives library imports and cloud sync cleanly..3gpp as an unknown video and refuse preview..3gpp. Converting first avoids a re-encode step on their end.| Property | 3GPP (.3gpp) | M4A |
|---|---|---|
| Specification | 3GPP TS 26.244 (2003) | ISO/IEC 14496-14 + 14496-3 |
| Container family | MPEG-4 (mobile profile) | MPEG-4 (audio-only profile) |
| Primary audio codec | AMR-NB (most common), AMR-WB, AAC-LC, HE-AAC | AAC-LC (typical), HE-AAC, ALAC |
| Typical audio bitrate | 4.75-23.85 kbps (AMR) | 64-256 kbps (AAC) |
| Sample rate | 8 kHz (AMR-NB) / 16 kHz (AMR-WB) | 8-96 kHz |
| Channels | Almost always mono | Mono or stereo |
| Native iPhone playback | No (AMR dropped at iOS 4.3, 2011) | Yes |
| Native Android playback | Yes (legacy) | Yes (2.3+) |
| Native iTunes / Apple Music | No | Yes (default) |
| Designed for | GSM/UMTS mobile voice | Music, podcasts, audiobooks |
Because AMR is already a heavily compressed voice codec, you cannot recover quality by encoding the output AAC at a high bitrate — you only inflate file size. These targets are sized for the source:
| AAC bitrate (M4A output) | Output quality vs. source | When to pick it |
|---|---|---|
| 32 kbps mono | Roughly matches AMR-WB headroom | Smallest file, voicemail archive only |
| 64 kbps mono | Transparent vs. AMR source | Default for voice recordings, voicemail, podcasts |
| 96 kbps mono | Headroom for post-processing | If you plan to EQ / noise-reduce the result |
| 128 kbps stereo | AAC stereo "transparent" threshold per ISO 14496-3 | Only if the 3GPP file actually contains music (rare) |
| 192-256 kbps stereo | Overkill — wastes space | Avoid unless re-encoding a non-AMR 3GPP file |
iOS dropped native AMR codec support at iOS 4.3 (2011). The .3gpp container is still recognized but the AMR audio stream inside is not, so the Files app, Voice Memos, and Apple Music either fail to open the file or play silence. Re-encoding to AAC inside an M4A container gives you a file iOS plays natively without needing VLC or a third-party codec pack.
If your 3GPP file is a camera video (with H.263 or MPEG-4 Visual video plus AMR audio), the M4A output discards the video track and keeps audio only. That's usually what people want when the goal is voicemail or voice-note archival. If you need to keep the picture, convert to 3GPP to MP4 instead, then extract audio separately.
It doesn't add fidelity — AMR-NB has no frequency content above 4 kHz. Upsampling only matters if your downstream tool refuses sub-44.1 kHz input (some older DAWs, certain podcast hosts). For Apple Music / iTunes import, leaving Audio Sample Rate at ORIGINAL or 22050 Hz is fine and produces smaller files.
.3gp and .3gpp are the same MPEG-4 mobile container defined by 3GPP TS 26.244 — most decoders treat them interchangeably. By convention, .3gpp is more common on Symbian and early Nokia/Sony Ericsson devices; .3gp is more common on early Android and BlackBerry. This page accepts .3gpp; use 3GP to M4A for .3gp.
AMR is one of the most efficient voice codecs ever shipped — it operates at 4.75-12.2 kbps. AAC at any reasonable quality (64+ kbps) will produce a larger file. That's expected. If file size matters more than compatibility, keep the original or convert to AMR directly via 3GPP to AMR.
Yes — this converter discards the video track and keeps the audio stream during the re-encode to AAC/M4A. You don't need a separate "extract audio" step. If you want to trim to a specific section first, toggle Trim on and set Start Time + Duration before converting.
The audio content and duration transfer cleanly. Container-level metadata (creation date in the mvhd atom, GPS tags if the source camcorder embedded them) is rewritten by the encoder, so timestamps may reset to the conversion time. If chain-of-custody matters (legal/forensic use), keep the original .3gpp as well.
The file uploads to xconvert for encoding (FFmpeg-based) and the output is returned for download. Files are not stored long-term and are not shared. There is no account requirement, no watermark, and no email gate.
Not exactly. AAC is the audio codec (the compression algorithm, standardized as ISO/IEC 14496-3). M4A is the MPEG-4 container that holds it (file extension and structure). An M4A file almost always contains AAC, but the spec also allows ALAC (Apple Lossless) and HE-AAC. For raw AAC without the MP4 container, use 3GPP to AAC instead.