UHD Blu-rays with no master-display info

Support forum for DGDecNV
Post Reply
User avatar
alexantr
Posts: 11
Joined: Mon Oct 15, 2018 4:24 pm

UHD Blu-rays with no master-display info

Post 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
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

UHD Blu-rays with no master-display info

Post 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. ;)
User avatar
alexantr
Posts: 11
Joined: Mon Oct 15, 2018 4:24 pm

UHD Blu-rays with no master-display info

Post by alexantr »

I think X265_CL must be correct if it presents in index file
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

UHD Blu-rays with no master-display info

Post by Rocky »

Rocky wrote:I'll take care of it
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

UHD Blu-rays with no master-display info

Post 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.
Post Reply