gstvideo.video_color_matrix

Module for [VideoColorMatrix] enum namespace

Types 1

Namespace for [VideoColorMatrix] enum

Methods
gstvideo.types.VideoColorMatrix fromIso(uint value)Converts the value to the #GstVideoColorMatrix The matrix coefficients (MatrixCoefficients) value is defined by "ISO/IEC 23001-8 Section 7.3 Table 4" and "ITU-T H.273 Table 4". "H.264 Table E-5" an...
bool getKrKb(gstvideo.types.VideoColorMatrix matrix, out double Kr, out double Kb)Get the coefficients used to convert between Y'PbPr and R'G'B' using matrix.
uint toIso(gstvideo.types.VideoColorMatrix matrix)Converts #GstVideoColorMatrix to the "matrix coefficients" (MatrixCoefficients) value defined by "ISO/IEC 23001-8 Section 7.3 Table 4" and "ITU-T H.273 Table 4". "H.264 Table E-5" and "H.265 Table ...