This plugin is a tool that can be used to convert your input media, such as a recording from your camera, from one color space/range to another. It works for both RGB and YUV as set by your project format. Options are BT601, BT709, or BT2020 for Color Space input and output and JPEG or MPEG for Color Range input and output. The Inverse option checkbox is available in case your media was rendered in the wrong color space or range so that you can fix it.
Algorithm for conversion – where equations is a 3×3 matrix multiply
output = (input - input)×equations + output
Algorithm for inverse – where equations is a 3×3 matrix multiply
Description: invert(equations); swap(input,output); swap(input_zero,output_zero)
input = (output - output)×inverse + input
The CINELERRA-GG Community, 2021