Replies: 2 comments 9 replies
|
No alternative that I'm aware of. |
1 reply
|
There are3 workflows that can encode P5... Workflow 8-2-1: Can encode profile 5 to HDR10 with P8 DV metadata. No need to inject after the encode, the script does it on the fly while encoding to hevc with x265.exe or nvenc.exe. Require Vulkan support Workflow 8-2-2: Can encode profile 5 to SDR. Require Vulkan support Workflow 8-2-6: Can encode profile 5 to profile 5. Require Dolby Encoding Engine software and Vulkan support. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to encode an H265 Profile 5 video into a normal HDR output that I can later inject the DV metadata into as Profile 8.1 (encoding to ProRes, then encoding it back to H265 is also okay for me).
When I use the "ENCODE_DoVi_P5" command in dovi_scripts, the process fails, and I keep getting this error:
I think the Vulkan functions do not work, and the result is repeated filter failures and no output file. (probably because I'm running Windows on a virtual machine, as I don't have a Windows PC or laptop at the moment).
I want to ask if there is an alternative path I can take to achieve this. Thanks
All reactions