Initializing... drag & drop files here
Supports: 3GP, 3G2
3GP is the mobile container the 3rd Generation Partnership Project (3GPP) defined in April 2003 for 3G UMTS handsets. It typically wraps H.263 or MPEG-4 Part 2 video at sub-CIF resolutions (176×144, 352×288) with AMR or AAC-LC audio — sized for slow 3G uplinks, not for TV. DivX, by contrast, is an MPEG-4 Part 2 codec tuned for higher bitrates and the family of "DivX Certified" set-top devices that started shipping in 2003 and ran into the early 2010s. Converting 3GP to DivX rewraps and re-encodes the video into a profile those players can actually decode.
| Property | 3GP (.3gp / .3g2) | DivX (.divx) |
|---|---|---|
| Defined by | 3GPP (3GP, Apr 2003) / 3GPP2 (3G2, Jan 2004) | DivX, LLC (San Diego) |
| Designed for | 3G mobile uplink, MMS, feature phones | DVD-era set-top players, PC media archives |
| Video codecs | H.263, MPEG-4 Part 2 (SP), H.264 (later) | MPEG-4 Part 2 ASP (DivX 3-6); H.264 in DivX Plus HD |
| Audio codecs | AMR-NB, AMR-WB, AAC-LC, HE-AAC | MP3, AC3 (per certification profile) |
| Typical resolution | 128×96, 176×144 (QCIF), 320×240 (QVGA) | Up to 720×480 (Home Theater profile), 1920×1080 (HD 1080p) |
| Typical bitrate | 32-384 kbit/s | 1-8 Mbit/s (SD), up to ~20 Mbit/s (HD) |
| Native player support | Phones, VLC, MX Player | DivX-certified DVD/Blu-ray players, smart TVs, VLC |
| File extension | .3gp, .3g2 | .divx (also .avi when wrapped in AVI container) |
| Preset / Mode | Use when | Tradeoff |
|---|---|---|
| Quality Preset: Very High (default) | Archiving phone footage you want to keep faithfully | Largest file; minimal extra compression artifacts |
| Quality Preset: High / Medium | Burning to a 4.7 GB DVD-R alongside other clips | Moderate quality loss; smaller file |
| Specific file size | Hard cap (e.g., fitting under a disc/USB target) | Bitrate auto-adjusts; quality scales with target |
| Constant Bitrate (CBR) | Hardware decoders that prefer steady streams | Predictable size; weaker on motion-heavy scenes |
| Variable Bitrate (VBR) | Best size-to-quality balance | Slightly less predictable file size |
| Constant Quality (CRF) | "Look as good as needed" without size targeting | File size varies by content complexity |
| Constraint Quality (CRF + max bitrate) | Quality target with a bitrate ceiling for older players | Caps spikes that could stutter on legacy hardware |
DivX and Xvid are both MPEG-4 Part 2 ASP implementations, so the underlying bitstream is the same family. In practice, DivX-certified set-top players accept DivX-encoded files reliably and "play some (but not all) Xvid files" — Xvid can use advanced MPEG-4 features (global motion compensation, Qpel, multiple B-frames) that most certified players don't decode. The output from this tool targets the standard DivX profile, which is what those players are built around.
No. Conversion changes the codec, not the source detail. If the original 3GP was recorded at QCIF (176×144) or QVGA (320×240), the DivX file will look the same — possibly cleaner if you avoid heavy recompression, but no extra detail will appear. Pick "Keep original" under Video Resolution unless you specifically need a larger frame for a fixed display.
3GP files commonly use AMR-NB (8 kHz, ~12.2 kbit/s) or AMR-WB audio — narrowband codecs designed for voice over 3G. DivX-certified hardware expects MP3 or AC3. The converter transcodes the audio track during the rewrap, which can introduce a small quality shift on speech-heavy clips but is required for set-top player compatibility.
Both. The tool's Accepted Files include .3gp and .3g2. 3G2 was defined by 3GPP2 in January 2004 for CDMA2000 networks (Verizon, Sprint, KDDI au, etc.) and uses the same video codecs as 3GP plus CDMA-specific audio (EVRC, QCELP). The output is a DivX file either way.
Constant Quality (CRF) targets a perceptual quality level — lower CRF values mean higher quality and bigger files. Constraint Quality applies the same CRF target but caps the bitrate at a ceiling you set, so peak-motion scenes don't blow past what an older DivX-certified player can buffer. Use Constraint Quality when you're burning for hardware that stutters on high-bitrate spikes.
If the destination is a DivX-certified DVD player from 2003-2012, DivX is the right pick. For everything else — modern smart TVs, phones, browsers, computers — H.264 in MP4 is more universal. See 3GP to MP4 for the modern-compatibility path. DivX certification programs were largely succeeded by H.264 and HEVC support, and most 2015+ TVs ship with H.264 decoders standard.
xconvert processes files in your browser session rather than uploading to a server queue, so the practical cap is your device's available memory. For typical 3GP recordings (often under 50 MB even for long clips because of the low source bitrate) this is rarely a constraint.
Yes. Under Trim, switch from "Unchanged" to "Time Range" and enter a start time and duration. This cuts the output to that span without a separate trim step, which is useful when you only want a 30-second highlight from a longer phone capture.
For Xvid output (also MPEG-4 ASP), see 3GP to Xvid. For an AVI container around the same codec family, 3GP to AVI handles the wrapper change. To shrink without changing format, Compress 3GP keeps the source extension and just reduces bitrate.