diff options
Diffstat (limited to 'ini/examples/bt601-525.ini')
-rw-r--r-- | ini/examples/bt601-525.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ini/examples/bt601-525.ini b/ini/examples/bt601-525.ini new file mode 100644 index 00000000000..e2b08f5c282 --- /dev/null +++ b/ini/examples/bt601-525.ini @@ -0,0 +1,21 @@ +# Example for BT.601 525-line Color Space +# +# BT.601 is a standard for converting analog video into the digital domain, +# and serves as a reference for the color space of analog video, but the color +# spaces defined existed before the standard. +# +# Due to historical differences, there are two color spaces in BT.601: one for +# 525-line television (developed in the U.S.), and one for 625-line television +# (developed in Europe). The color spaces, along with NTSC-J, converged upon +# the development of HD television with the BT.709 standard. +# +# This color space should be used for most 60 Hz arcade systems, consoles, and +# computer systems. +# +# DIRECT3D POST-PROCESSING OPTIONS +# +chroma_mode 3 +chroma_a 0.630,0.340 +chroma_b 0.310,0.595 +chroma_c 0.155,0.070 +chroma_y_gain 0.2124,0.7011,0.0866 |