Registry / devops / otio-fcpx-xml-adapter

otio-fcpx-xml-adapter

JSON →
library1.0.0pypypi✓ verified 79d ago

OpenTimelineIO adapter for reading and writing Final Cut Pro X XML (fcpxml) files. Current version 1.0.0 enables conversion between FCPX XML and OTIO timeline structures. Release cadence is low; maintained under the OpenTimelineIO project.

pip install otio-fcpx-xml-adapter
INSTALL
IMPORT
SIG · OTIO-FCPX-XML-ADAP
O
otio-fcpx-xml-adapter
devopspythonv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

otio_fcpx_xml_adapter
import otio_fcpx_xml_adapter
import opentimelineio as otio; otio.adapters.read_from_file('file.fcpxml')

Read and write FCPX XML files using the OTIO adapter API.

import opentimelineio as otio # Read FCPX XML timeline = otio.adapters.read_from_file('example.fcpxml') # Write FCPX XML otio.adapters.write_to_file(timeline, 'output.fcpxml')
Debug
Known issues
breakingOTIO API changes may break adapter usage. Ensure OTIO version ≥ 0.14.
fix
Keep both libraries updated together.
affects: all
gotchaAdapter is automatically discovered by OTIO on installation; no explicit import needed.
fix
Do not import the adapter directly.
affects: all
gotchaFCPX XML format is complex; not all features (e.g., certain effects, color corrections) are supported.
fix
Check OTIO issue tracker for missing elements.
affects: all
Upgrade
Version history
1.0.0latest on PyPI · released Jul 7, 2023
Audit
Dependencies
opentimelineiorequiredCore OTIO library (automatic dependency).
Agent activity
44 hits · last 30 days
node
38
OpenAI (training)
1
Resources
otio-fcpx-xml-adapter — pip install otio-fcpx-xml-adapter · libregistry