Skip to content

YCoCg matrix support #678

Open
Open
@fabiosky

Description

Currently the VideoColorSpace: matrix property supports the following values:

  • "rgb"
    Matrix coefficients used by sRGB.
  • "bt709"
    Matrix coefficients used by BT.709.
  • "bt470bg"
    Matrix coefficients used by BT.601 PAL.
  • "smpte170m"
    Matrix coefficients used by BT.601 NTSC.

It is known that:

  • At least H.264/MPEG-4 AVC and HEVC are fully supporting such color space
  • It has good coding gain (at least comparable to ycbcr/bt.601 with full range)
  • Conversion from/to rgb color space should be faster than with ycbcr/bt.601 since it results in additions/shifts for integer arithmetic, or just multiplies by 0.25 and 0.5 for float ones)

Are there any plans to support such color space?

Thanks,
Fabio

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions