Skip to content

Commit

Permalink
Update README.md with latest adapter information.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteinbach authored Apr 27, 2017
1 parent 1a8fc02 commit d1d6d37
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Use Cases
Architecture
------------

TODO: INSERT POINTER TO CONCEPTUAL ARCHITECTURE DOCUMENT
See: https://github.com/PixarAnimationStudios/OpenTimelineIO/wiki/Architecture

Adapters
--------
Expand All @@ -56,7 +56,7 @@ formats:
### Final Cut Pro XML ###

Final Cut 7 XML Format
- Status: Supported via the fcp_xml adapter
- Status: Supported via the `fcp_xml` adapter
- https://developer.apple.com/library/content/documentation/AppleApplications/Reference/FinalCutPro_XML/AboutThisDoc/AboutThisDoc.html#//apple_ref/doc/uid/TP30001152-TPXREF101

Final Cut Pro X XML Format:
Expand All @@ -69,7 +69,7 @@ Final Cut Pro X XML Format:

### CMX3600 EDL ###

- Status: Supported via the cmx_3600 adapter
- Status: Supported via the `cmx_3600` adapter
- http://xmil.biz/EDL-X/CMX3600.pdf
- https://documentation.apple.com/en/finalcutpro/usermanual/index.html#chapter=96%26section=1

Expand All @@ -86,12 +86,21 @@ The contrib area hosts adapters which come from the community (_not_ supported b

### RV Session File ###

- Status: write-only adapter supported
- 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.

Installing
----------
Expand Down

0 comments on commit d1d6d37

Please sign in to comment.