Vixen
02b45cc4
csharp
public enum VideoColourMatrix

Which set of coefficients takes YUV back to RGB.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Two, not the full ITU register: BT.601 is what standard-definition content and most webcams use, BT.709 is what everything HD and above uses. BT.2020 belongs with 10-bit support and neither exists here yet, so it is deliberately absent rather than present and wrong.

Fields and properties (2)

  • Bt601

    ITU-R BT.601. Standard definition.

  • Bt709

    ITU-R BT.709. High definition, and the default for anything 720p or larger.

Used by (10)

  • ColourRoundTripTestsVixen.Video.Tests
  • MatroskaDemuxerVixen.Video
  • MatroskaDemuxerTestsVixen.Video.Tests
  • MatroskaTrackVixen.Video
  • VideoColourCoefficientsVixen.Video
  • VideoColourConversionTestsVixen.Video.Tests
  • VideoConstantsVixen.Video.Rendering
  • VideoFormatVixen.Video
  • VideoTextureTestsVixen.Video.Tests
  • VideoTrackInfoVixen.Video