The Primary Function of VOB Files in DVD-Video
A VOB (Video Object) file serves as the core multimedia container format within the DVD-Video specification. This article explains the primary function of VOB files, detailing how they multiplex video, audio, and subtitle data into a synchronized stream, how they integrate with companion DVD control files, and why they are structured into sequential chunks for optical disc playback.
The primary function of a VOB file is to store and deliver the actual audio and visual content of a DVD in a synchronized, interleaved format. Based on the MPEG-2 Program Stream standard, a single VOB file packages multiple data types together—including MPEG-2 video, multi-channel audio tracks (such as AC-3, DTS, or LPCM), navigation commands, and sub-picture overlays used for subtitles and DVD menus. By multiplexing these components into one continuous data stream, the VOB format ensures that audio, video, and text remain strictly synchronized in real time as the disc spins.
Within the DVD file structure, typically located inside the
VIDEO_TS directory, VOB files operate alongside IFO
(Information) and BUP (Backup) files. While the VOB file contains the
raw media streams, it relies entirely on IFO files for playback
instructions. The IFO files contain the disc's navigation structure,
chapter markers, track selections, and menu logic. When a user selects a
scene or audio track, the player references the IFO file to determine
the exact sector address within the corresponding VOB file to read.
Because the underlying UDF and ISO 9660 file systems used on DVD
media limit individual file sizes, the DVD-Video standard requires VOB
files to be capped at a maximum size of 1 GiB (1,024 MB). Feature-length
titles are therefore split across sequential segments—such as
VTS_01_1.VOB, VTS_01_2.VOB, and so forth. DVD
players are engineered to read these segmented files sequentially and
seamlessly, presenting continuous video to the viewer without
interruption.