Initializing... drag & drop files here
Supports: XVID
.avi (or other) file containing an Xvid stream, or click "Add Files." Batch uploads are supported.Xvid is a free, GPL-licensed implementation of the MPEG-4 Part 2 Advanced Simple Profile codec, typically delivered inside an .avi container at PC-friendly bitrates. 3G2 (3GPP2, defined by spec C.S0050) is the CDMA2000 sibling of 3GP, built around tiny resolutions and mobile-friendly audio codecs (QCELP, EVRC, AMR-NB, AAC-LC) for legacy Verizon, Sprint, US Cellular, and other CDMA handsets. Converting Xvid to 3G2 strips a desktop-grade clip down to something a CDMA feature phone, an MMS gateway, or an old in-vehicle infotainment unit can actually play back.
.avi would be rejected.| Property | Xvid (in AVI) | 3G2 (3GPP2) |
|---|---|---|
| Container | AVI (RIFF, Microsoft 1992) | ISO base media file format |
| Video codec | MPEG-4 Part 2 ASP | MPEG-4 Part 2, H.263, or H.264 |
| Audio codecs | MP3, AC-3, AAC | QCELP, EVRC, EVRC-B, SMV, VMR-WB, AMR-NB, AAC-LC |
| Network heritage | Desktop / DVD-rip era | CDMA2000 (Verizon, Sprint legacy) |
| Typical resolution | 480p–1080p | 176×144 (QCIF) to 320×240 (QVGA) |
| Typical bitrate | 700 kbps – 2 Mbps | 64–384 kbps |
| Streaming | None native | RTP / 3GPP2 PSS profile |
| File size for 1 min | 5–15 MB | 0.5–3 MB |
| MIME type | video/x-msvideo |
video/3gpp2 |
| License (codec) | GPL (free) | Royalty-bearing on H.264 path |
| Preset | Approx. CRF / qscale | Best for |
|---|---|---|
| Highest | qscale ~2 | Reference archival before downscale |
| Very High (default) | qscale ~3 | Maximum quality the 3G2 envelope allows |
| High | qscale ~5 | 320×240 smartphones with room to spare |
| Medium | qscale ~8 | 176×144 feature phones, good MMS budget |
| Low | qscale ~12 | Tight MMS budgets, voicemail-style clips |
| Lowest | qscale ~16 | Smallest possible file, visible blocking |
| Preset | Pixels | Typical 3G2 use |
|---|---|---|
| Sub-QCIF | 128×96 | Lowest-end CDMA feature phones |
| QCIF | 176×144 | Standard 3G2 / MMS resolution |
| QVGA | 320×240 | Mid-tier CDMA smartphones (BREW era) |
| HVGA | 480×320 | Late-stage CDMA smartphones |
| VGA | 640×480 | Maximum that early 3G2 stacks reliably decode |
They are siblings, not the same. 3GP (.3gp) was defined by 3GPP for GSM/UMTS networks (AT&T, T-Mobile, most international carriers). 3G2 (.3g2) was defined by 3GPP2 for CDMA2000 networks (legacy Verizon, Sprint, US Cellular). The video codec list is similar (MPEG-4 Part 2, H.263, H.264), but 3G2 additionally allows CDMA-specific audio codecs — QCELP (Qualcomm), EVRC, SMV, and VMR-WB — that 3GP does not. If you target a CDMA phone, ship 3G2; for a GSM phone, ship 3GP.
Renaming changes the extension but not the bytes. AVI is a RIFF container; 3G2 is an ISO base media file format. The byte layout, atom structure, and even the way audio sync is signaled are different — a CDMA handset opening a renamed .avi will reject it or fail to seek. A real conversion remuxes the video stream and re-encodes the audio into a 3G2-allowed codec inside the proper container.
No. The 3G2 specification does not list MP3 among its allowed audio codecs. The converter will re-encode audio to AAC-LC by default, or to AMR-NB for the smallest files compatible with the broadest range of legacy CDMA phones. If you have an old phone that only plays QCELP, encode externally first or pick a tool with explicit QCELP support — most modern converters omit it because Qualcomm's reference encoder is no longer widely shipped.
176×144 (QCIF) is the safest choice for clamshell feature phones from roughly 2003–2010, including the Motorola RAZR V3c, LG VX-series, and Samsung Alias. CDMA smartphones from the BREW / pre-Android era (e.g., LG Voyager, HTC Touch Pro CDMA) generally handle 320×240 (QVGA). Anything above 640×480 risks decoder failure or audio-video desync on the device.
For an MMS-bound clip, target 64–96 kbps total at 176×144 to keep a 30-second clip under most carrier MMS caps (historically 300 KB to 1.2 MB depending on carrier and era). For phone-side playback without MMS, 192–384 kbps at 320×240 is comfortable. Going above 768 kbps inside a 3G2 wrapper rarely buys quality — the format and the target devices were not designed for it.
Most modern phones can decode the underlying H.264 or MPEG-4 Part 2 video and AAC-LC audio inside 3G2, but the .3g2 extension itself is often unrecognized by gallery apps. iOS Files and Android's stock players will frequently open it through "share to VLC" or by manually selecting a media player. If you want guaranteed playback on a current phone, convert to MP4 instead — see Xvid to MP4 for the standard target.
Yes. Drop the whole folder onto the page; each file is encoded independently and downloaded as a .3g2. Settings (preset, resolution, trim) apply to all files in the batch. There is no fixed cap, but very large batches process serially in your browser session, so 5–20 short clips per batch is a good rhythm.
Xvid and DivX both implement the MPEG-4 Part 2 Advanced Simple Profile codec. Xvid is GPL-licensed and free; DivX is a proprietary product. For decoding into 3G2, the result is identical — the converter reads the MPEG-4 Part 2 stream and re-encodes for the target. If your AVI was encoded by DivX rather than Xvid, the same workflow applies; you can use the DivX to 3G2 page if you prefer the source-format-named entry point.
Convert to MP4 instead. 3G2 only makes sense if you specifically need playback on a CDMA-era device, an MMS gateway that requires it, or an archival workflow. For everything else — phones, social, web — MP4/H.264 or MP4/H.265 is smaller per quality and universally playable. Start at Xvid to MP4 or Compress Xvid if size is the only goal.