unreal.TmvMediaEncoderColorMatrix

class unreal.TmvMediaEncoderColorMatrix

Bases: EnumBase

Carries the information about the YUV conversion matrix. Note: this is independent of the color space. YUV conversion is done prior to the application of the transfer function.

C++ Source:

  • Plugin: TmvMedia

  • Module: TmvMedia

  • File: TmvMediaEncoderOptions.h

IDENTITY: TmvMediaEncoderColorMatrix = Ellipsis

Identity, i.e. no yuv conversion (rgb color model).

Type:

1

NONE: TmvMediaEncoderColorMatrix = Ellipsis

Unspecified (no override).

Type:

0

REC2020: TmvMediaEncoderColorMatrix = Ellipsis

Rec. ITU-R BT.2020-2 (Kr = 0.2627, Kb = 0.0593)

Type:

4

REC601: TmvMediaEncoderColorMatrix = Ellipsis

Rec. ITU-R BT.601-7 525 (Kr = 0.299, Kb = 0.114)

Type:

2

REC709: TmvMediaEncoderColorMatrix = Ellipsis

Rec. ITU-R BT.709-6 (Kr = 0.2126, Kb = 0.0722)

Type:

3