Initializing... drag & drop files here
Supports: WMV
.wmv files from your computer. Batch conversion is supported, and processing happens in your browser session — no account required.video/3gpp (.3gp) — no watermark, no sign-up, no email.WMV is Microsoft's Advanced Systems Format (ASF) container, designed in the late 1990s for Windows desktops. 3GP is the 3GPP mobile container standardized in April 2003 for 3G UMTS/GSM phones — it carries H.263, MPEG-4 Part 2 (Simple Profile), or H.264 Baseline video alongside AMR-NB, AMR-WB, or AAC-LC audio. Converting WMV to 3GP is mostly about reaching older mobile hardware and tooling that never spoke ASF.
.wmv MIME types.| Property | WMV | 3GP |
|---|---|---|
| Container | ASF (Advanced Systems Format) | ISO base media (MPEG-4 Part 12) |
| Released | 1999 (Microsoft) | April 4, 2003 (3GPP) |
| MIME type | video/x-ms-wmv |
video/3gpp |
| Typical video codecs | WMV1/WMV2/WMV3 (VC-1), MPEG-4 | H.263, MPEG-4 Part 2, H.264 Baseline |
| Typical audio codecs | WMA1/WMA2, WMA Pro | AMR-NB, AMR-WB, AAC-LC, HE-AAC |
| Typical use case | Windows desktop video, legacy streaming | 3G mobile capture, MMS, feature phones |
| Streaming target | MMS-over-HTTP, Silverlight | 3GPP PSS, MMS, MBMS |
| Native playback | Windows Media Player, VLC | Android, QuickTime, legacy GSM phones |
| Subtitle/caption support | SAMI, embedded | 3GPP Timed Text |
| Typical resolution | SD to HD | QCIF (176x144), QVGA (320x240), occasionally VGA |
| Profile | Video codec | Audio codec | Resolution | Use it for |
|---|---|---|---|---|
| Lowest-footprint MMS | H.263 | AMR-NB (8 kHz) | 176x144 (QCIF) | Carrier MMS, voice-quality narration |
| Classic feature phone | MPEG-4 Part 2 | AMR-NB or AMR-WB | 320x240 (QVGA) | Nokia/Sony Ericsson 2005-2009 era |
| Wideband voice clip | H.263 or MPEG-4 | AMR-WB (16 kHz) | 320x240 | Higher-fidelity speech on later 3G phones |
| Modern 3GP (H.264) | H.264 Baseline | AAC-LC | 640x480 (VGA) | Newer Android handsets, embedded players |
| Music-friendly | H.264 Baseline | HE-AAC v1 | 480x360 | Trailers, music videos at small sizes |
Two reasons. First, 3GP almost always pairs H.263 or MPEG-4 Part 2 video with AMR audio at an 8 kHz sample rate (voice quality), versus WMV's typical stereo WMA at 44.1 kHz. Second, 3GP is built around QCIF (176x144) and QVGA (320x240) presets, while WMV often carries SD or HD frames. A one-minute SD WMV around 8-12 MB will commonly become a 300-800 KB 3GP at QCIF/AMR-NB. If you keep the source resolution and pick H.264 + AAC, file sizes get much closer.
AMR-NB is voice-optimized — it sounds clean for speech, narration, and dialogue, but music and ambient sound will sound thin and band-limited. Switch the Audio Codec to AMR-WB (16 kHz, used on later 3G phones) for noticeably better speech, or to AAC-LC if your target device supports it. AAC-LC inside 3GP plays on Android and modern QuickTime; it does not play on the oldest GSM handsets that only support AMR.
For most 2004-2008 feature phones, 176x144 QCIF is the safe baseline; many models also accept 320x240 QVGA. Avoid VGA or anything wider than 320 pixels on hardware older than roughly 2009 — the decoder may refuse the file. Newer Android handsets from 2010 onward usually handle H.264 Baseline at 640x480 or even higher inside a 3GP wrapper.
3GP supports 3GPP Timed Text (defined in 3GPP TS 26.245) as a sidecar/embedded track. xconvert does not transcode SAMI or embedded WMV captions into Timed Text automatically — if you need subtitles for the 3GP, export them as .srt and burn them into the video before conversion, or pick WMV to MP4 which has broader caption support.
If your target device is a 2003-2010 feature phone, an MMS gateway, or an embedded player that explicitly lists 3GP, stay with 3GP. For any modern smartphone, tablet, laptop, or social platform, MP4 (H.264 + AAC) is the better default — it is universally supported, has higher quality ceilings, and is the format Android, iOS, and the web actually optimize for. Reach for WMV to MP4 when in doubt.
It depends. iOS supports 3GP files that use H.264 + AAC, but not 3GP files using H.263 + AMR (which is the most common combination from feature-phone-era cameras). If you need iPhone playback, pick the Modern 3GP (H.264) profile from the picker above — and again, MP4 is a more reliable choice.
3GP (.3gp, MIME video/3gpp) was standardized for GSM/UMTS handsets; 3G2 (.3g2, MIME video/3gpp2) was standardized in January 2004 for CDMA2000 phones (Verizon, Sprint in the US, KDDI in Japan). 3G2 adds CDMA-era voice codecs like EVRC and QCELP but drops HE-AAC v2 and AMR-WB+. If you specifically need 3G2 instead, use 3GP to 3G2 after converting.
Yes — under Trim, switch from Unchanged to Time Range and enter start and end timestamps in HH:MM:SS.ms. Combine that with a 176x144 resolution and Specific file size target (e.g., 280 KB) and you can reliably land under typical 300 KB-1 MB MMS gateway caps. Carrier limits vary; check with your provider before relying on a specific cap.
xconvert cannot strip Microsoft PlayReady or Windows Media DRM. WMV files that show "Licensed content" in Windows Media Player will fail to decode here. You'll need to play the file back through licensed playback software and re-capture, or convert from a non-protected source file. See compress WMV if you simply need a smaller WMV to keep in the same container.