Skip to content

HDR-Multi-Tool-Gui v1.3

Compare
Choose a tag to compare
@jessielw jessielw released this 16 Dec 01:04
· 98 commits to main since this release

GUI Update:

Program now supports working with Dolby Vision HDR sources:

  • Added a new tool to the program (dovi_tool.exe) for working with/parsing Dolby Vision sources for encoding (The author of this binary and instructions for CLI can be found here at his github https://github.com/quietvoid/dovi_tool - BIG Thanks to quietvoid)
  • Program will now close all processes of hdr10plus_tool.exe AND dovi_tool.exe when you close it. This will force close any and all processes by those names upon exit of the program, in the event there is a hang or something of that nature
  • Adjusted the GUI size/color scheme/organized the program with the new features with tabs
  • Added a new Option in the "Options" menu that allows the user to define the location of dovi_tool.exe
  • Completely re-worked the code that checks for the needed binaries that the program requires to run upon first launch when creating the config.ini - this is fully accurate and should be bug free
  • Added a new "Info Frame" into the program
  • This gives the user instructions/info on what to do upon first launch as well as lets you know if you have a file with HDR10+/Dolby Vision OR a file with no parsing needed
  • HDR Parse doesn't need any customizable options, either tick on or off and process
  • Dolby Vision has some options, they are pretty self explanatory and you can go to the github above for more help if you need it
  • Added code needed to automatically check input file for HDR type or if it has HDR at all. The program automatically will swap to what ever tab the input file has and check the option needed for processing in said tab. This code will also let you know if you have dropped a file/source that doesn't need any sort of parsing at all and can just be encoded with your choice of encoder without a json/bin file
  • Fixed several minor bugs in the code/as well as added lots of code needed to actually use dovi_tool.exe and all it's new features