Contents

AVVideoH264EntropyModeKey

The entropy encoding mode for H.264 compression.

Declaration

let AVVideoH264EntropyModeKey: String

Discussion

This property controls whether an H.264 encoder uses AVVideoH264EntropyModeCAVLC or AVVideoH264EntropyModeCABAC. CABAC generally gives better compression at the expense of higher computational overhead.

See Also

Entropy mode