Skip to content

shotstmt

hubendubler edited this page Sep 24, 2018 · 1 revision

The shotstmt (Shot statement) element contains a group of shot elements.

Definition

element shotstmt {
    element shot { shot }+
}

Usage

<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>

Clone this wiki locally