blob: 1dac1a335831df01f230ec6be14b21f035baf2f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Example for BT.601 625-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 50 Hz arcade systems, consoles, and
# computer systems.
#
# DIRECT3D POST-PROCESSING OPTIONS
#
chroma_mode 3
chroma_a 0.64,0.33
chroma_b 0.29,0.60
chroma_c 0.15,0.06
chroma_y_gain 0.2220,0.7067,0.0713
|