Initializing... drag & drop files here
Supports: VOB
.vob files (or the whole VIDEO_TS folder one file at a time) or click "+ Add Files." DVDs split titles across multiple 1 GiB VOBs — upload each segment and each converts to its own MKV. To stitch them back into a single playable file, use a desktop tool like MKVToolNix after conversion.VOB is the container DVD-Video uses to store MPEG-2 video, AC-3 or MP2 audio, subpicture (SUB/IDX) subtitles, and navigation packs — but the format has hard constraints baked into the 1996 DVD spec. Files are capped at 1 GiB per segment (an old FAT32 compatibility limit), titles are split across VTS_01_1.VOB, VTS_01_2.VOB, and most modern players choke on the IFO/BUP navigation files that VOB depends on. MKV (Matroska) is the open-source container that fixes all of this: one file per movie, no size cap, native support for multiple audio tracks, soft subtitles, and chapter markers.
Movie.mkv instead of VTS_01_1.VOB through VTS_01_5.VOB plus IFO/BUP siblings.VIDEO_TS folder structure entirely.| Property | VOB | MKV |
|---|---|---|
| Container standard | MPEG-2 Program Stream (ISO/IEC 13818-1, DVD-Video subset) | Matroska (IETF RFC 9559, royalty-free) |
| Year finalized | DVD-Video spec, mid-1990s | 2002 (initial release); IETF RFC 9559 |
| Per-file size limit | 1 GiB (1,073,741,824 bytes) | None (file-system limited) |
| Video codecs typically carried | MPEG-2 only | H.264, H.265, AV1, VP9, MPEG-2, MPEG-4, and most others |
| Audio codecs typically carried | AC-3, MP2, LPCM, DTS | AAC, AC-3, DTS, FLAC, Opus, TrueHD, PCM, MP3 |
| Subtitle support | VobSub (SUB/IDX bitmap, burned in) | Soft text (SRT, ASS), VobSub, PGS — all toggleable |
| Chapters | Stored in companion IFO file | Native, single-file |
| Browser playback | Not supported natively | Not supported natively (use a desktop player) |
| Smart TV USB playback | Rare | Common since ~2016 |
| Plex / Jellyfin handling | Requires DVD-folder structure | Direct play with full metadata |
| Codec | Output size vs. source | When to pick |
|---|---|---|
| MPEG-2 (re-mux) | Lossless archival; no re-encoding artifacts; widest player compatibility for legacy gear | |
| H.264 | ~30-50% of source | The safe default for DVD rips — every device made since 2010 plays it |
| H.265 / HEVC | ~15-30% of source | Smallest files for streaming over the home network; Apple TV 4K, Shield, modern TVs all play it |
| AV1 | ~10-25% of source | Best compression but slow to encode; play only on Chrome 70+, Firefox 67+, Edge 121+, and recent smart TVs |
MKV can carry VobSub (the SUB/IDX bitmap subtitle format DVDs use) as a native subtitle track, but you need a tool that reads the companion .SUB and .IDX files alongside the VOB. This converter focuses on the video and audio streams inside the VOB itself; if subtitle preservation is your top priority, rip the DVD with MakeMKV first (it copies all subtitle tracks 1:1) and then use compress MKV if you need to shrink the result.
DVD-Video uses a 1 GiB cap per VOB file — a holdover from when the spec was finalized in the mid-1990s and some operating systems couldn't handle larger files. A 90-minute movie at the typical 6-8 Mbps DVD bitrate runs ~4-5 GB total, so the disc splits it across multiple VOBs that play back as one seamless title. To get a single MKV out, convert each VOB here, then concatenate them with a desktop tool like MKVToolNix — or rip the whole title with MakeMKV first to skip the split altogether.
For SD source (720x480 or 720x576), either codec produces a tiny file because the resolution is already low. H.264 is the safer pick — it plays on literally every device made since 2010. Pick H.265 only if you're targeting Plex direct-play to an Apple TV 4K, Nvidia Shield, or 2017+ smart TV, because the file size savings on SD content are smaller than they'd be on a 4K source.
Yes — pick MPEG-2 as the Video Codec and either Constant Quality or a Constant Bitrate close to the source rate (4-9 Mbps is typical for DVD). The video bitstream is repackaged into the Matroska container without going through another lossy encode, so quality is preserved bit-for-bit. The output file size will be very close to the input.
VOB depends on the surrounding VIDEO_TS folder structure — VIDEO_TS.IFO (the table of contents), VTS_01_0.BUP (backup), VTS_01_0.IFO, and the numbered VOB segments. Most USB players in TVs only see the .vob files, not the IFO, so they can't reconstruct chapters or seamless playback between segments. MKV bundles everything into a single self-contained file the TV can index directly.
MKV supports unlimited audio tracks natively, and this converter writes whatever audio streams are present in the source VOB into the MKV output. If your DVD ripper extracted all audio tracks into the VOB, they'll all be in the MKV. If your VOB only contains the primary English track (some rippers strip extras), that's all the MKV will have — re-rip with MakeMKV in "all audio tracks" mode if you need the alternates.
DVDs encode at roughly 4-9 Mbps for video (the format's max is 9.8 Mbps including audio). At the default "Very High" Quality Preset with H.264, expect 1.5-3 Mbps output — visually indistinguishable from the source because H.264 is ~2x more efficient than MPEG-2. For a true archival copy, switch to MPEG-2 codec and Constant Bitrate matching the source (use a tool like MediaInfo to read the source rate).
Yes — open Trim, switch to Time Range, and set the start time past the warnings (typically 15-30 seconds) and the end time at the credits roll. The output MKV starts at your chosen mark with no need to re-edit later. For more granular cutting across multiple segments, use Video Cutter after the conversion.
The converter runs on our servers, so uploads aren't pushed to a third-party server for processing. file size limits depend on your upload bandwidth and our server-imposed quota and browser — a typical 4 GB DVD rip (split across 4-5 VOBs of ~1 GiB each) processes one segment at a time without issue on a modern laptop with 8 GB+ of RAM.