Enum DeinterlaceAutoEnable
Specifies if the Deinterlace Filter should be applied unconditionally or only on demand.
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum DeinterlaceAutoEnable
Fields
Name | Description |
---|---|
ALWAYS_ON | The content will always be deinterlaced with the settings specified (mode, parity, frameSelectionMode) |
META_DATA_AND_CONTENT_BASED | This option will check if the content is signaled as interlaced first. If not, the frames are analyzed to detect interlaced frames. If the content is signaled as interlaced by the meta data this mode works same as "META_DATA_BASED". If content analysis detects interlaced frames the Deinterlace Filter will be applied in frameSelectionMode "ALL". Additionally, the parity will always be overwritten with the result of the metadata probing. |
META_DATA_BASED | The Deinterlace Filter will only be applied when interlaced content is signaled in the meta data of the input stream. In that case, if the parity setting is set to "AUTO", it will be overwritten with the result of the metadata probing. In cases where parity is not set to "AUTO" the configured value will be used. |