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:
- Top Field First (TFF): The lines containing the odd-numbered scanlines (1, 3, 5, etc.) are displayed first, followed by the even-numbered scanlines (2, 4, 6, etc.).
- Bottom Field First (BFF): The even-numbered lines (2, 4, 6, etc.) are displayed first, followed by the odd-numbered lines.
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:
- Temporal Judder ("Stutter"): Moving objects or camera pans do not move smoothly across the screen. Instead, the video jumps two steps forward, one step back, producing a distinct, vibrating stutter during motion. Static scenes appear normal, but any movement becomes jarring.
- Combing and Ghosting Artifacts: Modern displays (LCD, OLED) and media players apply deinterlacing algorithms to convert fields into full frames. When fields are chronologically reversed, deinterlacing fails, resulting in intense horizontal serration ("combing") along the edges of moving objects.
- Loss of Detail and Eye Strain: The rapid oscillation between out-of-order fields degrades perceived vertical resolution and creates substantial visual fatigue for the viewer.
Display and Player Handling
Playback behavior varies depending on the viewing equipment:
- CRT Televisions: Native interlaced displays rely purely on hardware timing. An inverted field order directly displays the fields out of sequence, producing maximum jitter on motion.
- Modern Flat Panels and Software Players: Digital TVs and media players (such as VLC) use progressive scanning and must weave or interpolate fields into complete frames. When feeding out-of-sequence fields into a motion-adaptive deinterlacer, the algorithm misinterprets real motion as noise, amplifying motion blur and edge tearing.
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:
- 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.
- 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.