What Is a VOB File? Everything You Need to Know About This DVD Format

If you've ever ripped a DVD or dug through old disc backups on your hard drive, you've almost certainly encountered files ending in .vob. They're often large, sometimes confusingly named, and not always easy to open. Here's what they actually are and how they work.

The Basic Definition: VOB Files Explained

VOB stands for Video Object. It's the primary container format used on DVD-Video discs to store the actual multimedia content — video, audio, subtitles, and menu data — all bundled together in a single file.

When you pop a DVD into a player, the disc's VIDEO_TS folder is what gets read. Inside that folder, you'll typically find three types of files:

  • .IFO files — navigation and structure data (think of these as the DVD's table of contents)
  • .BUP files — backup copies of the IFO files
  • .VOB files — the actual content: video streams, audio tracks, subtitle data

The VOB format is built on top of the MPEG-2 Program Stream standard, which means the video inside is encoded in MPEG-2, and the audio is typically stored as Dolby Digital (AC-3), DTS, LPCM, or MPEG audio, depending on the disc.

What's Actually Inside a VOB File 🎬

A single DVD movie is rarely stored in one VOB file. Instead, the content is split across multiple sequentially numbered files — often capped at around 1 GB each — for compatibility reasons rooted in older file system limitations (specifically FAT32, which can't handle files larger than 4 GB).

A typical VIDEO_TS folder might look like this:

FileContains
VIDEO_TS.VOBDVD menu content
VTS_01_0.VOBTitle set menu
VTS_01_1.VOBMain feature, part 1
VTS_01_2.VOBMain feature, part 2
VTS_01_3.VOBMain feature, part 3

These files are designed to be played in sequence, which is why opening a single mid-sequence VOB in a media player sometimes drops you into the middle of a film without context.

How VOB Files Differ From Other Video Formats

It helps to understand where VOB sits relative to formats you may be more familiar with:

FormatContainer TypePrimary Use
VOBMPEG-2 Program StreamDVD-Video discs
MP4MPEG-4 Part 14General digital video
MKVMatroskaHigh-flexibility archiving
AVIAudio Video InterleaveLegacy PC video
TSMPEG-2 Transport StreamBroadcast/Blu-ray

Unlike MP4 or MKV, VOB files aren't designed for standalone playback flexibility. They're tightly coupled to the DVD structure — the IFO files tell the player how to navigate, which audio track to default to, what subtitle stream to load, and how chapters are mapped. Without that structure, a VOB file is playable but loses its chapter markers and multi-track awareness.

Can You Open and Play VOB Files?

Yes, but compatibility varies by software and operating system.

  • VLC Media Player handles VOB files reliably across Windows, macOS, and Linux, and can interpret the full VIDEO_TS folder structure if you open the folder rather than individual files.
  • Windows Media Player typically cannot play VOB files natively — it lacks the necessary MPEG-2 decoder by default in modern Windows versions.
  • macOS QuickTime also doesn't support VOB playback without third-party codecs or players.
  • PotPlayer, MPC-HC, and MPV are capable alternatives on Windows.

The cleanest playback experience comes from opening the entire VIDEO_TS folder in a compatible player rather than individual VOB files, since the player can then read the IFO navigation data properly.

Converting VOB Files to Other Formats

Many people convert VOB files to more portable formats like MP4 or MKV for easier storage, streaming, or editing. Tools like HandBrake (free, cross-platform) and FFmpeg (command-line, highly flexible) are commonly used for this.

A few things affect how this conversion goes:

  • Copy protection: Commercial DVDs use CSS (Content Scramble System) encryption. Legally ripping protected discs varies by jurisdiction and intended use, so this is worth understanding before proceeding.
  • Quality: Re-encoding MPEG-2 video to H.264 or H.265 involves transcoding, which takes time and introduces generational quality loss. Lossless or near-lossless options (like MKV remuxing) preserve more quality.
  • Audio tracks: VOB files often contain multiple audio streams (different languages, commentary tracks). Not all conversion workflows preserve all tracks by default.
  • Subtitles: DVD subtitles in VOB files are stored as bitmap image streams (not text), which means they require OCR conversion if you want editable SRT-format subtitles.

Variables That Shape Your Experience With VOB Files 🖥️

How straightforward VOB files are to work with depends heavily on your situation:

  • Your OS and installed codecs determine which players work out of the box
  • Whether files came from a commercial or home-recorded disc affects copy protection and file structure
  • Your goal — simple playback, long-term archiving, video editing, or streaming — points toward very different workflows
  • Technical comfort level matters when tools like FFmpeg are involved versus GUI-based options like HandBrake
  • Storage and quality priorities influence whether you want a remux (larger, lossless) or a compressed transcode (smaller, some quality trade-off)

VOB is a format that made perfect sense for physical DVD distribution but sits awkwardly in a world of streaming and portable devices. Whether it causes friction or none at all depends almost entirely on what you're trying to do with it and what tools you already have available.