Hi
Sorry for the delay, I didn't receive notification mail from the forum...
The metadata I want to keep is metadata that are written in the OpenEXR file format, in the header of the file,
as for example some nuke metadata written can be like this:
- Code: Select all
nuke/full_layer_names (type int): 0
nuke/input/creator (type string): "Arnold 4.2.1.3 linux clang-3.4.0 glibc-2.5 oiio-1.4.10 rlm-10.1.2 2015/04/22 11:17:23"
nuke/input/ctime (type string): "2015-06-19 14:03:05"
nuke/input/filesize (type int): 53679024
nuke/input/frame_rate (type float): 24
nuke/input/height (type int): 1080
nuke/input/mtime (type string): "2015-06-19 14:03:05"
nuke/input/timecode (type string): "00:00:00:00"
nuke/input/width (type int): 2578
nuke/node_hash (type string): "adb2d17d4894dee2"
and some OpenEXR metadata:
- Code: Select all
compression (type compression): zip, individual scanlines
dataWindow (type box2i): (1 1) - (2576 1078)
displayWindow (type box2i): (0 0) - (2577 1079)
framesPerSecond (type rational): 24/1 (24)
lineOrder (type lineOrder): increasing y
In Nuke, when you create a Write node to ouput the image sequence as EXR format, you have the possiblity to select one of these settings for the metadata:
- Code: Select all
[*]no metadata
[*]default metadata
[*]default metadata and exr/*
[*]all metadata except input/*
[*]all metadata
Maybe this can be a solution in Resolve, when you want to output EXR image sequence in Deliver mode, allow user to select if they want to keep metadatas that came with sources images

thanks for your help.