Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Sep 11, 2021 11:38 pm
Black Widow UHD + P5 = the same exact source/fames/time stamps = all match exactly
Happy P8 making
Happy P8 making
MakeMKV support forum
https://forum.makemkv.com/forum/
I don't know, I've mentioned that the L2 doesn't always match in the RPU.Manixx2020beyound wrote: Sun Sep 12, 2021 4:49 pm @ quietvoid
L2 meta keep coming out weird.
But on the xml it seem to be correct well (not 100% sure it’s correct.)
What could be the reason for this?
Just curious if u got any insight on this from others ellse were
So far I get a perfect l1DV meta match from resolve min-average-max are all correct
For spares & munsil compare to the original
I wonder if the monitor I’m using plays a part, I’ll try & find out.quietvoid wrote: Sun Sep 12, 2021 5:31 pmI don't know, I've mentioned that the L2 doesn't always match in the RPU.Manixx2020beyound wrote: Sun Sep 12, 2021 4:49 pm @ quietvoid
L2 meta keep coming out weird.
But on the xml it seem to be correct well (not 100% sure it’s correct.)
What could be the reason for this?
Just curious if u got any insight on this from others ellse were
So far I get a perfect l1DV meta match from resolve min-average-max are all correct
For spares & munsil compare to the original
My only test samples are Netflix's encoded streams, and the corresponding CMv2.9 XML.
Sometimes it's fine, sometimes the values are different.
Because you're not actually converting anything when using profile 4, just changing the container.cannibalist2 wrote: Mon Sep 13, 2021 3:39 pm My tv is lg g1 and internal plex app can play both profiles (p4 st dl/dt dl and p8 st sl). Why are we focusing on converting FEL movies to profile 8 instead of profile 4? I have made only one movie so far with both profiles and they looked like same to me.
Profile 5 includes reshaping metadata and some different flags/values for the color space.staknhalo wrote: Tue Sep 14, 2021 2:39 pmIs profile 5 just dynamic tonemapping metadata in a proprietary color space? So nothing unique in the experience really over a profile 8.1 file (assuming bitrate equal)? Or does profile 5 have specific 12bit color info in it like a profile 7 FEL?
How does that work when only profile 4 and 7 are FEL capable?quietvoid wrote: Tue Sep 14, 2021 3:00 pm The reshaping process recreates the YCbCr image, with supposedly close to 12 bits equivalent info.
The profile 5 proprietary colorspace is more efficient, see https://en.wikipedia.org/wiki/ICtCp#Characteristics
Code: Select all
-max_muxing_queue_size 1024 -map 0:0 -c:v libx265 -pix_fmt yuv420p10le -profile:v main10 -x265-params "level-idc=51:high-tier=1:uhd-bd=1:ref=5:aq-mode=2:repeat-headers=1:strong-intra-smoothing=1:bframes=4:b-adapt=2:frame-threads=0:colorprim=bt2020:transfer=smpte2084:colormatrix=bt2020nc:hdr10_opt=1:master-display=G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1):max-cll=0,0:hdr10=1:chromaloc=2:pass=1:no-slow-firstpass=1" -b:v 44808k -preset:v medium -an -sn -dn -f mp4 NUL No issue on my end with x265.exe (staxrip GUI)
Code: Select all
x265.exe --crf 14 --preset slower --profile main10 --level-idc 5.1 --output-depth 10 --vbv-bufsize 160000 --vbv-maxrate 160000 --master-display "G(8500,39850)B(6550,2300)R(35400,14600)WP(15635,16450)L(10000000,50)" --hdr10 --colorprim bt2020 --colormatrix bt2020nc --transfer smpte2084 --range limited --max-luma 1023 --max-cll "1232,278" --hdr10-opt --dolby-vision-profile 8.1 --dolby-vision-rpu X:\RPU.metadata.bin --repeat-headers --hrd --aud --no-open-gop --deblock -3:-3 --no-sao --chromaloc 2Code: Select all
--pass 1 --bitrate 44808 --output-depth 10 --profile main10 --level-idc 5.1 --high-tier --ref 5 --master-display "G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1)" --hdr10 --colorprim bt2020 --colormatrix bt2020nc --transfer smpte2084 --range limited --chromaloc 2 --repeat-headers --aud --hrd --statsSorry if it was asked before, can your tool convert from Profile 7/8 to Profile 5?quietvoid wrote: Tue Sep 14, 2021 3:48 pmThe profile 5 proprietary colorspace is more efficient, see https://en.wikipedia.org/wiki/ICtCp#Characteristics
In reality FEL can also add detail/noise, so they're not the same.
No, that requires processing the video.mulucy wrote: Wed Sep 15, 2021 11:34 pm Sorry if it was asked before, can your tool convert from Profile 7/8 to Profile 5?