The <path> element is the path to the media. The path can be relative or absolute. You can also use range brackets for file sequences.
/dir/clip.mp4 /dir/fileSequence/dpxSequence.[0-99].dpx
In a Smoke and Flame context, use the subFeedId attribute to pair up paths and create stereo spans.
<path subFeedId="Left">/dir/stereoClip.Left.[0-99].dpx</path> <path subFeedId="Right">/dir/stereoClip.Right.[0-99].dpx</path>
The actual use and interpretation of the subFeedId attribute is left to the client application.
Attribute | Description | Data Type | Allowed Values | Attribute is... |
---|---|---|---|---|
type | The data type of the element. | character data | path | Implied |
version | Version of the xml element. | unsigned integer | 4 | Implied |
subFeedId | Use this attribute to further identify the type of feed. In a Smoke or Flame context, you create stereo pairs by using the "Left" and "Right" values. | character data | any | Implied |
encoding | The type of file listed in the path: either a file sequence (such a dpx sequence) or a single streaming media file (such as .mov). | character data |
|
Required |
Mandatory |
---|
#cdata |