Why DVDs come apart into VOB files
Every DVD-Video disc stores its movie inside a VIDEO_TS folder, not as one file but as several: VOB files carrying the MPEG-2 video, audio, and subtitles, alongside .IFO files that describe the disc's menus and chapters. When you rip or copy a DVD, that's the folder you get — built for a DVD player's menu system, not for playing on a phone or importing into an editor.
Picking the right VOB on a multi-file disc
A single movie is usually split into several VOB files of about a gigabyte each, named things like VTS_01_1.VOB, VTS_01_2.VOB, and so on. VTS_01_0.VOB (or another unusually short file) is typically the DVD menu, not the movie — convert that one by mistake and you'll get twenty seconds of a menu screen. The main title is normally the largest title set on the disc, made up of the largest run of numbered VOB files.
OpenConvertVideo can take the VOB files for a title and convert them into a single MP4, so you stop juggling a folder of gigabyte-sized fragments.
MPEG-2 to H.264: why the result is smaller
DVDs use MPEG-2, a compression standard from the early 1990s that needs a lot of data to hold onto quality. H.264 does the same job with meaningfully less data. Converting a VOB to MP4 typically shrinks the file well below its original size, at a quality that looks the same to the eye — useful when you're trying to fit a shelf of home DVDs onto a phone or a NAS.
Built for personal footage
Most VOB files people convert are home movies — a wedding, a school recital, a family trip someone burned to disc twenty years ago. That's exactly the kind of footage you don't want passing through someone else's server. The conversion runs on ffmpeg compiled to WebAssembly, inside your own browser tab — we supply that code, your own computer does the decoding and re-encoding — so the disc's contents never leave your computer. There's also no imposed size limit, which matters for VOB files that often run to several gigabytes per title. That home movie stays 100% private, exactly as it should.
One file instead of a folder of fragments
- One MP4 per title, instead of a folder of split VOB files.
- H.264 video in an MP4 container, with AAC audio.
- Plays on iPhone, Android, Windows, Mac, and smart TVs.
- Imports cleanly into modern video editors.