Clarification on Workflow 8-2-3 #112
|
I'm currently mapping out a workflow for making fan edits with DaVinci Resolve, with the goal of retaining lossless HDR video, or at least visually lossless HDR video when it comes to dual-layer Dolby Vision. In this scenario, I am attempting to retain the base layer, full enhancement layer, and RPU data. My understanding is that the FEL will need to be baked into the image as Resolve cannot natively read a dual-layer DV file. First, I ripped a FEL DV 4K Blu-ray using MakeMKV. The m2ts file shows two HEVC streams in MediaInfo. Then, I remuxed the m2ts file to an MKV container using MKVMerge Before using DoVi_Scripts, I edited the DoVi_Scripts_MKV bat file to change the encode settings to 12-bit ProRes 4444 XQ: Lastly, I ran the 8-2-3 ProRes HDR to HDR Workflow on the MKV file. The terminal read: This gave me an unsurprisingly large 800GB MOV file that MediaInfo confirmed is a ProRes 4444 XQ video stream. My first question is, did I do this correctly? Is the BL and FEL baked into this image? I can't confirm via metadata anymore, and the information I've found online is sparse enough that I'm doubting my understanding of it. So I really just need someone to hard confirm that this is the correct method. My next question is, is the RPU "baked" into this image? If so, that would mean I could import this ProRes file into Resolve and call it good. But my understanding is that the RPU data is not "baked" in, and that I will have to sidecar an extracted RPU.bin as an XML file in Resolve. Is that the correct method? I appreciate the help! P.S. I've been mapping out a visual workflow in Milanote to help me understand everything. After I confirm that all the different HDR and audio pipelines work, I plan on sharing it as a beginner guide! |
Replies: 1 comment 1 reply
|
Yes, FEL is baked into the ProRes video, and you have to convert the RPU to XML if you want to import it into DaVinci Resolve. ::enable jpeg-2000 12bit encoding for FEL source in 8-2-3(default = NO) |
Yes, FEL is baked into the ProRes video, and you have to convert the RPU to XML if you want to import it into DaVinci Resolve.
AFAIK, ffmpeg ProRes 4444 XQ is not truly 12-bit internally, so if you want to preserve full 12-bit precision, you need to use JPEG 2000 instead.
::enable jpeg-2000 12bit encoding for FEL source in 8-2-3(default = NO)
set enable_jpeg12bit=YES