15.2.17 Video Part

Content Type:

Any supported video type.

[Note: Some example content types are: video/avi http://www.the-labs.com/Video/odmlff2-avidef.pdf

video/mpg

ISO/IEC 13818

video/mpeg

ISO/IEC 13818

video/ogg

http://www.theora.org/doc/Theora.pdf

video/quicktime

http://developer.apple.com/documentation/QuickTime/

http://tools.ietf.org/html/rfc4425

video/vc1 end note]

Root Namespace:

not applicable

Source Relationship:

http://purl.oclc.org/ooxml/officeDocument/relationships/video

An instance of this part type contains a video file.

A PresentationML package is permitted to contain zero or more Video parts, each of which shall be the target of an explicit relationship in a Handout Master (13.3.3), Notes Slide (13.3.5), Notes Master (13.3.4), Slide (13.3.8), Slide Layout (13.3.9), or Slide Master (13.3.10) part. A WordprocessingML package is permitted to contain zero or more Video parts, each of which shall be the target of an explicit relationship from a Comments (11.3.2), Endnotes (11.3.4), Footer (11.3.6), Footnotes (11.3.7), Header (11.3.9), or Main Document (11.3.10) part.

[Example: The following Slide part-relationship item contains a relationship to the file E:\Video demo.avi:

a Video

part, which is stored as

<Relationships xmlns="…">
  <Relationship Id="rId2"
    Type="http://…/video"
    Target="file:///E:\Video%20demo.avi" TargetMode="External"/>
</Relationships>

end example]

A Video part is not stored as XML; instead, it involves a relationship target that is a video clip.

A Video part can be located within or external to the package containing the relationships part (expressed syntactically, the TargetMode attribute of the Relationship element can be Internal or External).

A Video part shall not have implicit or explicit relationships to other parts defined by ISO/IEC 29500.

A producer that wants interoperability should use the following standard format:

  • video/mpeg ISO/IEC 13818
Last updated on