How Seek Latency Affects DVD VOB File Placement

Optical drive seek latency directly dictates the contiguous physical arrangement of sequential Video Object (VOB) files on a DVD. Because optical pickup mechanisms suffer from high mechanical access times when repositioning the laser across the disc surface, DVD authoring standards require consecutive VOB extents to be recorded in an unbroken physical sequence. This article explains how optical drive mechanics, buffer constraints, and dual-layer mastering techniques combine to enforce strict physical sector placement to prevent playback interruptions.

The Mechanics of Optical Seek Latency

Unlike solid-state or magnetic media, an optical drive relies on an Optical Pickup Unit (OPU) mounted on a mechanical sled. Reading data involves physical translation across a continuous spiral track, coarse sled positioning, fine lens actuation, and rotational synchronization.

Average random seek times on optical drives range from 100 to over 200 milliseconds. If the laser loses track alignment or has to jump large radial distances, this latency increases significantly. Because video playback demands a continuous, real-time data stream, unexpected delays introduce serious playback bottlenecks.

Sequential VOB Segmentation and Physical Contiguity

The DVD-Video specification divides titles into VOB files capped at 1 GB (1,048,576 KB) to maintain compatibility with the UDF 1.02 and ISO 9660 file systems. A single continuous feature film is typically split across multiple files, such as VTS_01_1.VOB, VTS_01_2.VOB, and VTS_01_3.VOB.

Although the operating system or file system sees these as separate entities, the playback engine must treat them as an uninterrupted MPEG-2 program stream. Because of seek latency:

Buffer Depletion and Bitrate Thresholds

Standalone DVD players use a small track buffer (historically between 1 and 4 megabytes) to smooth out minor read irregularities. Standard DVD-Video streams can reach bitrates up to 9.8 Mbps for video and 10.08 Mbps for the total multiplexed stream.

At a 10 Mbps transfer rate, a 2 MB buffer holds less than two seconds of content. If the sequential files are fragmented across different physical areas of the disc:

  1. The drive must halt reading, initiate an OPU seek, and wait for the target sector to rotate beneath the lens.
  2. The read buffer drains rapidly to keep the decoder supplied with data.
  3. If the seek latency exceeds the time buffer allowance, a buffer underrun occurs, resulting in frozen frames, skipped audio, or macroblocking.

To ensure uninterrupted playback, authoring software verifies that physical block allocation mirrors playback order precisely.

Impact on Dual-Layer Physical Geometry

Seek latency also dictates how VOB files are placed across dual-layer (DVD-9) media. Dual-layer discs use either Parallel Track Path (PTP) or Opposite Track Path (OTP):