Initializing... drag & drop files here
Supports: WEBM
WebM (Google's 2010 open-source format with VP9 / AV1 / VP8 video and Opus / Vorbis audio) is the de-facto open web video container, but it has near-zero playback support outside browsers and modern OSes. 3GP (3GPP Multimedia File, standardised in 2001 for UMTS / 3G phones) is the legacy mobile format every feature phone, dumbphone, and pre-2012 smartphone understands natively. Common reasons to convert WebM -> 3GP:
If you want broad modern device support instead of legacy compatibility, convert WebM to MP4 — MP4 with H.264 plays on iOS, Android, smart TVs, and set-top boxes without sacrificing quality the way 3GP does.
| Property | WebM | 3GP |
|---|---|---|
| Origin | Google (2010) for HTML5 | 3GPP (2001) for UMTS / 3G phones |
| Container | Matroska-based | Simplified MP4 / ISO base media |
| Common video codec | VP9, AV1, VP8 | H.263, MPEG-4 Simple Profile, H.264 baseline |
| Common audio codec | Opus, Vorbis | AAC-LC, AMR-NB, AMR-WB |
| Typical resolution | 480p to 4K+ | 176x144 (QCIF), 320x240 (QVGA), 480x360 |
| Typical bitrate | 0.5-6 Mbps at 720p-1080p | 64-256 kbps for cellular delivery |
| Royalty status | Royalty-free | H.263 / H.264 patent-encumbered |
| Browser playback | Chrome, Firefox, Edge, Opera, Safari 14.1+ | None — no browser plays 3GP natively |
| Native device support | Modern browsers and OSes | Feature phones, pre-2012 smartphones, basic in-car units |
| Era | 2010-present (web standard) | 2003-2012 (feature-phone peak) |
| Codec | Compatibility floor | File size at matching quality | Best for |
|---|---|---|---|
| H.263 | Nokia / Sony Ericsson / Motorola handsets ~2003+ | Largest (least efficient) | Oldest feature phones, lowest-end dumbphones |
| MPEG-4 Simple Profile | Mid-range phones ~2005-2009 | Medium | Older smartphones that pre-date H.264 baseline support |
| H.264 baseline | Almost all phones ~2008 onward | Smallest | Default — broadest practical compatibility on real devices |
Probably yes, and that's the point. 3GP is a constrained container — even at H.264 baseline it's typically delivered at 64-512 kbps and 240p-360p so it actually runs on the target devices. Your 1080p VP9 WebM at 4 Mbps will be downscaled and re-encoded to fit. Pick the highest quality preset and 480p resolution if you want it as crisp as 3GP allows; pick 240p with the AMR-NB audio codec if you're optimising for the smallest possible file.
H.264 baseline for almost everything — practically every 3GP-capable handset sold from roughly 2008 onward decodes it, and it's the most efficient option so the file is smaller at the same visual quality. MPEG-4 Simple Profile for mid-2000s phones that lack H.264 hardware decode. H.263 only when targeting genuinely old handsets (pre-2008 Nokia / Sony Ericsson / Motorola) or trying to match a specific archival catalogue that's already in H.263.
WebM at default quality often runs at 1-4 Mbps for HD content, while 3GP is tuned for 64-512 kbps cellular delivery. The format itself drops resolution, bitrate, and audio quality to hit feature-phone constraints. If your output is dramatically smaller than expected, that's correct — it's the price of legacy compatibility. Use the file-size-percentage option if you want a specific target size in MB.
Yes — both iOS and Android handle 3GP via their default video player, since the container is essentially a stripped-down MP4. But there's no reason to use 3GP on a modern phone; for any 2013+ device you should convert WebM to MP4 instead and keep the full quality. 3GP only makes sense when targeting a feature phone, an old in-car unit, or a strict file-size cap like MMS.
AMR Narrow Band is a voice codec — 8 kHz sample rate, 4.75-12.2 kbps. It's fine for spoken word, terrible for music. AMR Wide Band runs at 16 kHz and up to 23.85 kbps, much better for voice and tolerable for podcasts. For anything with music, stick with AAC at 64-128 kbps; the file is slightly larger but every 3GP-capable phone past ~2008 decodes AAC natively.
Yes. Use the trim section to enter a start time and duration; both accept seconds (12.5) or HH:MM:SS.sss (00:00:30.500). Trimming first means the encoder does less work and the output is smaller — useful when you're trying to fit a clip under a 1 MB MMS cap or onto a low-capacity feature phone with a tiny memory card.
Most pre-2012 feature phones max out at QVGA (320x240) or below. Pick 240p as a safe default. For the very oldest Nokia / Sony Ericsson handsets, drop to 144p (closest to QCIF 176x144). For 2010-2012 mid-range smartphones running Symbian / S40 / early Android, 360p plays cleanly. Going higher than 480p is rarely useful — the 3GP container and the device hardware aren't designed for it.
XConvert handles large WebM sources without an arbitrary cap. Conversion happens in-browser, so the practical limit is your device's available memory. No watermark, no quantity limit on batch jobs, no sign-up — drop a folder of WebM exports and convert them all at once.
3GP is a stricter subset designed for cellular networks and feature phones — smaller files, narrower codec support, and guaranteed playback on hardware that pre-dates 2012. MP4 is more universal on modern devices but isn't always recognised by basic phones, in-car units, or kiosk players that explicitly look for the 3GP fourCC. If your target is a modern phone or PC, convert WebM to MP4; if your target is a Nokia 105, a 2008 head unit, or an MMS attachment, 3GP is the correct pick.