VOB Field Order: Top Field vs Bottom Field First

In standard-definition interlaced video, field order defines the temporal sequence in which the alternating sets of horizontal lines—either the odd lines (Top Field) or the even lines (Bottom Field)—are rendered on screen. In a VOB (Video Object) file, typically used on DVD-Video, setting the correct field order is critical. Mismatching this order leads to severe playback degradation, resulting in a distinct visual jitter where motion appears to jump backward and forward rapidly, introducing comb-like artifacts and destroying the smoothness of the video.

Understanding Interlaced Fields in VOB Files

VOB files use the MPEG-2 video format, which supports both progressive and interlaced scanning. Standard-definition broadcast standards like NTSC and PAL historically used interlacing to double the apparent frame rate without increasing bandwidth. A single video frame consists of two fields captured at slightly different points in time:

Standard DVD VOB files generally expect Top Field First (TFF). However, video sourced from consumer digital camcorders (such as DV-AVI) natively uses Bottom Field First (BFF). If such video is converted into a VOB without correctly translating or flagging the field order, playback problems emerge.

Visual Impact of an Incorrect Field Order

When the field order in the MPEG-2 stream header does not match the actual temporal sequence of the recorded frames, playback hardware and software display the fields out of chronological order (Field 2 displays before Field 1). This causes distinct visual problems:

Display and Player Handling

Playback behavior varies depending on the viewing equipment:

Correcting Field Order Issues in VOB

To ensure optimal playback, the temporal order of the video data must align with the flags stored in the MPEG-2 video headers:

  1. Header Flagging: If the video data itself is intact but the MPEG-2 stream is flagged incorrectly, the header flag can often be toggled between TFF and BFF using utility software (such as ReStream) without re-encoding the video.
  2. Re-encoding: If the video frames were encoded out of order during authoring, the source must be re-encoded. Video editing and encoding software allow the user to explicitly define the field dominance or shift the scanlines by one pixel to align the field order to the standard TFF format required by DVD specifications.