unreal.TmvMediaEncoderColorMatrixRange¶
- class unreal.TmvMediaEncoderColorMatrixRange¶
Bases:
EnumBaseCarries the information about the range of the YUV conversion matrix (Scaled vs UnScaled)
C++ Source:
Plugin: TmvMedia
Module: TmvMedia
File: TmvMediaEncoderOptions.h
- FULL: TmvMediaEncoderColorMatrixRange = Ellipsis¶
Full [0, 255] range. This range definition corresponds to the “unscaled” yuv matrices and offsets from MediaShaders.
- Type:
1
- LIMITED: TmvMediaEncoderColorMatrixRange = Ellipsis¶
Limited (studio) range, defined by spec. Typical [16, 235] for luma on 8 bits limited range. This range definition corresponds to the “scaled” yuv matrices and offsets from MediaShaders.
- Type:
0