简体   繁体   中英

how to wide gamut ,convert from 8bit to 10bit

  1. I know that the video we watched on the tv is compressed.The range of the gamut will be narrow.I want to know if there is a magical way can achieve the extending.Dolby claimd the Perceptual Quantizer(PQ)EOTE .there is two function Eg. the Perceptual Quantizer(PQ)EOTE this quetion is like the way to convert bt709 to bt2020.
  2. I want to convert 8bit to 10bit like the x264. the computer suports only the 8 |16|32 bit.so which kinde of data type to save the 10bit .someone said that we use the 16bit ,the last six bit we use zero to fill.is that right ,i dont think thats a good way.many thanks
  1. There's no magical way to extend color data to a wider gamut. You could try to "stretch" data from the existing gamut, and the result would achieve the vividness of the wider gamut, but lose accuracy.

  2. Normally the three 10-bit channels are packed into a 32-bit integer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM