An adapter for OpenTimelineIO to read and write Final Cut Pro XML files. Version 1.0.0, stable release with infrequent updates.
pip install otio-fcp-adapterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read a FCP XML file using the adapter.
Use adapter_name='fcpx_xml' when calling read_from_file or write_to_file.
Ensure your input file is in FCPXML format (.fcpxml). For legacy XML, use the built-in otio fcp_xml adapter (requires separate installation).
Use opentimelineio's adapters module for reading/writing, rather than instantiating the adapter class directly.