videolib.standards.supported_standards

supported_standards = [Standard(name='sRGB', white_xy=(0.3127, 0.329), red_xy=(0.64, 0.33), green_xy=(0.3, 0.6), blue_xy=(0.15, 0.06), linear_range=100, oetf=<function srgb_oetf>, eotf=<function srgb_eotf>, bitdepth=8, dtype='uint8'), Standard(name='sRGB.10', white_xy=(0.3127, 0.329), red_xy=(0.64, 0.33), green_xy=(0.3, 0.6), blue_xy=(0.15, 0.06), linear_range=100, oetf=<function srgb_oetf>, eotf=<function srgb_eotf>, bitdepth=10, dtype='uint16'), Standard(name='Rec.709', white_xy=(0.3127, 0.329), red_xy=(0.64, 0.33), green_xy=(0.3, 0.6), blue_xy=(0.15, 0.06), linear_range=100, oetf=<function rec709_oetf>, eotf=<function rec709_eotf>, bitdepth=8, dtype='uint8'), Standard(name='Rec.709.10', white_xy=(0.3127, 0.329), red_xy=(0.64, 0.33), green_xy=(0.3, 0.6), blue_xy=(0.15, 0.06), linear_range=100, oetf=<function rec709_oetf>, eotf=<function rec709_eotf>, bitdepth=10, dtype='uint16'), Standard(name='Rec.2020', white_xy=(0.3127, 0.329), red_xy=(0.708, 0.292), green_xy=(0.17, 0.797), blue_xy=(0.131, 0.046), linear_range=100, oetf=<function rec2020_oetf>, eotf=<function rec2020_eotf>, bitdepth=10, dtype='uint16'), Standard(name='Rec.2100.PQ', white_xy=(0.3127, 0.329), red_xy=(0.708, 0.292), green_xy=(0.17, 0.797), blue_xy=(0.131, 0.046), linear_range=10000, oetf=<function pq_inv_eotf>, eotf=<function pq_eotf>, bitdepth=10, dtype='uint16'), Standard(name='Rec.2100.HLG', white_xy=(0.3127, 0.329), red_xy=(0.708, 0.292), green_xy=(0.17, 0.797), blue_xy=(0.131, 0.046), linear_range=1000, oetf=<function hlg_oetf>, eotf=<function hlg_eotf>, bitdepth=10, dtype='uint16'), Standard(name='RadianceHDR', white_xy=(0.3333, 0.3333), red_xy=(0.64, 0.33), green_xy=(0.29, 0.6), blue_xy=(0.15, 0.06), linear_range=None, oetf=<function srgb_oetf>, eotf=<function srgb_eotf>, bitdepth=64, dtype='float64')][source]

List of supported standards