Initializing... drag & drop files here
Supports: 3GPP
The 3GP file format (extensions .3gp and .3gpp) was defined by the 3rd Generation Partnership Project for GSM-based 3G handsets and registered with IANA in RFC 3839 (July 2004). It was designed to shrink storage and bandwidth requirements so video could ride over 2G/3G cellular links and through the Multimedia Messaging Service (MMS). 3GP and MP4 are both built on the ISO base media file format (ISO/IEC 14496-12), so structurally they're cousins — but 3GP restricts itself to a narrow codec set (typically H.263 or MPEG-4 Part 2 video with AMR-NB/AMR-WB audio; later releases added H.264 and AAC), while MP4 (ISO/IEC 14496-14, standardized 2003) plays on everything modern. Common reasons to convert:
.3gp container, and Windows Media Player has never supported AMR natively. Re-wrapping to MP4 with H.264 video + AAC audio fixes silent or refused-to-open playback in one pass..3gpp and need conversion before they'll open in QuickTime, Photos, or the Windows Movies & TV app.| Property | 3GPP (.3gpp / .3gp) | 3G2 (.3g2) | MP4 (.mp4) |
|---|---|---|---|
| Defined by | 3rd Generation Partnership Project (3GPP), GSM-based 3G | 3GPP2, CDMA2000-based 3G | ISO/IEC 14496-14, ISO/MPEG |
| First release | April 2003 | January 2004 | 2001 (v1), 2003 (v2 — current) |
| Base | ISO/IEC 14496-12 (ISO BMFF) | ISO/IEC 14496-12 (ISO BMFF) | ISO/IEC 14496-12 (ISO BMFF) |
| Video codecs | H.263, MPEG-4 Part 2, H.264/AVC | Same as 3GP | H.264, H.265/HEVC, AV1, VP9, MPEG-4, MPEG-2 |
| Audio codecs | AMR-NB, AMR-WB, AMR-WB+, AAC-LC, HE-AAC | + EVRC, QCELP, SMV, VMR-WB | AAC, MP3, ALAC, FLAC (in v2) |
| MIME type | video/3gpp or audio/3gpp (RFC 3839) |
video/3gpp2 (RFC 4393) |
video/mp4 |
| Designed for | MMS, MBMS, PSS, IMS over cellular | CDMA2000 carrier multimedia | Universal video distribution |
| Modern native playback | Limited; older Android, VLC, MX Player | Very limited; VLC, niche players | Every browser, OS, smart TV, console |
| Output codec | File size vs source | Compatibility | Pick when |
|---|---|---|---|
| H.264 / AVC (default) | Similar to source after remux | Every device made since 2010, every browser | Default — universal playback |
| H.265 / HEVC | ~40% smaller | Apple devices since 2017 (iPhone 6+ decode), Android 9+, Chrome 107+, Safari 11+ on iOS | Smaller archive, modern recipients |
| MPEG-4 Part 2 (Xvid/DivX) | Similar | Older DVD players, legacy editors | Backward compatibility with pre-2010 software |
| Original (remux only) | Identical | Same as source — limited | Codec is already compatible; just want .mp4 extension |
They're aliases for the same container. The 3GPP specification (TS 26.244) registers video/3gpp and audio/3gpp MIME types in RFC 3839, and both .3gp and .3gpp are recognised filename extensions (with .3gp being the more common one in the wild). The underlying ISO BMFF structure, codecs, and metadata are identical — XConvert treats them interchangeably.
No, and that's not what the conversion does. 3GPP recordings from feature-phone-era handsets are typically 176×144 (QCIF) or 352×288 (CIF) at 15 fps — that detail simply isn't in the source file. Converting to MP4 changes the container and (optionally) the codec so the file plays on modern devices and editors. Upscaling to 1080p won't add resolution that wasn't captured; it just enlarges blurry pixels. Keep original resolution for the most honest output.
Most 3GPP recordings use AMR-NB (narrowband) or AMR-WB (wideband) audio — voice codecs designed for cellular calls, not general media playback. MP4 (per ISO/IEC 14496-14) does not officially register AMR as an audio codec, so the conversion needs to transcode the audio track. XConvert defaults the Audio codec to AAC, which handles the AMR → AAC re-encode automatically and gives you a sound-bearing MP4 that plays in QuickTime, Photos, and Windows Movies & TV.
3GPP (.3gp/.3gpp) was defined for GSM-based 3G phones (the global UMTS network that became the dominant 3G standard). 3G2 (.3g2/.3gpp2) was defined by 3GPP2 for CDMA2000-based 3G phones, used primarily by Verizon, Sprint, and several Asian carriers. Both are built on the same ISO base media file format. 3G2 adds CDMA-specific voice codecs (EVRC, QCELP, SMV, VMR-WB) and drops AMR-WB+. For a CDMA-side conversion see 3G2 to MP4; for the bare .3gp flavor see 3GP to MP4.
Yes — see 3GPP to MP3. The output keeps the original AMR voice recording transcoded to MP3, useful when you want a voicemail or recording without the video track.
MMS imposed strict size limits (typically 100-300 KB per message in the 3G era) and carriers transcoded video aggressively before delivery. By the time a 3GPP file reaches your phone it may be 176×144 at very low bitrate. Converting to MP4 preserves what's there; it can't recover bits the carrier discarded. For best playback, keep original resolution and accept that the source is what it is.
Yes. Phones from roughly 2003-2010 that recorded .3gp files (Nokia N70, N73, N95; Sony Ericsson W800, W810, K750; early Samsung feature phones; early Android phones pre-2012) all used the same 3GPP container with H.263 or MPEG-4 Part 2 video and AMR audio. XConvert reads all those codec combinations and outputs a standard MP4.
Yes. Under Trim, select Time Range and enter start time and duration in seconds (e.g., 5.5) or HH:MM:SS.sss format (00:00:30.500). Trimming during conversion is much faster than converting then trimming separately — it skips the unwanted footage before re-encoding. For more advanced editing see Video Cutter.
Yes. Upload as many 3GPP/3GP files as you want and apply the same settings to all, or configure per-file options. Files process in parallel within your browser and download individually or as a single ZIP — useful when transferring a whole folder of old phone recordings.
No. Conversion runs in your browser session — no plugin, no desktop app, no account, no email. Files stay local until you choose to download them. If you also need the reverse direction, see 3GPP to AVI or 3GPP to 3GP for sibling conversions, and Compress MP4 if the resulting file still needs to shrink to hit an attachment cap.