Interlaced VOB to Progressive: Essential Video Filters

Transcoding interlaced VOB (Video Object) files from DVDs to modern progressive formats requires a specific set of video filters to eliminate visual artifacts and ensure proper geometry. This guide covers the essential filters needed during the conversion process, focusing on deinterlacing, inverse telecine, aspect ratio correction, edge cropping, and MPEG-2 artifact cleanup to produce clean, high-quality progressive video suitable for modern displays.

1. Deinterlacing Filters (for Native Interlacing)

When the source material was recorded natively with interlaced video cameras (such as live television, sports, or camcorder footage), alternate lines represent different points in time. Applying a dedicated deinterlacer interpolates these fields into full progressive frames.

2. Inverse Telecine (IVTC) Filters (for Film Content)

Most DVD movies stored in NTSC VOB files are not natively interlaced; they are 24fps film telecined to 29.97fps using a 3:2 pulldown pattern. Running a standard deinterlacer on telecined footage results in stutter and loss of resolution. Instead, an Inverse Telecine filter must be used to reverse the pulldown and restore the native 23.976fps progressive frames.

3. Aspect Ratio and Scaling Filters

VOB files use non-square pixels (Storage Aspect Ratio, or SAR). Both NTSC (720x480) and PAL (720x576) rely on Display Aspect Ratio (DAR) flags to stretch the image to 4:3 or 16:9 during playback. To convert to a universal progressive format, the pixels must be mapped to square pixels (1:1 SAR).

4. Cropping Filters

DVD VOB files frequently contain analog blanking lines, head-switching noise, or soft black pillarboxes at the horizontal edges (typically resulting in an active image narrower than the 720-pixel width).

5. Deblocking and Denoising Filters

VOB files use the legacy MPEG-2 compression standard, which exhibits heavy 8x8 block artifacts and mosquito noise around sharp edges at DVD bitrates.