Skip to main content

Deinterlace

FFmpeg Builder: Deinterlace

Adds a deinterlace filter to the FFmpeg Builder command to deinterlace the video file.

Mode

The deinterlacing method to use.

Send Field

In this mode, the deinterlacing process results in the output of one frame for each frame. This means that each frame of the video remains intact, and no fields are combined or modified during deinterlacing. As a result, the output frames maintain the original frame rate of the video source.

Send Frame

In this mode, the deinterlacing process outputs one frame for each field of the interlaced video. When deinterlacing, each field is treated as an individual frame. This mode essentially doubles the frame rate of the video because it generates twice as many frames as the original interlaced video. Each field is transformed into a full frame, which can result in smoother motion and a higher frame rate in the deinterlaced video.

Send Field No Spatial

Same as Send Field, but it skips the spatial interlacing check.

Send Frame No Spatial

Same as Send Frame, but it skips the spatial interlacing check.