Class BwdifConfig
Bob Weaver Deinterlacing Filter Configuration.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class BwdifConfig : IDirectResponseSchemaProperties
DeinterlaceAllFrames
Deinterlace all frames rather than just the frames identified as interlaced. The default is false.
Declaration
[JsonProperty("deinterlaceAllFrames")]
public virtual bool? DeinterlaceAllFrames { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Mode
Specifies the deinterlacing mode to adopt. The default is send_frame. Supported values: - send_frame:
Output one frame for each frame - send_field: Output one frame for each field
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Parity
The picture field parity assumed for the input interlaced video. The default is auto. Supported values: -
tff: Assume the top field is first - bff: Assume the bottom field is first - auto: Enable automatic
detection of field parity
Declaration
[JsonProperty("parity")]
public virtual string Parity { get; set; }Property Value
| Type | Description | 
|---|---|
| string |