Dropped Audio Packs and Lip-Sync in VOB Playback

Dropped audio packs during prolonged VOB (DVD Video Object) playback directly cause cumulative audio-video desynchronization, commonly referred to as lip-sync drift. Because VOB files rely on an MPEG-2 Program Stream multiplex with interleaved timestamps, missing audio data breaks timeline continuity. Over extended playback periods, these missing packets cause the audio to lead or trail the video, severely disrupting the alignment between spoken dialogue and on-screen lip movement.

The Role of Packs and Timestamps in VOB Files

VOB files multiplex video, audio, and subtitle streams into discrete 2048-byte sectors known as packs. Each pack contains a System Clock Reference (SCR), while individual elementary streams within them contain Presentation Time Stamps (PTS). The playback engine reads the PTS to determine the exact millisecond an audio sample or video frame should be rendered.

When physical disc degradation, read errors, or faulty remuxing processes drop audio packs, a portion of the raw audio stream is permanently lost.

Why Lip-Sync Drifts Over Prolonged Playback

The human ear detects lip-sync errors when audio is delayed by more than 45 milliseconds or advanced by more than 125 milliseconds. The effect of dropped audio packs on this threshold depends heavily on how the media player handles timeline continuity:

Decoder Handling and Packet Recovery

The severity of lip-sync degradation depends on the media player's fault-tolerance:

Solutions for Preventing Lip-Sync Errors

Resolving lip-sync issues caused by dropped packs requires reconstructing the stream's timing metadata. Demuxing the VOB file using stream-repair tools allows software to scan for PTS discontinuities and insert precise silent frames to replace the lost packs. Alternatively, re-encoding the VOB into a modern container (such as MKV or MP4) using decoders that enforce continuous timecode synchronization ensures the audio and video tracks stay locked over prolonged viewing.