-
|
I have a DV/HDR10+ source that I want to use to inject both DV & HDR10+ in regular HDR10. Inspecting the DV/HDR10+ source's frames, I realized that I had to:
This is the JSON I came up with: // Zero-based indexes
{
"remove": ["155534-155725", "0-191"], // Decided to do reverse order to be extra sure
"duplicate": [
{
// Frame #193 (index 192) after the removal step should now be frame #1 (index 0)
"source": 0,
"offset": 0,
"length": 16
}
]
}With Warning: mismatched lengths. video 155402, RPU 155358Which is OK because I do want the extra frames at the end to be duplicated. But when I inject the HDR10+ JSON edited with the same configuration with Warning: mismatched lengths. video 155402, HDR10+ JSON 155166I expected the numbers to be the same, but I'm clearly missing somthing. I'm here to ask essentially:
TIA! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You might be running into #107 |
Beta Was this translation helpful? Give feedback.
-
I see. I guess I'll wait for a new release! In case I re-inject the metadata, will it overwrite the existing information or do I have to start over with the "vanilla" video stream? |
Beta Was this translation helpful? Give feedback.
You might be running into #107