HDR Vivid

This commit is contained in:
CodeName393
2026-02-05 02:50:03 +09:00
committed by GitHub
parent 289c8a3b23
commit 5b50a6cd79

View File

@@ -153,6 +153,8 @@ class Movie(Title):
for indicator in ["HDR10", "SMPTE ST 2086"]
):
name += " HDR"
elif "HDR Vivid" in hdr_format:
name += " HDR"
else:
name += f" {DYNAMIC_RANGE_MAP.get(hdr_format)} "
elif "HLG" in trc or "Hybrid Log-Gamma" in trc or "ARIB STD-B67" in trc or "arib-std-b67" in trc.lower():