-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed the need for the binary mediainfo.exe (cli) - this has been replaced by an internal python module pymediainfo, it's a lot quicker/easier to use * Removed lots of code that was related to mediainfocli * Corrected part of the code to reset the config.ini file * The "Start" button will no longer enable until you have selected a job (HDR or Dolby parser) or unless the program automatically does it for you * Program now has the ability to detect if a file has BOTH Dolby Vision and HDR10+, in the event it detects both, the program will not automatically select which parser to use. You have to choose which you want and parse, if you want both, you will need to parse both separately and then feed both the json for hdr10+ and bin file for dolby vision to your encoder * Added a new pop up message window when you hover your mouse over the Info label, this is for when the text inside is longer then you can see, you are able to hover the mouse over this and read all of it if you desire * Added a new error window if the program was not able to automatically detect the HDR type, it tells you that it could not automatically detect, opens your web-browser to the github issue tracker where you can post a source sample and the error, in the event it actually was a programming error and not a user error * Progress bars now rely on the new pymediainfo module, this is more simple/less code to use *
- Loading branch information
Showing
1 changed file
with
47 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters