Enum H264Partition
Partitions to consider. Analyzing more partition options improves quality at the cost of speed.
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum H264Partition
Fields
Name | Description |
---|---|
ALL | Consider all possible sizes of macroblocks |
B8X8 | Consider B-macroblocks with size 8x8, 16X8, 8X16 |
I4X4 | Consider I-macroblocks with size 4x4 |
I8X8 | Consider I-macroblocks with size 8x8 |
NONE | Consider no macroblocks |
P4X4 | Consider P-macroblocks with size 4x4, 8X4, 4x8 |
P8X8 | Consider P-macroblocks with size 8x8, 16X8, 8X16 |