-
Notifications
You must be signed in to change notification settings - Fork 1
shotstmt
hubendubler edited this page Sep 24, 2018
·
1 revision
The shotstmt (Shot statement) element contains a group of shot elements.
element shotstmt {
element shot { shot }+
}
<shotstmt>
<shot id="0">
<summary>START</summary>
<timecodestart>00:00:00</timecodestart>
<quantstmt>
<quantitem type="referenceframe">
<timecode>00:00:00</timecode>
<source>img_log/001.jpg</source>
</quantitem>
</quantstmt>
</shot>
<shot id="1">
<summary>Vorspann,Titel</summary>
<timecodestart>00:00:02</timecodestart>
<quantstmt>
<quantitem type="referenceframe">
<timecode>00:00:02</timecode>
<source>img_log/002.jpg</source>
</quantitem>
</quantstmt>
</shot>
...
</shotstmt>FEI documentation - First draft 09/2018