Page 1 of 1

UHD Blu-rays with no master-display info

Posted: Thu Feb 25, 2021 6:14 am
by alexantr
Some releases have no Mastering display info. One of them is Terminator 2: https://forum.blu-ray.com/showthread.ph ... 1&page=229
For this movie DGIndexNV generates dgi file with

Code: Select all

--master-display "G(0,0)B(0,0)R(0,0)WP(0,0)L(0,0)"
which produces in encoded videos in Mediainfo wrong data:

Code: Select all

Mastering display color pri : R: x=0.000000 y=0.000000, G: x=0.000000 y=0.000000, B: x=0.000000 y=0.000000, White point: x=0.000000 y=0.000000
Mastering display luminance : min: 0.0000 cd/m2, max: 0 cd/m2
Right way is to skip --master-display if no master display data in source video file:

Code: Select all

X265_CL --colorprim 9 --transfer 16 --colormatrix 9 --frames 1424 --chromaloc 2
T2 sample for tests

UHD Blu-rays with no master-display info

Posted: Fri Feb 26, 2021 9:52 am
by Rocky
Thank you for the report. I'll take care of it in the next slipstream. Meanwhile, nobody is forcing you to cut and paste CLI options that are obviously wrong. ;)

UHD Blu-rays with no master-display info

Posted: Tue Mar 02, 2021 2:38 pm
by alexantr
I think X265_CL must be correct if it presents in index file

UHD Blu-rays with no master-display info

Posted: Tue Mar 02, 2021 3:59 pm
by Rocky
Rocky wrote:I'll take care of it

UHD Blu-rays with no master-display info

Posted: Thu Mar 11, 2021 12:26 pm
by Rocky
Not sure when the next slipstream will come out so I slipped the fix for this into 228. Just re-download if you need it.