-
Notifications
You must be signed in to change notification settings - Fork 1
shot
hubendubler edited this page Sep 24, 2018
·
1 revision
The smallest section of a film is a shot. It can be defined with in- and out-points. The shot
element can contain a description
element as well as data about the shot with the use of quantstmt
.
element shot {
attribute id { text }?,
element summary { text }?,
(
element timecode { timecode } |
element timecodestart { timecode } |
(
element timecodestart { timecode },
element timecodeend { timecode }
)
)?,
element duration { timecode }?,
element quantstmt { quantstmt }?*,
element notesstmt { notesstmt }?*,
}
<shot id="2">
<summary>Wolke im Himmel</summary>
<timecodestart>00:00:09</timecodestart>
<quantstmt>
<quantitem type="referenceframe">
<timecode>00:00:09</timecode>
<source>img_log/003.jpg</source>
</quantitem>
<quantitem type="camera">HN</quantitem>
<quantitem type="camera">front</quantitem>
<quantitem type="camera">Normalperspektive</quantitem>
<quantitem type="transition">Aufblende</quantitem>
<quantitem type="imagery">Braun</quantitem>
<quantitem type="imagery">Weiß</quantitem>
<quantitem type="audio">Leitmotiv Akkordeon: Intro</quantitem>
</quantstmt>
</shot>
<shot id="486">
<summary>Eine Frau lunzt durch einen Vorhang in den Hörsaal</summary>
<timecodeStart>00:56:13</timecodeStart>
<timecodeEnd>00:56:14</timecodeEnd>
<duration>00:00:01</duration>
<quantStmt>
<quantItem type="focalPoint">Zentrum</quantItem>
<quantItem type="framingType">Halbnahe</quantItem>
<quantItem>
<cut type="tb">
<cutDesc>Überblendung zu schwarz</cutDesc>
</cut>
</quantItem>
</quantStmt>
<notesStmt>
<annot type="shotSummary">
<shotSummary>
<frame target="00:56:13:00" />
</shotSummary>
</annot>
<annot type="shotDesc">Frau vor einem Vorhang</annot>
</notesStmt>
</shot>
FEI documentation - First draft 09/2018