安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
10-bit red / green / blue 2-bit alpha (not important)
The second HDR option (scRGB) uses a 16:16:16:16 framebuffer
16-bit red / green / blue / alpha
HDR10 scRGB (16-bit)
is higher quality; 16 is larger than 10 :slight_smile:
is floating-point; it suffers less visible banding artifacts
is based on Rec709 / sRGB color primaries, so well suited for consumer displays
HDR10 PQ (10-bit)
uses half as much memory as scRGB
… can’t think of anything else good about it :stuck_out_tongue:
The PQ in this mode refers to Perceptual Quantization, it is a form of gamma used in HDR.
Both of these formats eventually have PQ applied to them.
“HDR10 PQ” pre-encodes the image using PQ gamma
“HDR10 scRGB” renders the image without gamma and the driver applies PQ
In the end, the 16-bit scRGB HDR mode should be your goto for higher quality. It might incur a couple % more GPU load than the inferior 10-bit mode.
Technically, scRGB gets converted to HDR10 before your display gets a signal, but results are better if this conversion is from 16-bit color to 10-bit.
Color bit = 8 or 10 or potentially 16 bit as some claim (Never heard of it myself)
2 = number of options (binary, 0 & 1)
3 = number of primary colors
for 8 bit color we have 2^8^3 = 16,777,216 shades of color
for 10 bit color we have 2^10^3 = 1,073,741,824 shades of color
in the case of 16 bit, it's about 281 trillion colors.
after you pass 8bit into 10bit it becomes clear that there is a strong dropoff of effectiveness per shade added.
8bit w/dithering, to my knowledge, adjusts layers of lighting in the screen to simulate 10bit color. Even with this discount 10bit setting, I'm able to enjoy the display moreso than 8bit because issues with contrast and brightness are reduced. (lights don't blind out certain color blends as much, i.e. clouds are clearly divided from sunlight and the sky. Also fog isn't as blindingly thick with HDR on)
In the event that some of you have issues with display darkness when switching to HDR, try adjusting your screen brightness with Windows HDR color brightness scale, combined with using your screen's built in contrast and graphics software contrast to adjust it to your liking. I suggest a slightly lesser "Brightness" value and higher contrast, but thats my personal preference.
It's more akin to 11-bpc (8.6 billion) with 4-bit decimal precision for blending colors together. Funny enough, scRGB supports negative colors, if you were wondering what the remaining 1-bit was for :)
Thanks for that, I really just wanted to point out how absurd it would be to have 16bit color and sacrifice performance to achieve it. Also, I wonder if scRGB is sRGB, which appears to be synonymous with 8bit with dithering. (From what I gather srgb hdr seems to not be true HDR, and lacks the same array of colors). On my screen it seems to make no difference either way, but I'll try scrgb for now.
Also thanks for that little fun fact on negative colors. edit: My initial impression of the added 1 bit that you mentioned earlier in this thread was that it was reserved for a similar function like dithering, but the idea that negative colors exist on srgb is pretty awesome. I skimmed over it but I did see that you clarified the 16bit color mentioned earlier on.
sRGB is the white inner triangle here
https://upload.wikimedia.org/wikipedia/en/4/46/ScRGB.svg
Literally everything outside of the colored part of that image is imaginary colors. They designed it that way so that SDR content could be displayed in HDR without having to do colorspace correction. You can draw straight lines between the points of those triangles, and they're the same scale in all directions.
Rec 2020, on the other hand, requires complicated color correction.