AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Param.Video.Deinterlacing Class Reference

Parameters specific to the video deinterlacing filter. More...

Static Public Attributes

static string Method = "DEINTERLACING_METHOD"
 Video: Specifies the deinterlacing method used by the deinterlacing filter.
 
static string Threshold = "DEINTERLACING_THRESHOLD"
 Video: Specifies the deinterlacing threshold that is used by some deinterlacing methods.
 

Detailed Description

Parameters specific to the video deinterlacing filter.

Member Data Documentation

◆ Method

string Method = "DEINTERLACING_METHOD"
static

Video: Specifies the deinterlacing method used by the deinterlacing filter.

This parameter is an integer.

The supported values are defined in the DeinterlacingMethod enum. The default value is DeinterlacingMethod.Blend

◆ Threshold

string Threshold = "DEINTERLACING_THRESHOLD"
static

Video: Specifies the deinterlacing threshold that is used by some deinterlacing methods.

The threshold is used by the DeinterlacingMethod.MedianThreshold and DeinterlacingMethod.CAVT.

This parameter is an integer.

The supported values are in the range from 0 to 255. Zero specifies that a default threshold should be used. Each deinterlacing method may have its own default thresholde value.