Initializing... drag & drop files here
Supports: VOB
VIDEO_TS/VTS_01_1.VOB and similar). Batch is supported — queue multiple chapters at once.VOB (Video Object) is the MPEG-2 container DVD-Video uses inside the VIDEO_TS folder, capped at 1 GiB per file by the DVD spec. 3GP is the MPEG-4 Part 12-based container the 3GPP standardized in April 2003 for mobile multimedia. Converting bridges a high-bitrate DVD master to a slimmed-down mobile-ready file — useful when the target device, archive system, or upload pipeline expects 3GP rather than raw VOB.
| Property | VOB | 3GP |
|---|---|---|
| Designed for | DVD-Video (1997, DVD Forum) | 3G mobile (3GPP, April 2003) |
| Container base | MPEG program stream | MPEG-4 Part 12 (ISO base media) |
| Typical video codec | MPEG-2 (H.262), MPEG-1 | H.263, MPEG-4 Part 2, H.264 |
| Typical audio codec | AC-3, DTS, LPCM, MP2 | AMR-NB, AMR-WB, AAC-LC, HE-AAC |
| File-size convention | Split into 1 GiB segments | No format-level cap |
| Subtitles / menus | Yes (built-in DVD navigation) | Optional (3GPP Timed Text) |
| Streaming-friendly | No — designed for sequential disc read | Yes — supports progressive streaming |
| Typical resolution | 720x480 (NTSC) or 720x576 (PAL) | 176x144 (QCIF) to 640x480 |
| Native mobile playback | No — needs a desktop player or transcode | Yes — built into Android, older feature phones |
| Target device | Video codec | Audio codec | Resolution | Notes |
|---|---|---|---|---|
| Maximum legacy compatibility (early Nokia, Sony Ericsson) | H.263 | AMR-NB | 176x144 (QCIF) | Bit rate around 339 kbps max for clean playback on early Nokia handsets |
| Mid-era 3G phones | H.263 / MPEG-4 Part 2 | AMR-WB or AAC-LC | 320x240 (QVGA) | Reasonable quality, broad support |
| Modern Android testing | H.264 (AVC) | AAC-LC | 480x360 or 640x480 | Highest 3GP quality; recent phones still recognize the extension |
| MMS-safe payload | H.263 | AMR-NB | 176x144 | Aim under ~300 KB to clear carrier caps |
Yes — Android plays 3GP natively, and iOS plays it through QuickTime-based apps and most third-party video players. The format is most commonly associated with 3G-era feature phones, but the container itself remains supported. For everyday playback on a modern phone you are usually better off targeting MP4 with H.264 — see VOB to MP4 for that path.
VOB stores DVD-Video as MPEG-2 at roughly 4-9 Mbps with multiplexed AC-3 audio and uncompressed menus/subtitles. 3GP typically encodes with H.263 or H.264 at hundreds of kbps and trims the navigation overhead. A 700 MB VOB chapter routinely converts to under 30 MB of 3GP — that is the format doing its job, not a loss bug.
H.263 video with AMR-NB audio is the historic baseline; nearly any device that recognizes the .3gp extension can decode it. H.264 + AAC-LC gives much better quality but skips support on truly old handsets (pre-2007 feature phones). If "play everywhere including a 2005 Nokia" matters, pick H.263 + AMR-NB; otherwise pick H.264 + AAC-LC.
Yes. VOB carries DVD navigation (IFO/BUP), chapter markers, subpicture subtitles, and up to eight audio streams. 3GP keeps a single video plus one audio track and (optionally) 3GPP Timed Text. If you need subtitles preserved, burn them into the video before converting, or pick an alternative target like MP4 with a soft-subtitle track.
Each .VOB past VTS_01_1 is a 1 GiB continuation of the same title (the DVD spec splits long titles for ISO 9660 compatibility). Convert them one at a time and then concatenate the 3GP outputs, or merge the VOBs first (copy /b on Windows, cat on macOS/Linux) into one file and convert that. Trim controls on this page also let you grab just one chapter.
3GP was designed for GSM/UMTS phones (3GPP); 3G2 is the CDMA2000 equivalent (3GPP2), released in January 2004. 3G2 adds audio codecs like EVRC and QCELP used on CDMA carriers and drops Enhanced aacPlus and AMR-WB+. If your target device is on a GSM-derived carrier (most of the world), pick 3GP; for older Verizon/Sprint CDMA hardware, see VOB to 3G2.
Not directly on this page — this converter produces a 3GP video container. To pull audio only, use an audio-target page like VOB to MP3 or VOB to AAC. The Trim controls here are useful first if you only want the audio of one specific chapter rather than the whole disc.
Each input VOB is capped at 1 GiB by the DVD spec itself, which is well within the uploader's limits. If you ripped a long DVD title that spans multiple VOB segments, upload them as a batch and convert in one session.