AVBlocks for .NET
2.3
Audio and Video Software Development Kit
|
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. More... | |
static string | Threshold = "DEINTERLACING_THRESHOLD" |
Video: Specifies the deinterlacing threshold that is used by some deinterlacing methods. More... | |
Parameters specific to the video deinterlacing filter
|
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
|
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.