# Adapters

OpenTimelineIO supports, or plans to support, conversion adapters for many existing file formats.

### Final Cut Pro XML ###

Final Cut 7 XML Format - Status: Supported via the fcp_xml adapter - <a href=”https://developer.apple.com/library/content/documentation/AppleApplications/Reference/FinalCutPro_XML/AboutThisDoc/AboutThisDoc.html#//apple_ref/doc/uid/TP30001152-TPXREF101” target=”_blank”>Reference</a>

Final Cut Pro X XML Format: - Status: Supported via the fcpx_xml adapter - <a href=”https://developer.apple.com/library/mac/documentation/FinalCutProX/Reference/FinalCutProXXMLFormat/Introduction/Introduction.html” target=”_blank”>Intro to FCP X XML</a>

### Adobe Premiere Project ###

  • Based on guidance from Adobe, we support interchange with Adobe Premiere via

    the FCP 7 XML format (see above).

### CMX3600 EDL ###

### Avid AAF ###

Contrib Adapters

The contrib area hosts adapters which come from the community (_not_ supported

by the core-otio team) and may require extra dependencies.

### RV Session File ###

  • Status: write-only adapter supported via the rv_session adapter.

  • need to set environment variables to locate py-interp and rvSession.py

    from within the RV distribution

  • set ${OTIO_RV_PYTHON_BIN} to point at py-interp from within rv, for

    example: setenv OTIO_RV_PYTHON_BIN /Applications/RV64.app/Contents/MacOS/py-interp

  • set ${OTIO_RV_PYTHON_LIB} to point at the parent directory of rvSession.py:

    setenv OTIO_RV_PYTHON_LIB /Applications/RV64.app/Contents/src/python

### Maya Sequencer ###

  • Status: supported via the maya_sequencer adapter.

  • set ${OTIO_MAYA_PYTHON_BIN} to point the location of mayapy within the maya

    installation.

### HLS Playlist ###

  • Status: supported via the hls_playlist adapter.

### Avid Log Exchange (ALE) ###

  • Status: supported via the ale adapter.

### Text Burn-in Adapter ###

Uses FFmpeg to burn text overlays into video media.

  • Status: supported via the burnins adapter.

### GStreamer Editing Services Adapter ###

  • Status: supported via the xges adapter.

### Kdenlive Adapter ###

  • Status: supported via the kdenlive adapter