Viewing Metadata

The simplest way to view file metadata is by clicking the Metadata tab in the Properties panel of a standard Read node. All the available metadata is displayed, along with a simple search function.

To filter the lists of metadata, use the search metadata for field. For example, if you enter f in the search metadata for field, only the keys and values that include the letter f are displayed. By default, the search is done within both keys and values. If you want to limit the search to either keys or values only, set within to keys only or values only. For example, you can view metadata specific to the input’s file format by entering the file format (for instance, dpx/) in the search metadata for field and setting within to keys only.

Note:  When observing the creation time (input/ctime) of an image, Windows generally differs from Linux and Mac. This is due to the different way in which the operating systems deal with file creation times.

Once you know which keys exist on the input, you can reference them in expressions. See Accessing Metadata Using Tcl Expressions.

You can also view metadata using the ViewMetaData node:

1.   Select MetaData > ViewMetaData to insert a ViewMetaData node after the node whose metadata you want to inspect.
2.   In the ViewMetaData properties, you can see a list of the metadata embedded in the image. This is divided into keys and their values.

Comparing Metadata Between Inputs

To compare metadata between two inputs:

1.   From the Toolbar, select MetaData > CompareMetaData to add a CompareMetaData node after the two nodes whose metadata you want to compare.
2.   Connect the nodes you want to compare to the A and B inputs of the CompareMetaData node.

A list of keys where there is a difference between the two inputs is shown in the CompareMetaData properties.