#
# television.txt, 28 Jul 2010

!msgpostfix \n

23.976 | Actual video frame rate usually used for 24 fps equipment based on NTSC frame rates (24/100.1)
29.97  | Interlaced frames per second used by NTSC color encoding in the system M television signal 
59.94  | NTSC color encoding field refresh frequency

!msgprefix RGB luminance calculation

!need all
0.2125
0.7154
0.0721


!msgprefix NTSC luminance of RGB color signal
# Y = 0.299R + 0.587G + 0.114B

!need all
0.299
0.587
0.114

