Skip to content

Converting DV Profile 5 to HDR #88

Description

@Ab2774

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:

[avisynth @ 00000285d9792dc0] libplacebo_Tonemap: [fatal] Failed creating instance: VK_ERROR_INCOMPATIBLE_DRIVER
[fatal] Failed initializing vulkan instance
[fatal] Failed initializing vulkan device
(Y:\temp.folder76\script.avs, line 6) script.avs contains this LoadPlugin("C:\DoVi.Scripts\tools\FFMS2\ffms2.dll")  
LoadPlugin("C:\DoVi.Scripts\tools\avs_libplacebo.dll")  
LoadPlugin("C:\DoVi.Scripts\tools\avsresize_r21\x64\Release\avsresize.dll")  
FFVideoSource("Y:\input_p5.mkv", cachefile="Y:\temp.folder76\indexed.video.ffindex") 
ConvertBits(16) 
libplacebo_Tonemap(src_csp=3, dst_csp=1) 
z_ConvertFormat(pixel_type="YUV420P10",colorspace_op="2020ncl:st2084:2020:full=>2020ncl:st2084:2020:limited",dither_type="error_diffusion",chromaloc_op="left=>top_left")

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions