Why DVD-9 Discs Split VOB Files Across Layers
Dual-layer DVD-9 discs often split a single VOB (Video Object) file across two physical recording layers because of the fundamental difference between the DVD's logical file system and its physical sector layout. DVD-Video architecture requires VOB files to be capped at 1 GB for compatibility, but the physical transition between Layer 0 and Layer 1 is determined by storage capacity and playback timing rather than file boundaries. Consequently, the layer transition frequently occurs right in the middle of a continuous data stream inside a single VOB file.
Logical File Structure vs. Physical Layout
The DVD-Video specification mandates that no single VOB file can
exceed 1 GB (specifically 1,048,576 KB or 1,073,741,824 bytes). This
limitation was implemented in the late 1990s to ensure compatibility
with older operating systems and file structures, such as FAT32, which
could not reliably handle exceptionally large files. A feature-length
film is therefore divided into a consecutive series of files named
VTS_01_1.VOB, VTS_01_2.VOB, and so on.
However, DVD players do not access media by navigating folders and individual files during playback. Instead, they read continuous sectors via Logical Block Addressing (LBA). The DVD’s file system (UDF/ISO 9660 bridge) maps these 1 GB files into a single, continuous stream of LBAs. To the playback laser and the decoding hardware, the entire title set behaves as one uninterrupted block of video data.
The Role of the Layer Break
A DVD-9 disc contains two physical reflective layers on a single side: Layer 0 (L0) and Layer 1 (L1), providing roughly 8.5 GB of total storage. The point at which the laser shifts focus from L0 to L1 is known as the layer break.
Most commercial DVD-Video discs utilize Opposite Track Path (OTP). In OTP, the laser reads L0 from the inside hub toward the outer edge of the disc. Upon reaching the layer break, the laser changes its focal depth to L1 and reads in reverse, from the outside rim back toward the hub.
Because L0 must be equal to or larger than L1 in data capacity to ensure proper tracking, the layer break must occur at a very specific physical sector. Because this sector count rarely aligns with the arbitrary 1 GB file boundary of a VOB, the physical cutoff point naturally falls inside whichever VOB file occupies that specific range of sectors.
Playback Seamlessness and Cell Boundaries
The primary goal of authoring a dual-layer DVD is eliminating visible pauses during video playback. When the optical pickup refocuses from L0 to L1, a momentary mechanical delay occurs. DVD authoring standards require that the layer break be positioned at an internal video division known as a cell boundary, usually aligned with a chapter marker or a low-action scene cut.
These video cells are contained inside VOB files. If authoring tools were forced to close and start a new 1 GB VOB file precisely at the layer transition point, it would disrupt the fixed 1 GB file allocation rules required by standard software decoders. Splitting the physical LBA mapping across L0 and L1 while keeping the logical 1 GB file containers intact allows the player to buffer the video, refocus the lens, and continue streaming data without crashing the MPEG-2 decoder.