Enum InterlaceMode
How to interleave the input frames
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum InterlaceMode
Fields
Name | Description |
---|---|
BOTTOM | Use the bottom field from odd frames and top field from even frames |
DROP_EVEN | Drop all even frames |
DROP_ODD | Drop all odd frames |
INTERLACE_X2 | Double the frame rate. Extra frames use the second field of the next frame, alternating with the first field of the previous frame |
MERGE | Move odd frames into the upper field and even frames into the lower field |
MERGE_X2 | Double the height of all frames by inserting the lines of the next frame as second field |
PAD | Double the height of all frames by inserting alternating black lines |
TOP | Use the top field from odd frames and bottom field from even frames |