mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-18 00:57:31 +00:00
feat(hybrid): ✨ Add HDR10+ support for conversion to Dolby Vision and enhance metadata extraction
This commit is contained in:
@@ -52,6 +52,7 @@ N_m3u8DL_RE = find("N_m3u8DL-RE", "n-m3u8dl-re")
|
||||
MKVToolNix = find("mkvmerge")
|
||||
Mkvpropedit = find("mkvpropedit")
|
||||
DoviTool = find("dovi_tool")
|
||||
HDR10PlusTool = find("hdr10plus_tool", "HDR10Plus_tool")
|
||||
|
||||
|
||||
__all__ = (
|
||||
@@ -69,5 +70,6 @@ __all__ = (
|
||||
"MKVToolNix",
|
||||
"Mkvpropedit",
|
||||
"DoviTool",
|
||||
"HDR10PlusTool",
|
||||
"find",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user