A VOB file is video data from a DVD disc, stored in a format that DVD players understand

VOB stands for Video Object, and it is the container format that holds the actual video, audio, and subtitle information on a DVD. When you insert a DVD into a computer or rip its contents, you will see files with the .vob extension. These files are what make the disc playable — they contain the compressed video stream, the audio tracks, and any text overlays, all bundled together in a way that DVD players (both hardware and software) know how to read.

The key thing to understand is that a VOB file is not a standard video format like MP4 or AVI. It is a container — a wrapper that holds multiple streams of data at once. A single VOB file might contain one video track, multiple audio tracks in different languages, and multiple subtitle tracks, all synchronized to play together. This is why you cannot straightforward rename a VOB file to .mp4 and expect it to work in a regular video player.

Key Takeaways

  • VOB files are the video containers used on DVD discs and contain video, audio, and subtitle data in a format DVD players recognize.
  • A single VOB file can hold multiple audio tracks and subtitle tracks, all synchronized together.
  • VOB files are not directly playable in most standard video players without conversion or special software.
  • When you copy a DVD to your computer, the files you see are usually VOB files stored in a VIDEO_TS folder.

Where VOB files come from and why they exist

VOB files exist because DVDs need a standardized format that any DVD player — whether it is a standalone device from 2005 or a modern computer — can read reliably. The DVD specification was created in the mid-1990s and locked in a specific way to store video. VOB is that way. Every commercial DVD you buy uses this format, which is why the format has remained unchanged for decades.

When you insert a DVD into a computer and use software to copy or rip it, that software reads the VOB files from the disc and extracts them to your hard drive. The files land in a folder structure that mirrors the DVD's internal organization — usually a folder called VIDEO_TS (which stands for Video Title Set). This is why if you have ever copied a DVD, you ended up with a folder full of .vob files rather than a single video file.

How VOB files differ from standard video formats

The main difference is that VOB is not a format designed for general use on computers. Formats like MP4, AVI, and MKV were built to be flexible — they work on phones, computers, streaming services, and media players. VOB was built for one specific purpose: to play on DVD hardware. This narrow focus means VOB files carry a lot of overhead that general-purpose formats do not need.

VOB files also use MPEG-2 video compression, which is older and less efficient than the H.264 or H.265 compression used in modern formats. This is why a VOB file takes up more space than an equivalent MP4 file of the same video. Additionally, VOB files are often split into multiple chunks (you might see vob001.vob, vob002.vob, and so on) because the DVD specification limits individual files to 1 gigabyte each. When you play them, the DVD player stitches them together seamlessly, but on a computer they appear as separate files.

Playing VOB files on your computer

Most standard video players — like Windows Media Player or the default video app on Mac — will not play VOB files directly. You have a few options. The simplest is to use a media player that understands the VOB format, such as VLC Media Player (free, available for Windows, Mac, and Linux) or PowerDVD (paid software). These players can read the VOB container and play the video inside.

If you want to use the VOB files in a different way — to edit them, upload them, or play them on a phone — you will need to convert them to a standard format. This requires video conversion software. Free options include HandBrake (Windows, Mac, Linux) or FFmpeg (command-line tool). These tools read the VOB file, decompress the video and audio, and re-compress them into a format like MP4 or MKV. The conversion process takes time (usually several hours for a full movie) because the software has to re-encode the video.

VOB files and copyright protection

Many commercial DVDs include CSS (Content Scramble System), a copy protection mechanism that encrypts the VOB files. This means you cannot straightforward copy the files from the disc — the player must decrypt them first. Some DVD ripping software can handle this decryption, but the legal status varies by country. In the United States, circumventing CSS is technically prohibited under the Digital Millennium Copyright Act, even for personal backups, though enforcement is rare for home use.

If you are working with VOB files from a DVD you own, check your local laws before ripping or converting them. If you are working with VOB files that were already extracted and decrypted (perhaps someone gave you a folder of them), you can work with them freely — the decryption has already happened.

When you might encounter VOB files

You will see VOB files if you copy a DVD to your computer using ripping software, or if someone shares a DVD backup with you as a folder of files. You might also encounter them if you are working with video authoring software that creates DVDs — some programs output VOB files as an intermediate step before burning them to a disc.

If you have a folder of VOB files and want to know what is in them, you can open the VIDEO_TS folder in VLC Media Player and play the first file — VLC will usually play through all the chunks in sequence. This is a quick way to preview the content without converting anything.

Converting VOB to a usable format

If you need to convert VOB files to something more practical, the process is straightforward in HandBrake. Open the software, select the VOB file or the VIDEO_TS folder, choose your output format (MP4 is usually the safest choice for compatibility), and start the conversion. HandBrake will handle the multiple VOB chunks automatically if you point it at the folder. The output will be a single MP4 file that plays in any standard video player.

For command-line users, FFmpeg can convert VOB files with a single command, though you will need to specify the input file, output format, and any quality settings. The trade-off with conversion is time — a two-hour movie might take one to three hours to convert, depending on your computer's speed and the quality settings you choose.

Frequently Asked Questions

Can I play a VOB file in Windows Media Player or QuickTime?

Not directly — these players do not understand the VOB container format. You will need to use VLC Media Player (free) or convert the file to MP4 or another standard format first. VLC is the quickest option if you just want to watch the video.

Why are there multiple VOB files instead of one big file?

The DVD specification limits individual files to 1 gigabyte each. A full-length movie is usually split across multiple VOB files (vob001.vob, vob002.vob, etc.). DVD players automatically stitch them together when playing, but on a computer they appear as separate files.

Is it legal to convert VOB files to MP4?

The legality depends on your country and whether the DVD has copy protection. In the United States, circumventing copy protection is technically prohibited under the DMCA, though enforcement for personal backups is rare. Check your local laws before converting DVDs you do not own.

How long does it take to convert a VOB file to MP4?

Conversion time depends on the video length and your computer's speed. A two-hour movie typically takes one to three hours to convert. Faster computers and lower quality settings will reduce the time.

What is the VIDEO_TS folder?

VIDEO_TS is the folder structure that holds all the VOB files and related data from a DVD. When you rip a DVD, the software creates this folder and places all the video files inside it. The name stands for Video Title Set.