h265web.js icon indicating copy to clipboard operation
h265web.js copied to clipboard

Replace YUV2RGB with correct BT.709 matrix

Open SuperSodaSea opened this issue 2 years ago • 1 comments

The original matrix is for BT.601 colorspace, however nowadays most of the videos are using BT.709 colorspace, and the wrong matrix can cause a slightly different (wrong) output.

image (Top = Correct, Bottom = Wrong)

For further information, see https://zhuanlan.zhihu.com/p/493035194

SuperSodaSea avatar Apr 08 '22 08:04 SuperSodaSea

I will test it and merge

girlbymirror avatar Apr 18 '22 07:04 girlbymirror