Baseline 2024
Newly available
Note: This feature is available in Dedicated Web Workers.
The matrix
read-only property of the VideoColorSpace
interface returns the matrix coefficient of the video. Matrix coefficients describe the relationship between sample component values and color coordinates.
A string containing one of 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.
In the following example, colorSpace
is a VideoColorSpace
object returned from VideoFrame
. The value of matrix
is printed to the console.
let colorSpace = VideoFrame.colorSpace;
console.log(colorSpace.matrix);
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4