fcpxml
fcpxml
fcpxml Contain top-level elements in a document.
Overview
The root element in an FCPXML document is fcpxml, which can contain the following elements:
- A
resourceselement, that contains descriptions of media assets and other resources. - An optional
import-optionselement, that controls how Final Cut Pro imports the FCPXML document. - One of the following optional elements that describe how to organize and use media assets: a
libraryelement that contains a list ofeventelements; a series ofeventelements that contain story elements andprojectelements; or a combination of story elements and<project>elements.
Note Starting in FCPXML 1.9, the elements that describe how to organize and use media assets are optional. The only required element in the
fcpxmlroot element is theresourceselement.