We use standard matrix from wikipedia
const GLfloat kColorConversion709[] = {
1, 1, 1,
0, -.21482, 2.12798,
1.28033, -.38059, 0,
};
but result is a little reddish than AVPlayer.
The format is BT.709
We use standard matrix from wikipedia
const GLfloat kColorConversion709[] = {
1, 1, 1,
0, -.21482, 2.12798,
1.28033, -.38059, 0,
};
but result is a little reddish than AVPlayer.
The format is BT.709
Copyright © 2021 Jogjafile Inc.