Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Image Sequence Reference to the feature matrix #751

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
54 changes: 28 additions & 26 deletions docs/tutorials/feature-matrix.rst
Expand Up @@ -3,34 +3,36 @@ Feature Matrix

Adapters may or may not support all of the features of OpenTimelineIO or the format they convert to/from. Here is a list of features and which adapters do/don't support those features.

+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Feature | OTIO | EDL |FCP7 XML| FCP X | AAF | RV | ALE |GStreamer |
+======================+======+=======+========+========+=======+========+=======+==========+
|Single Track of Clips | ✔ | ✔ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Multiple Video Tracks | ✔ | ✖ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Audio Tracks & Clips | ✔ | ✔ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Gap/Filler | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✖ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Markers | ✔ | ✔ | ✔ | ✔ | ✖ | N/A | ✖ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Nesting | ✔ | ✖ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Transitions | ✔ | ✔ | ✖ | ✖ | ✔ | W-O | ✖ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Audio/Video Effects | ✖ | ✖ | ✖ | ✖ | ✖ | N/A | ✖ | ✔ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Linear Speed Effects | ✔ | ✔ | ✖ | ✖ | R-O | ✖ | ✖ | ✖ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Fancy Speed Effects | ✖ | ✖ | ✖ | ✖ | ✖ | ✖ | ✖ | ✖ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Color Decision List | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | N/A | ✖ |
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Feature | OTIO | EDL |FCP7 XML| FCP X | AAF | RV | ALE |GStreamer |
+=========================+======+=======+========+========+=======+========+=======+==========+
|Single Track of Clips | ✔ | ✔ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Multiple Video Tracks | ✔ | ✖ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Audio Tracks & Clips | ✔ | ✔ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Gap/Filler | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✖ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Markers | ✔ | ✔ | ✔ | ✔ | ✖ | N/A | ✖ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Nesting | ✔ | ✖ | ✔ | ✔ | ✔ | W-O | ✔ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Transitions | ✔ | ✔ | ✖ | ✖ | ✔ | W-O | ✖ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Audio/Video Effects | ✖ | ✖ | ✖ | ✖ | ✖ | N/A | ✖ | ✔ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Linear Speed Effects | ✔ | ✔ | ✖ | ✖ | R-O | ✖ | ✖ | ✖ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Fancy Speed Effects | ✖ | ✖ | ✖ | ✖ | ✖ | ✖ | ✖ | ✖ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Color Decision List | ✔ | ✔ | ✖ | ✖ | ✖ | ✖ | N/A | ✖ |
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|Image Sequence Reference | ✔ | ✖ | ✖ | ✖ | ✖ | ✔ | ✖ | ✖ |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
|Image Sequence Reference | ✔ | ✖ | ✖ | ✖ | ✖ | | ✖ | ✖ |
|Image Sequence Reference | ✔ | ✖ | ✖ | ✖ | ✖ | W-O | ✖ | ✖ |

(because RV technically is write only)

Copy link
Contributor Author

@apetrynet apetrynet Jul 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch! I'll update.

+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+

* flattened

N/A: Not Applicable
W-O: Write Only
R-O: Read Only
R-O: Read Only