Missing or Corrupted Sequence VOB File Effects

When a sequential VOB file such as VTS_01_2.VOB is missing or corrupted, the DVD structure breaks, leading to playback failures, missing video segments, and conversion errors. This article explains how DVD sequencing relies on continuous VOB chains, what happens during playback in physical and software players, how ripping software handles the missing data, and whether the remaining footage can still be salvaged.

The Role of VOB Sequences in DVD Architecture

Standard DVD-Video structures store movie data inside the VIDEO_TS folder, split into 1 GB chunks named sequentially (e.g., VTS_01_1.VOB, VTS_01_2.VOB, VTS_01_3.VOB). These files are not entirely independent videos; they are continuous MPEG-2 program streams split across files to comply with the UDF/ISO file system limits. The playback logic, chapter points, and timing maps are stored separately in the corresponding .IFO file (such as VTS_01_0.IFO).

Playback Failure in DVD Players

If a physical DVD player or full-disc software player attempts to play the title:

Impact on Media Players (Direct File Playback)

When playing the files outside the DVD menu structure using media players like VLC:

Failure in Ripping and Transcoding Tools

Tools like MakeMKV, HandBrake, or FFmpeg rely on the continuous stream and the IFO navigational tables to assemble a complete video track:

Salvaging the Remaining Data

If VTS_01_2.VOB cannot be restored:

  1. Process VOBs Individually: Treat each remaining VOB file as a standalone video file rather than a DVD set. Convert VTS_01_1.VOB and VTS_01_3.VOB separately into MP4 or MKV formats.
  2. Re-encode with Fresh Timestamps: Pass the isolated files through a transcoder to rebuild the missing MPEG-2 headers and fix timestamp discontinuities before stitching the remaining parts together.