Page 564 of 756
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jun 25, 2023 7:28 pm
by RESET_9999
I use this cli...
%ffmpeg_path% -i "%filepath%%filename%.avs" -preset %preset% -x265-params crf=%crf%:repeat-headers=1:sar=1:hrd=1:hdr10-opt=1:aud=1:open-gop=0:hdr10=1:sao=0:rect=0:cutree=0:deblock=-3-3:strong-intra-smoothing=0:chromaloc=2:aq-mode=2:colorprim=bt2020:colormatrix=bt2020nc:transfer=smpte2084:vbv-maxrate=160000:vbv-bufsize=160000:max-luma=1023:max-cll=%maxcll_path%,%maxfall_path%:master-display=%MDP%WP(15635,16450)L(%max_pq%0000,%min_pq%) -pix_fmt yuv420p10le -y "%output_path%%filename%_HDR10.hevc"
What i dont understand is the hdr measurement difference. The avg_pq of "quietvoid sample is quite different than the original P7 rpu while the one created by this cmd is almost the same as the original.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jun 25, 2023 9:28 pm
by quietvoid
RESET_9999 wrote: Sun Jun 25, 2023 7:28 pm
What i dont understand is the hdr measurement difference. The avg_pq of "quietvoid sample is quite different than the original P7 rpu while the one created by this cmd is almost the same as the original.
Your measurements are off somehow. This is what I get from measuring my profile 8.1 encode:
https://0x0.st/HQ26.png
And with the same scenes as original:
https://0x0.st/HQ2l.png
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jun 25, 2023 9:36 pm
by RESET_9999
that is strange. I used madvr...
I figured out the color shift though. It needed ConvertToYUV420(matrix="2020") in the avs script. And now madvr read the avg_pq just like your original p8 sample
how did you measure it ?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jun 25, 2023 9:50 pm
by RESET_9999
Ha, if I measure it in resolve instead, now it's closer to yours and almost identical to the original P7. So something is wrong with madvr measurement for this file, somehow. strange stuff...
https://slow.pics/c/GdrYzfzM
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jun 25, 2023 10:33 pm
by quietvoid
RESET_9999 wrote: Sun Jun 25, 2023 9:36 pm
how did you measure it ?
I use my own script in VapourSynth.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 6:19 am
by speeddemon
quietvoid wrote: Sun Jun 25, 2023 11:16 am
speeddemon wrote: Sun Jun 25, 2023 3:42 am
Would it be possible to have a version of DoVi_Scripts someday that uses DoViBaker and dovi_tool to reconstruct the FEL image and output a correct P8.1 file?
@quietvoid & @RESET_9999 have either of you considered teaming up with erazortt to do this?
Thanks!
The output wouldn't be easily playable if it sticks to lossless encoding, as the files would be huge.
And there are too many variables when reencoding lossy, so it's probably not worth it.
@quietvoid and @RESET_9999 is this FEL expansion issue more of a problem for >1000-nit displays or is it also a problem on typical 700-1000-nit OLEDs?
Also, is there anywhere where one of you (or someone else) has completely explained why this FEL expansion issue exists and what is happening in detail?
Is it better to just watch in HDR instead of DV for movies with FEL expansion if a FEL compatible player isn't an option?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 8:44 am
by RESET_9999
speeddemon wrote: Mon Jun 26, 2023 6:19 am
@quietvoid and @RESET_9999 is this FEL expansion issue more of a problem for >1000-nit displays or is it also a problem on typical 700-1000-nit OLEDs?
Also, is there anywhere where one of you (or someone else) has completely explained why this FEL expansion issue exists and what is happening in detail?
Is it better to just watch in HDR instead of DV for movies with FEL expansion if a FEL compatible player isn't an option?
it's a problem for any display.
The TV receives brightness metadata (L1/L2) that is wrong for the content it's displaying so because it thinks the content is much brighter than it is, it dims the brightness accordingly to adapt to its capabilities.
see:
https://www.youtube.com/watch?v=nT1qBQLZIIc
https://www.youtube.com/watch?v=S0J0blslHjY
https://www.youtube.com/watch?v=VObky4peBXE
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 3:08 pm
by danbez
RESET_9999 wrote: Mon Jun 26, 2023 8:44 am
speeddemon wrote: Mon Jun 26, 2023 6:19 am
@quietvoid and @RESET_9999 is this FEL expansion issue more of a problem for >1000-nit displays or is it also a problem on typical 700-1000-nit OLEDs?
Also, is there anywhere where one of you (or someone else) has completely explained why this FEL expansion issue exists and what is happening in detail?
Is it better to just watch in HDR instead of DV for movies with FEL expansion if a FEL compatible player isn't an option?
it's a problem for any display.
The TV receives brightness metadata (L1/L2) that is wrong for the content it's displaying so because it thinks the content is much brighter than it is, it dims the brightness accordingly to adapt to its capabilities.
see:
https://www.youtube.com/watch?v=nT1qBQLZIIc
https://www.youtube.com/watch?v=S0J0blslHjY
https://www.youtube.com/watch?v=VObky4peBXE
On top of that, we also have titles where the Base Layer was poorly authored resulting in a lot of compression artifacts and other issues that are only fixed with the FEL layer. Typical examples are Total Recall, Halloween 2 and a few others.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 3:49 pm
by speeddemon
RESET_9999 wrote: Mon Jun 26, 2023 8:44 am
The TV receives brightness metadata (L1/L2) that is wrong for the content it's displaying so because it thinks the content is much brighter than it is, it dims the brightness accordingly to adapt to its capabilities.
Do you/we have any idea why they're doing this?
Is it better to just watch in HDR instead of DV for movies with FEL expansion if a FEL compatible player isn't an option?
Would it be possible to re-write the L1/L2 metadata so it's corrected/"unexpanded"?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 4:01 pm
by RESET_9999
speeddemon wrote: Mon Jun 26, 2023 3:49 pm
Do you/we have any idea why they're doing this?
Is it better to just watch in HDR instead of DV for movies with FEL expansion if a FEL compatible player isn't an option?
Would it be possible to re-write the L1/L2 metadata so it's corrected/"unexpanded"?
4 options:
1- just watch in HDR10
2- bake the EL into the BL
3- generate a proper RPU in resolve for the BL actual brightness.
4- get a proper player
Expanding the brightness makes sense actually. It futureproofs the grade for when the TV will be brighter and it makes the content accurate on more type(brightness, HDR format) of display.
Because this way, people with brighter DV TV(G3) can enjoy brighter HDR and people with low nits DV TV can also get an accurate picture thanks to the trim pass and L1.
Then, people with HDR10-only TVs (low nits) can also get an accurate image with the 1000nits BL. If the BL was as bright as the EL, then those low-nits HDR10 TVs would look bad/clipped.
danbez wrote: Mon Jun 26, 2023 3:08 pm
On top of that, we also have titles where the Base Layer was poorly authored resulting in a lot of compression artifacts and other issues that are only fixed with the FEL layer. Typical examples are Total Recall, Halloween 2 and a few others.
That's right. I found a couple that improve grain/details:
https://docs.google.com/spreadsheets/d/ ... =917134052
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 4:11 pm
by speeddemon
RESET_9999 wrote: Mon Jun 26, 2023 4:01 pm
3- generate a proper RPU in resolve for the BL actual brightness.
Do you have a tutorial for this or know of a tutorial for this?
Thanks!
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 4:14 pm
by RESET_9999
speeddemon wrote: Mon Jun 26, 2023 4:11 pm
Do you have a tutorial for this or know of a tutorial for this?
Thanks!
https://www.youtube.com/watch?v=ZdFiqATo_j8
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 4:34 pm
by speeddemon
Can I do this in the free version of Resolve?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 5:15 pm
by RESET_9999
speeddemon wrote: Mon Jun 26, 2023 4:34 pm
Can I do this in the free version of Resolve?
I don't think so
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Jun 26, 2023 6:19 pm
by Trees
quietvoid wrote: Tue Jun 20, 2023 11:13 am
And any reencoding of a Blu-ray into IPT would be worse as transcoding is lossy.
Of course. But visually lossless quality transcoding is possible. If it's advantageous to visually losslessly convert Blu-ray remuxes to IPTPQc2, why wouldn't you? We're all trying to get the absolute best quality available, after all.
What HDR would you say is the best, purely in terms of colour representation, accuracy and quality? P5, P7 or P8.1? Why is the IPTPQc2 colour space better than the YCbCr color space found on Blu-rays?
Sorry for all the questions, I'm just quite interested in the subject and trying to do a bit of research in Dolby Vision (I've tried to read the white papers, but they're too overwhelming). I'm just trying to find out what is best for me, in layman's terms. I leaning towards valuing HDR quality over bit rate, so I'm willing to trade in my remuxes for WEB-DLs, they're very good these days, but only
IF the HDR is actually better than the HDR found on Blu-rays.