Initializing... drag & drop files here
Supports: VOB
VIDEO_TS folder. Batch upload is supported — drop the whole set (VTS_01_1.VOB, VTS_01_2.VOB, etc.) and convert each into its own MPEG..mpeg (MPEG program stream). No watermark, no sign-up, no DRM stripping.VOB (Video Object) is the wrapper DVD-Video uses inside the VIDEO_TS folder, and the format is a strict subset of the MPEG program stream — it carries MPEG-2 video plus AC-3, DTS, LPCM, or MPEG-1 Audio Layer II, with extra private-stream data for subtitles, chapter markers, and menu navigation. That extra DVD-specific structure is why VOB sometimes refuses to open in modern players, even though the underlying video is plain MPEG-2.
Converting to a plain .mpeg file strips the DVD navigation layer and gives you a clean MPEG program stream:
.mpeg plays in all of them.VTS_01_1.VOB, VTS_01_2.VOB etc. at the 1 GiB boundary. Converting (and optionally joining) gives you a single continuous MPEG file.| Property | VOB | MPEG (Program Stream) |
|---|---|---|
| Designed for | DVD-Video discs (1996/1997) | General-purpose video distribution (ISO/IEC 13818-1, 1995) |
| Container | MPEG-2 program stream + DVD-specific private streams | MPEG-1 / MPEG-2 program stream |
| Video codecs | MPEG-2 (typical), MPEG-1 | MPEG-1, MPEG-2 |
| Audio codecs | AC-3, DTS, LPCM, MPEG-1 Audio Layer II | MP2, MP3, AC-3, LPCM |
| Max video bitrate | 9.8 Mbps (DVD-Video spec) | Codec-limited (MPEG-2 Main@High up to ~80 Mbps) |
| File size limit | 1 GiB per file (DVD-Video spec) | None |
| Subtitles / chapters | Embedded (private streams) | Not in container |
| Navigation menus | Yes (linked via IFO/BUP files) | No |
| Player support | DVD players, VLC, MPC-HC | Universally supported — DVD players, smart TVs, NLEs |
| Setting | When to use | Resulting file |
|---|---|---|
| MPEG-2 + MP2, 4-6 Mbps | Default for DVD source — near-identical quality | ~30-45 MB per minute |
| MPEG-2 + AC-3, 5-8 Mbps | Preserve original DVD AC-3 surround track quality | ~40-60 MB per minute |
| MPEG-2 + MP3, 2-4 Mbps | Smaller archive for SD content where source is single-pass | ~15-30 MB per minute |
| MPEG-1 + MP2, 1.5 Mbps | Video CD (VCD) compatibility, legacy players | ~12 MB per minute |
| MPEG-2 + MP2, 8-9 Mbps | Highest-quality remux of dual-layer DVD content | ~55-70 MB per minute |
Both apps recognize the .vob extension but their decoders skip the DVD-Video private-stream data, which can cause silent audio, no video, or an outright "format not supported" error. Converting to a plain MPEG program stream removes the DVD-specific layer and the file plays normally. VLC is the workaround for direct playback if you don't want to convert.
Usually slightly smaller. A typical 1 GiB VOB contains MPEG-2 video at 4-6 Mbps plus extra audio tracks and subtitle streams. The output MPEG keeps the same video bitrate but drops unused audio/subtitle tracks, so a converted 90-minute movie usually lands around 2.5-3.5 GB total (combining all source VOBs). For smaller files, see Compress MPEG after conversion.
Yes — upload all VOB segments of the same title at once. Each segment converts to its own MPEG file; to produce a single continuous file, use the VOB to MP4 workflow and then convert MP4 back to MPEG, or merge the MPEGs after conversion with a tool that supports program-stream concatenation.
No. This converter operates on already-extracted VOB files, not encrypted DVD discs. If your VOB is from a commercial retail DVD, you'll need to decrypt it locally with DVD-ripping software (which carries legal restrictions in many jurisdictions) before uploading. Home-burned DVDs, camcorder DVDs, and DVD-R discs are unencrypted and convert directly.
.mpeg and .mpg are interchangeable extensions for the same MPEG program stream container — .mpg was used in 8.3-filename systems (Windows 95/DOS) while .mpeg is the longer-form modern variant. The .mpeg2 extension specifically signals MPEG-2 video inside the program stream. xconvert supports all three: VOB to MPG and VOB to MPEG2 produce the same underlying container with different filenames.
VOB already wraps MPEG-2 video, so keeping the codec means the conversion can re-mux quickly without quality loss. Switching to a modern codec like H.264 or H.265 requires a full re-encode — slower, with a small quality penalty unless you raise the bitrate. If long-term compression matters more than speed, VOB to MP4 with H.264 produces files roughly half the size at similar visual quality.
No. VOB stores subtitles as subpicture (bitmap) streams in private DVD data, and chapter markers live in the IFO file outside the VOB. Neither survives the conversion to plain MPEG program stream. If you need subtitles, extract them separately with a subtitle ripper before converting, then mux them back into a format that supports text subtitles (MKV or MP4).
Free uploads cover the 1 GiB VOB segments the DVD-Video spec produces. Larger files (joined VOBs, dual-layer DVD rips) can be processed by signing in for higher per-file limits. The converter handles full DVDs in batch — just upload the whole VIDEO_TS set in one go.
Yes if you pick AC-3 as the audio codec (default for DVD AC-3 source) — MPEG program stream natively carries AC-3 multi-channel audio. MP2 and MP3 will downmix to stereo. For broadest player compatibility at the cost of surround, choose MP2; for surround preservation, choose AC-3.