18.12.2022, 21:06
Okay, das Problem ist:
MediaInfo berichtet:
Aber Hybrid (und ich) hat keine Ahnung wie dies interpretiert werden soll.
Normalerweise steht da sowas wie:
oder "Display P3"/"DCI P3"/"BT.2020"
Keine Ahnung, was BT.709 bei HDR Material interpretiert werden soll.
Hab mal bei Doom9 gepostet: https://forum.doom9.org/showthread.php?p...ost1979905
Cu Selur
MediaInfo berichtet:
Code:
Mastering display color primaries : BT.709
Normalerweise steht da sowas wie:
Code:
Mastering display color primaries : R: x=0.680000 y=0.320000, G: x=0.265000 y=0.690000, B: x=0.150000 y=0.060000, White point: x=0.312700 y=0.329000
Code:
if (line == QString("Display P3")) {
line = QString("R(x=0.680, y=0.320), G(x=0.265, y=0.690), B(x=0.150, y=0.060), White point(x=0.3127, y=0.3290)"); // DCI-P3 D65
} else if (line == QString("DCI P3")) {
line = QString("R(x=0.680, y=0.320), G(x=0.265, y=0.690), B(x=0.150, y=0.060), White point(x=0.314, y=0.3510)"); // DCI-P3 Theater
} else if (line == QString("BT.2020")) {
line = QString("R(x=0.708, y=0.292), G(x=0.170, y=0.797), B(x=0.131, y=0.046), White point(x=0.3127, y=0.3290)"); // Rec. ITU-R BT.2020-2
}
Hab mal bei Doom9 gepostet: https://forum.doom9.org/showthread.php?p...ost1979905
Cu Selur