2017

Table Of Contents
Example 5: Stereo Clip
0 1 2 3 4 5 6 7
Clip [=====+=====+=====+=====+=====[
Track 0 [=====+=====+=====+=====+=====[
Feed v0s0 [=====+=====+=====+=====+=====[
Feed v0s1 [=====+=====+=====+=====+=====[
This Open Clip illustrates a stereoscopic case, where there is media for a right eye, and other media for a left
eye.
<?xml version="1.0" encoding="UTF-8"?>
<clip type="clip" version="4">
<tracks>
<track uid="t0">
<trackType>video</trackType>
<feeds>
<feed vuid="v0" uid="f0">
<spans>
<span>
<paths>
<path subFeedId="Left"
encoding="pattern">MEDIA/left-eye.[0001-0005].tif</path>
<path subFeedId="Right" encoding="pattern">
MEDIA/left-eye. [0001-0005].tif</path>
</paths>
</span>
</spans>
</feed>
</feeds>
</track>
</tracks>
</clip>
Remarks:
There is only one track and one feed.
In
<path> (page 1421) elements, subFeedId attribute is what differentiates the left eye from the right one.
Example 6: Multi-track From One OpenEXR
Clip
Track 0 - BEAUTY:MasterBeauty
Feed v0
Track 1 Matte1
Feed v0
Track 2 Matte2
Feed v0
This example illustrates how you can use an Open Clip to create, from a single multi-channel OpenEXR file,
a structure that expresses the different channels of the OpenEXR.
<?xml version="1.0"?>
<clip type="clip" version="4">
<tracks>
<track uid="BEAUTY:MasterBeauty">
<trackType>video</trackType>
<feeds>
1412 | Chapter 29 Open Clip Description