View Single Post
Old 12th March 2017, 18:26   #4  |  Link
age
Registered User
 
Join Date: Oct 2015
Posts: 54
Quote:
Originally Posted by sneaker_ger View Post
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.
Max luminance should be the right value for "source_peak"

Bt2020 is the standard for hdr10

Maybe i can try to pass all the info from the metadata

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