AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Settings for deinterlacer

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.Deinterlacer

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class Deinterlacer

The Deinterlacer type exposes the following members

Constructors

NameDescription
Public Method Deinterlacer()

Properties

NameTypeDescription
Public Property Algorithm Amazon.MediaConvert.DeinterlaceAlgorithm

Gets and sets the property Algorithm. Only applies when you set Deinterlace mode to Deinterlace or Adaptive. Interpolate produces sharper pictures, while blend produces smoother motion. If your source file includes a ticker, such as a scrolling headline at the bottom of the frame: Choose Interpolate ticker or Blend ticker. To apply field doubling: Choose Linear interpolation. Note that Linear interpolation may introduce video artifacts into your output.

Public Property Control Amazon.MediaConvert.DeinterlacerControl

Gets and sets the property Control. - When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.

Public Property Mode Amazon.MediaConvert.DeinterlacerMode

Gets and sets the property Mode. Use Deinterlacer to choose how the service will do deinterlacing. Default is Deinterlace.- Deinterlace converts interlaced to progressive.- Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p.- Adaptive auto-detects and converts to progressive.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5