Initializing... drag & drop files here
Supports: VOB
.vob files from a ripped DVD (typically out of a VIDEO_TS folder). Batch upload is supported, and you can use Merge Video to stitch the consecutive VTS_01_1.VOB, VTS_01_2.VOB,... segments that DVDs split at the 1 GiB mark back into a single playable file before conversion..3g2 file. processing happens on our servers — no sign-up, no watermark, no email gating.VOB is a DVD-Video container — a strict subset of the MPEG program stream that pairs H.262/MPEG-2 video with AC-3, DTS, MPEG-2 audio, or linear PCM, plus subtitle and menu streams. 3G2 (3GPP2) is the CDMA-side mobile container defined by the 3rd Generation Partnership Project 2, built on the ISO base media file format (the same MP4 lineage) and historically used by Verizon, Sprint, and other CDMA carriers for MMS clips and feature-phone playback. Converting VOB to 3G2 is mainly an archival or legacy-device workflow:
If 3G2 is not strictly required, VOB to MP4 is the safer modern choice (every phone since 2007 plays MP4/H.264), or VOB to 3GP for GSM-side legacy devices. For broader desktop archival pick VOB to MKV or VOB to AVI.
| Property | VOB | 3G2 |
|---|---|---|
| Full name | Video Object (DVD-Video) | 3GPP2 Multimedia File |
| Container family | MPEG program stream (strict subset) | ISO base media file format (MP4 family) |
| Standard body | DVD Forum | 3GPP2 (CDMA carrier consortium) |
| Typical video codec | H.262 / MPEG-2 Part 2 | H.263, MPEG-4 Part 2, or H.264/AVC |
| Typical audio codec | AC-3, MPEG-2 Audio Layer II, DTS, LPCM | EVRC, EVRC-B, EVRC-WB, QCELP (13K), SMV, VMR-WB, AMR-NB, AAC-LC |
| Designed for | DVD playback on set-top players | CDMA-network mobile phones (Verizon/Sprint era) |
| Typical resolution | 720x480 (NTSC) / 720x576 (PAL) | 176x144 (QCIF) to 480x320 |
| Typical bitrate | 4-9 Mbps video + 192-448 kbps audio | 32-384 kbps total |
| Single-file cap | Split into 1 GiB chunks for DVD compatibility | No spec cap; practical caps from carrier MMS limits |
| Copy protection | CSS encryption common on commercial DVDs | None defined in the spec |
| Native iPhone support | No | No |
| Native Android support | No (third-party app needed) | Limited; varies by device (Samsung Galaxy historically supports it) |
| Status in 2026 | Legacy, archival use | Frozen spec, mostly legacy |
3G2 is a container, not a codec — what plays on which device depends on what you pack inside it. The 3GPP2 file-format spec inherits the 2007 3GP video codec list: MPEG-4 Part 2, H.263, or H.264/AVC.
| Codec choice | When to pick it | Notes |
|---|---|---|
| H.263 | Maximum compatibility with pre-2010 CDMA flip phones, baseline PTT radios | Lowest decode complexity; capped around CIF (352x288) on older devices |
| MPEG-4 Part 2 | Mid-2000s smartphones, Symbian devices, some BlackBerry models | Better quality than H.263 at the same bitrate |
| H.264 / AVC | Late-2000s onward smartphones that still decode 3G2 | Best quality per kbps; check device support — some older firmware only decodes Baseline profile |
| MPEG-2 (source-side) | Not a valid 3G2 video codec | xconvert re-encodes the DVD's MPEG-2 video into one of the three above during conversion |
For audio, pair video with AMR-NB for voice-only clips on legacy phones or AAC-LC for music — AMR-WB+ and HE-AAC v2 are explicitly excluded from the 3G2 spec, so xconvert will not emit those into a .3g2 container.
The video and audio streams are re-encoded — the AC-3 5.1 surround track or LPCM track from your VOB is downmixed to stereo (or mono) and re-encoded into an audio codec the 3G2 container accepts, typically AAC-LC or AMR-NB. Multi-language audio tracks and Dolby surround channels do not carry through; only the first selected audio stream is kept.
A typical DVD VOB runs 4-9 Mbps for video plus a few hundred kbps for audio, while 3G2 was designed for mobile networks where total bitrates of 32-384 kbps are normal. A 1 GiB DVD chapter usually lands somewhere between 10 and 80 MB as 3G2 depending on the quality preset and resolution you pick — the format is built around aggressive compression for small screens.
No. VOB carries DVD navigation (IFO/BUP) data, subpicture streams, and multiple audio tracks; 3G2 is a single-video + single-audio container with no menu concept. If you need chapter navigation, VOB to MKV preserves chapter markers and soft subtitles. To pull subtitle text first, use a tool like CCExtractor before conversion.
Commercial DVDs typically encrypt the video tracks with Content Scramble System (CSS). xconvert does not decrypt CSS — you need to rip the DVD with a tool like HandBrake or MakeMKV (which handle CSS) first, then upload the decrypted VOB or the MKV/MP4 they produce. Home-burned and unencrypted DVDs convert directly.
No. DVDs split a single title into 1 GiB VOB segments purely for filesystem compatibility — the content is continuous. Upload all segments in numerical order and enable Merge Video so xconvert concatenates them before encoding, otherwise each chunk converts to its own 3G2 file with a cut at the seam.
H.264 gives the best quality per kbps and is what any device manufactured after roughly 2007 will decode. Pick MPEG-4 Part 2 for mid-2000s Symbian/BlackBerry-era handsets, and H.263 only if you are explicitly targeting a pre-2007 CDMA flip phone where decoder support is minimal. When in doubt, H.264 at 320x240 / 256 kbps is the safest default.
Probably not natively. Apple's documented playback codecs do not include the 3GPP2 container, and modern Android devices vary — Samsung Galaxy phones have historically supported 3G2, but stock Pixel and many other Android lines do not. If you just want the clip to play on a modern phone, convert to MP4 instead — 3G2 is only the right answer when you specifically need the 3GPP2 container for a legacy device or pipeline.
processing happens on our servers and files are deleted after the session ends. No sign-up, no watermark, no file-count limit. The same applies if you later need to go the other direction with 3G2 to 3GP or any of the other VOB output formats.