sorry late to the party but you can do everything on macos, besides the madvr measureing.ans40 wrote: Mon Oct 21, 2024 9:31 pmI'm not sure about Mac options, but you could use the tools with a Windows virtual machine, too.Jimbo21 wrote: Mon Oct 21, 2024 9:31 am Hi all
Does anyone know if there is a Mac app that converts HDR10+ to Dolby Vision?
Have used Nekno's "DV7 to DV8" MacOS app (as the name implies, to convert DV7 to DV8). It works well. But am trying to find something for HDR10+ to DV. Have seen Reset's DoVi scripts, but unfortunately don't have Windows.
Thanks!
- extract hevc file from the container with Tsmuxer
- extract the hdr10+ json from the hevc with: https://github.com/quietvoid/hdr10plus_tool
- convert to dvp8 rpu with: https://github.com/quietvoid/dovi_tool look for From an existing HDR10+ metadata JSON file
- adjust CMv4.0 and L5 Active area if not OpenMatte, see https://github.com/quietvoid/dovi_tool look for editor with data from MedIaInfo (see Mastering display luminance etc.)
- mux back the new dvp8.hevc files into the container with MKVToolsnix
hdr10plus_tool, dovi_tool, MKVToolnix and TsMuxeR are working native on macOS