Why DVD Recorders Split Video Into 1GB VOB Files
Standalone DVD recorders automatically split continuous recordings into 1 GB VOB (Video Object) files to strictly comply with the universal DVD-Video standard. This article explains the technical reasons behind this segmentation, covering file system constraints, memory and hardware limitations of standalone players, and how seamless playback is maintained despite the file boundaries.
Compliance with the DVD-Video Specification
The primary reason standalone recorders split recordings is adherence to the official DVD-Video specification established by the DVD Forum in the mid-1990s. The standard mandates that no single VOB file on a DVD-Video compliant disc can exceed 1 GiB (1,048,576 KB, or 1,073,741,824 bytes). For a recorder to generate a standard disc playable on any certified DVD player, it must follow this segmentation rule during the recording process.
File System Limitations
Standard DVDs utilize the UDF Bridge format, which combines UDF 1.02 and ISO 9660 to ensure compatibility across dedicated optical players and computer operating systems. At the time these specifications were authored, many computer operating systems, firmware chips, and file systems relied on signed 32-bit integers, which struggled to properly address files larger than 2 GB. Capping VOB files at 1 GB provided a generous safety buffer, preventing integer overflow errors and file read failures on legacy systems.
Hardware and Memory Constraints
Standalone DVD players are embedded consumer appliances with limited processing power and memory. Optical drives read data sequentially, buffering only small chunks of audio and video into onboard RAM. Managing addressing tables, seek operations, and timecode lookups within 1 GB increments significantly reduces computational overhead for low-power microcontrollers compared to parsing continuous multi-gigabyte files.
Seamless Playback via Navigation Files
Although the audio and video streams are split into physical chunks
labeled VTS_01_1.VOB, VTS_01_2.VOB, and so
forth, the split is imperceptible to the viewer. When finalizing the
disc, the standalone recorder writes navigational metadata into
.IFO (Information) and .BUP (Backup)
files.
These navigational files organize the fragmented VOB components into a unified Program Chain (PGC). During playback, the player reads instructions from the IFO file, seamlessly transitioning from the end of one VOB chunk to the start of the next without dropping audio packets or interrupting video frames.