DeinterlaceMode Enumeration

Specifies whether the source should be deinterlaced, and, if so, how it should be deinterlaced.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder.Types (in microsoft.expression.encoder.types.dll)

Syntax

'Declaration
Public Enumeration DeinterlaceMode
'Usage
Dim instance As DeinterlaceMode
public enum DeinterlaceMode
public enum class DeinterlaceMode

Members

Member name Description
AutoBob If the source is interlaced, apply a line-doubling deinterlacing algorithm.
AutoPixelAdaptive If the source is interlaced, apply an advanced per-pixel adaptive deinterlacing algorithm if present. Autodetect top or bottom field first.
AutoSelectiveBlend If the source is interlaced, apply a selective blending deinterlacing algorithm.
ForceBob Apply a line-doubling deinterlacing algorithm.
ForcePixelAdaptiveBottomFieldFirst Apply an advanced per-pixel adaptive deinterlacing algorithm starting with the bottom field.
ForcePixelAdaptiveTopFieldFirst Apply an advanced per-pixel adaptive deinterlacing algorithm starting with the top field.
ForceSelectiveBlend Apply a selective blending deinterlacing algorithm.
InverseTelecine Removes the 3:2 pull-down sequence from the source.
Off Turn off deinterlacing.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Expression.Encoder Namespace