Registry / devops / otio-fcp-adapter

otio-fcp-adapter

JSON →
library1.0.0pypypiunverified

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-adapter
INSTALL
IMPORT
SIG · OTIO-FCP-ADAPTER
O
otio-fcp-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.

FCPXReadAdapter
from otio_fcp_adapter import FCPXReadAdapter
from otio_fcp_adapter import FCPXReadAdapter

Read a FCP XML file using the adapter.

import opentimelineio as otio from otio_fcp_adapter import FCPXReadAdapter timeline = otio.adapters.read_from_file("example.fcpxml", adapter_name="fcpx_xml") print(timeline)
Debug
Known issues
breakingAdapter name changed from 'fcp_xml' to 'fcpx_xml' in v1.0.0. Old name will raise NoRegisteredAdapterError.
fix
Use adapter_name='fcpx_xml' when calling read_from_file or write_to_file.
affects: >=1.0.0
gotchaThe adapter only supports FCPXML (Final Cut Pro X XML) format, not legacy FCP 7 XML.
fix
Ensure your input file is in FCPXML format (.fcpxml). For legacy XML, use the built-in otio fcp_xml adapter (requires separate installation).
affects: all
deprecatedDirect import of FCPXReadAdapter class is discouraged; use otio.adapters.read_from_file instead.
fix
Use opentimelineio's adapters module for reading/writing, rather than instantiating the adapter class directly.
affects: >=1.0.0
Upgrade
Version history
1.0.0latest on PyPI · released Jul 7, 2023
Audit
Dependencies
opentimelineiorequiredCore library required for timeline operations
Agent activity
38 hits · last 30 days
node
32
Amazon
1
Resources
otio-fcp-adapter — pip install otio-fcp-adapter · libregistry