Initializing... drag & drop files here
Supports: VOB
VIDEO_TS folder of a DVD. The DVD-Video spec splits content into 1 GiB chunks (VTS_01_1.VOB, VTS_01_2.VOB, etc.), so upload them all together to keep the program intact. Batch upload supported.VOB (Video Object) is the MPEG program stream container used on every DVD-Video disc since the format launched in 1996. It carries MPEG-2 video plus AC-3, DTS, LPCM, or MP2 audio, and is capped at 1 GiB per file so feature-length movies are split across multiple .VOB files inside the VIDEO_TS folder. AVI (Audio Video Interleave, released by Microsoft on November 10, 1992 as part of Video for Windows) is a more flexible RIFF container that holds a far wider codec range and is what most legacy NLEs, older media players, and embedded systems expect.
VIDEO_TS directory structure with companion IFO and BUP files. Converting to a single AVI strips out the chapter/menu/multi-angle navigation so you get one continuous file.VTS_01_1.VOB, VTS_01_2.VOB, VTS_01_3.VOB… AVI has no such per-file cap (FAT32 imposes 4 GiB, NTFS/exFAT effectively unlimited), so the whole movie becomes one file.| Property | VOB | AVI |
|---|---|---|
| Full name | Video Object (DVD-Video) | Audio Video Interleave |
| Released | 1996 (DVD-Video 1.0) | November 10, 1992 (Microsoft) |
| Underlying structure | MPEG program stream | RIFF chunked container |
| Video codecs | MPEG-2 Part 2, MPEG-1 Part 2 | Xvid, DivX, MPEG-4 ASP, H.264, MJPEG, HuffYUV, Cinepak |
| Audio codecs | AC-3, DTS, LPCM, MP2 (no AAC) | MP3, AC-3, PCM, MP2, WMA |
| Per-file size cap | 1 GiB (spec-enforced split) | None (filesystem-limited) |
| Native subtitles | Yes (multiple VobSub streams) | No (must hardcode or ship separate .srt) |
| Menus / multi-angle | Yes (via IFO companion files) | No |
| Companion files | Requires IFO + BUP | Single self-contained file |
| Best use case | DVD authoring & playback | Legacy editing, DivX/Xvid playback |
| Codec | When to choose | Typical size (90 min) | Notes |
|---|---|---|---|
| Xvid | Legacy AVI compatibility | 700 MB-1.5 GB at ~1500 kbps | MPEG-4 ASP; plays on DivX-certified DVD players |
| DivX | Same as Xvid, commercial decoder | Similar to Xvid | DivX Home Theater profile for set-top boxes |
| MPEG-2 | Bit-exact DVD archival (Copy) | ~4-7 GB | No re-encode if you use Copy; preserves original DVD quality |
| H.264 | Smallest file, modern players | 400-700 MB | AVI+H.264 works in VLC/MPC-HC; not all hardware decoders support it |
| HuffYUV | Lossless intermediate for editing | 50-100 GB | Bloats massively; only for short clips you'll re-encode later |
| MJPEG | Frame-accurate editing | 5-15 GB | Each frame independently JPEG-compressed; large but easy to scrub |
AVI only if your target software is older than ~2010 (legacy Vegas, Premiere Pro CS3/CS4, Pinnacle, DivX-certified set-tops). For modern playback or streaming, convert to MP4 with H.264 — smaller files, hardware-accelerated decode on every phone and TV, native subtitle support. MKV is the best choice when you need multiple audio tracks, chapter markers, and soft subtitles from the DVD all in one container.
The DVD-Video spec caps each VOB at 1 GiB for filesystem compatibility (UDF / ISO 9660), so a 90-minute feature is typically split into VTS_01_1.VOB through VTS_01_4.VOB. Upload all of them together — the converter concatenates the MPEG program stream in order before re-muxing, so you get one continuous AVI rather than four chunks. Concatenation itself is lossless; only the AVI re-encode introduces quality change.
No. DVD subtitles are VobSub bitmap streams stored alongside the video; AVI has no native subtitle support per the Microsoft RIFF spec, so they're dropped during conversion. Multi-channel AC-3 audio is preserved if you keep the AC-3 audio codec, but only one track survives — AVI doesn't reliably handle multiple audio streams in older players. Chapter markers and DVD menus are encoded into IFO files, not VOB, so they're discarded.
No. xconvert processes the VOB files you upload — if your DVD has CSS encryption, the VOB data on disc is scrambled and you must decrypt it first with a tool like MakeMKV or HandBrake before uploading. Once VOB files are unencrypted (your own home video DVDs, public-domain releases, or already-decrypted rips), this converter handles them normally. Check your local copyright laws before ripping commercial DVDs.
Xvid at 1500-2000 kbps with MP3 or AC-3 audio, resolution capped at 720x480 (NTSC) or 720x576 (PAL), keyframe interval ~10 seconds. Most DivX Home Theater profile players (Philips, LG, Samsung 2005-2010 era) require Xvid Simple or Advanced Simple Profile and reject H.264-in-AVI. Set Video Codec to Xvid and pick the matching DVD resolution from the Preset Resolutions dropdown.
Yes. Switch the Trim control from Unchanged to Time Range and enter start/end timestamps in HH:MM:SS.mmm format. Most commercial DVDs front-load 30-90 seconds of unskippable warnings, studio logos, and trailers before the feature — set start time to where the actual content begins to skip them in the AVI output.
If you chose a lossless codec (HuffYUV) or a high bitrate constant-bitrate setting, AVI re-encoding can balloon past the MPEG-2 source. VOB's MPEG-2 is already a fairly efficient compressed format at DVD bitrates (~6-9 Mbps). To shrink: pick Xvid/DivX with Variable Bitrate at 1200-1800 kbps target, or use Constant Quality with a CRF in the mid-range. The MJPEG and HuffYUV options are intentionally larger because they're designed for editing intermediates, not delivery.
Yes. Use VOB to MP3, VOB to AC3, or VOB to WAV — these pull only the audio stream so you can grab commentary tracks, soundtracks, or concert audio without re-encoding video. AC-3 preserves the original Dolby Digital surround mix bit-for-bit if you pick Copy behavior. To shrink an existing VOB without changing format, use Compress VOB; to clip a section before conversion, Trim VOB.
VLC plays everything — every codec listed above works without extra plugins. Windows Media Player on Windows 10/11 plays Xvid, MPEG-4, and H.264 AVI natively; MPEG-2-in-AVI may need the K-Lite Codec Pack or a separate MPEG-2 decoder license. For maximum out-of-the-box compatibility, pick Xvid video + MP3 audio — that combination has worked in WMP since Windows XP.