hdr10plus_tool VS dovi_tool

Compare hdr10plus_tool vs dovi_tool and see what are their differences.

hdr10plus_tool

CLI utility to work with HDR10+ in HEVC files. (by quietvoid)

dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision. (by quietvoid)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hdr10plus_tool dovi_tool
4 23
278 547
- -
4.9 7.1
about 1 month ago about 1 month ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hdr10plus_tool

Posts with mentions or reviews of hdr10plus_tool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Is it possible to convert Dolby Vision to HDR10+?
    2 projects | /r/ffmpeg | 11 Jan 2023
    From what I gathered, it is possible to convert HDR10+ content to Dolby Vision using dovi_tool and hdr10plus_tool. But I haven't seen any tutorial on doing the opposite: taking the dynamic metadata from Dolby Vision and converting it to HDR10+. I have found posts with this question but with no solution. The replies to this one (from 2020) suggest that it is theoretically possible but that you would need more info about the DV metadata. Now, using dovi_tool, it is possible to extract the Dolby Vision metadata into a JSON file. But, while dovi_tool is able to generate a DV RPU using a JSON file containing HDR10+ metadata, hdr10plus_tool has no similar option. Is there any way to convert the DV metadata to something usable by hdr10plus_tool to inject in HEVC?
  • Downscaling 4k hdr 10bit to 1080p but maintaining hdr 10bit?
    2 projects | /r/ffmpeg | 3 Jan 2022
    NOW, for dynamic HDR (HDR10+ or Dolby Vision), it's more involved but there is indeed a way to create encoded files with dynamic HDR metadata now by using dovi_tool for Dolby Vision, or hdr10plus_tool for HDR10+ files (or you can use BOTH on it if you have a file that is compliant with both standards). This one requires de-muxing the dynamic metadata from the isolated HEVC videostream of your source file, encoding your file an isolated HEVC stream, injecting the dynamic metadata back in to the encoded HEVC stream, then finally merging that with your MKV containing everything else. This is more complicated but here's the script for THAT...
  • Create Dolby Vision from HDR10+
    3 projects | /r/ffmpeg | 5 Nov 2021
    downloaded quietvoid's HDR10Plus_Tool 1.0.0 (from https://github.com/quietvoid/hdr10plus_tool/releasesl)
  • Editing .mkv HDR Footage
    2 projects | /r/HDR | 1 Jul 2021
    You could also try converting the mkv to mp4 using ffmpeg and manually copy the HDR metadata over, which Premiere Pro then understands. It's just a bunch of tags telling the software what the pixel numbers mean. This can be done with reencoding, or maybe without if the mkv contains a video stream already in the right format and just needs to be moved into a mp4 (might not even require manually specifying metadata, maybe the converter you used just didn't support it). I'm not sure about formats like HDR10+ that have multiple metadata updates in a single video, you could use this to extract the metadata but I don't know how to pass that into ffmpeg again.

dovi_tool

Posts with mentions or reviews of dovi_tool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.
  • Is there a way to confirm that Dolby Vision content transcoded correctly?
    2 projects | /r/handbrake | 4 Jun 2023
    They have Mac builds available for the latest release.
  • Muxing Dolby Vision metadata into an HDR stream
    2 projects | /r/DataHoarder | 27 May 2023
    With a combination of dovi_tool by quietvoid and FFMPEG you should be able to inject the EL into the HEVC track you demuxed from RGB, then remux it back in using FFMPEG or mkvtoolnix.
  • Avatar 4K artwork revealed
    1 project | /r/4kbluray | 23 May 2023
    There are ways to download the exact untouched copy of the stream from the server (not screen capturing) and extracting that DV metadata from the HEVC stream. Same goes for ripping discs and extracting DV there.
  • Did I miss an update, or is Dolby Vision working much better with Plex on tvOS 16.4?
    1 project | /r/PleX | 29 Mar 2023
    Yeah, the RPUs (which I honestly haven’t been able to even find out what it stands for, lol) can be converted using dovi_tool, which is how those hybrids are made. I’ve converted a few P7 movies from BR sources myself to get them to work in Infuse.
  • 4K HDR Rips Not Measuring Up
    1 project | /r/PleX | 9 Mar 2023
  • Is it possible to convert Dolby Vision to HDR10+?
    2 projects | /r/ffmpeg | 11 Jan 2023
    From what I gathered, it is possible to convert HDR10+ content to Dolby Vision using dovi_tool and hdr10plus_tool. But I haven't seen any tutorial on doing the opposite: taking the dynamic metadata from Dolby Vision and converting it to HDR10+. I have found posts with this question but with no solution. The replies to this one (from 2020) suggest that it is theoretically possible but that you would need more info about the DV metadata. Now, using dovi_tool, it is possible to extract the Dolby Vision metadata into a JSON file. But, while dovi_tool is able to generate a DV RPU using a JSON file containing HDR10+ metadata, hdr10plus_tool has no similar option. Is there any way to convert the DV metadata to something usable by hdr10plus_tool to inject in HEVC?
  • DVDFab for Dolby Vision titles?
    2 projects | /r/makemkv | 3 Jan 2023
    2) DoVi_Tool - This is a tool that uses ffmpeg to extract the DV layer and recode it back into the compressed output. (https://github.com/quietvoid/dovi_tool)
  • How to downscale from Proper 4k to 1080p, keeping DV and DA intact
    3 projects | /r/ffmpeg | 5 Aug 2022
    Step 2: Extract the Dolby Vision data with dovi_tool
  • help Dolby Vision not working
    2 projects | /r/Piracy | 3 Aug 2022
    It appears the player can't process FEL. I tried myself and it fellback to hdr10. I haven't been able to find an Android player app that can process FEL. You could convert FEL to MEL with something like dovi_tool but that might get time consuming.
  • Convert DV MP4 file to .MKV
    1 project | /r/mkvtoolnix | 22 Jul 2022
    You can look into a program called dovi_tool which can do all kinds of operations on DV tracks, including combining base & enhancement layers from separate tracks into a single track if I'm not mistaken.

What are some alternatives?

When comparing hdr10plus_tool and dovi_tool you can also consider the following projects:

FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git

HDR-Multi-Tool - A graphical user interface for parsing HDR10+ and Dolby Vision

dlb_mp4base - The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.

staxrip - 🎞 Video encoding GUI for Windows.

image-hdr - An implementation of HDR Radiance Estimation using Poisson Photon Noise Estimator for creating HDR image from a set of images

Av1an - Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding

aos-AVP - NOVA opeN sOurce Video plAyer: main repository to build them all

oculante - A fast and simple image viewer / editor for many opering systems

dobby - A Dolby Vision merge tool

FastFlix - FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!

Square-Wheel - Advanced software renderer written in Rust