CaptainHook wrote:You can inject "keys" that may not be in the clip/file as long as they are already supported by the SDK/Blackmagic RAW in general. For instance if the user left some slate metadata blank on the camera like director, production name, camera operator, etc and it didn't get written to a file/clip you could add it to a sidecar later so that it shows in Resolve or whatever app.
.
It's exactly what I need to do. Just changing the CAMERA #
Can you give an example?
I've generate a .sidecar from ' update sidecar ' in COLOR Camera Raw
But wondering how to add the Key. Also, if I had a key and do an 'update sidecar' I'm assuming that will delete the new KEY?
Thanks for your help!
I've try
- Code: Select all
{
"camera_number": "A",
}
But i doesn't work.
- Code: Select all
{
"tone_curve_contrast": 1.000000,
"tone_curve_saturation": 1.000000,
"tone_curve_midpoint": 0.409008,
"tone_curve_highlights": 1.000000,
"tone_curve_shadows": 1.000000,
"tone_curve_black_level": 0.000000,
"tone_curve_white_level": 1.000000,
"tone_curve_video_black_level": 0,
"highlight_recovery": 0,
"post_3dlut_mode": "Disabled",
"viewing_gamma": "Blackmagic Design Film",
"viewing_gamut": "Blackmagic Design",
"viewing_bmdgen": 4,
"gamut_compression_enable": 0,
"exposure": {
"15:32:00:01": 0.000000
},
"iso": {
"15:32:00:01": 1250
},
"white_balance_kelvin": {
"15:32:00:01": 3500
},
"white_balance_tint": {
"15:32:00:01": 0
}
}