View Single Post
Old 12th March 2017, 18:18   #3  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Neither. Both input of first filter as well as output of last filter are limited range.

I wonder if and how to handle e.g. color coordinates. The script only asks for peak luminance while HDR(10) metadata looks something like this:
Code:
|   + Video colour information
|    + Colour matrix: 9
|    + Colour range: 1
|    + Colour transfer: 16
|    + Colour primaries: 9
|    + Video colour mastering metadata
|     + Max luminance: 1000
|     + Min luminance: 0.001
|     + Red colour coordinate x: 0.68
|     + Red colour coordinate y: 0.31996
|     + Green colour coordinate x: 0.26494
|     + Green colour coordinate y: 0.68996
|     + Blue colour coordinate x: 0.15
|     + Blue colour coordinate y: 0.05998
|     + White colour coordinate x: 0.3127
|     + White colour coordinate y: 0.32896
Do only the player and/or display need these? In fmtc.primaries you can supply such coordinates.

Last edited by sneaker_ger; 12th March 2017 at 18:24.
sneaker_ger is offline   Reply With Quote