Video Figures

Capture video figures using a <fig> element with a @fig-type attribute of value video.

Video figures follow the same instructions as standard Figures with the following additional instructions.

Video figures must contain a <media> element with the following attributes:
Attribute Name Attribute Value
content-type video/mp4
id bk[book ISBN]ch[Chapter Number]fig[Figure Number]_video
xlink:href [The file name of the video file]

Example

<fig fig-type="video" id="bk978-0-7503-3071-8ch7fig1" orientation="portrait" position="float">
  <label>Figure 7.1.</label>
  <caption>
    <p>Video showing the binary sand/plastic fluidised bed system which will be
    used in the majority of examples in this chapter. Video available at
    <ext-link ext-link-type="uri" xlink:href="https://iopscience.iop.org/book/978-0-7503-3071-8" xlink:type="simple">https://iopscience.iop.org/book/978-0-7503-3071-8</ext-link>.</p>
  </caption>
  <graphic content-type="print" id="bk978-0-7503-3071-8ch7f1_eps" orientation="portrait" position="float" xlink:href="bk978-0-7503-3071-8ch7f1_pr.tif"/>
  <graphic content-type="online" id="bk978-0-7503-3071-8ch7f1_online" orientation="portrait" position="float" xlink:href="bk978-0-7503-3071-8ch7f1_online.jpg"/>
  <graphic content-type="high" id="bk978-0-7503-3071-8ch7f1_hr" orientation="portrait" position="float" xlink:href="bk978-0-7503-3071-8ch7f1_hr.jpg"/>
  <media content-type="video/mp4" id="bk978-0-7503-3071-8ch7f1_video" xlink:href="bk978-0-7503-3071-8ch7f1_pr.mp4"/>
</fig>