# Color depth / bit depth patterns.
= "color_depth"
[]
= "8-bit"
= "10-bit"
= "12-bit"
= "10-bit"
= "10-bit"
[[]]
= '(?i)^12[- ]?bits?$'
= "12-bit"
[[]]
= '(?i)^10[- ]?bits?$'
= "10-bit"
[[]]
= '(?i)^8[- ]?bits?$'
= "8-bit"
[[]]
# Hi10P / High10 variants
= '(?i)^(?:hi|high)[- ]?10p?$'
= "10-bit"
[[]]
# HEVC10 / x265-10 implies 10-bit (matched as compound token)
= '(?i)(?:hevc|[xh]265|[xh]\.?265)[- ]?10$'
= "10-bit"
[[]]
# yuv420p10 pixel format
= '(?i)^yuv\d+p10$'
= "10-bit"