Skip to content

Commit

Permalink
Added Image Sequence Reference to the feature matrix (#751)
Browse files Browse the repository at this point in the history
* * Added `Image Sequence Reference` to the feature matrix

* * RV adapter is write only

* * removed lingering bullet point

Co-authored-by: apetrynet <flehenrheener@gmail.com>
  • Loading branch information
apetrynet and apetrynet committed Jul 7, 2020
1 parent 64a1ae6 commit 992b3c2
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions docs/tutorials/feature-matrix.rst
Expand Up @@ -3,34 +3,34 @@ 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 ||
+----------------------+------+-------+--------+--------+-------+--------+-------+----------+

* flattened
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+
|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 |||||| W-O |||
+-------------------------+------+-------+--------+--------+-------+--------+-------+----------+

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

0 comments on commit 992b3c2

Please sign in to comment.