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

Parameters specific to video deinterlacing More...

Static Public Attributes

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

Detailed Description

Parameters specific to video deinterlacing

Member Data Documentation

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

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.