Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
5a8e274
Fixed a bug in Timeline's each_child.
jminor Dec 22, 2017
14ce2aa
Starting from scratch.
jminor Sep 7, 2017
2455342
Getting most of the structure and clip names...
jminor Sep 8, 2017
6b55a67
Getting more AAF properties.
jminor Sep 11, 2017
0591424
Transition support (#2)
mikemahony Nov 17, 2017
a5ff324
Switched otio.schema.Sequence to otio.schema.Track.
jminor Nov 17, 2017
560d469
Added a simple test case for the new AAF adapter.
jminor Dec 6, 2017
714e39a
Lint.
jminor Dec 6, 2017
f822d60
Introduced OTIO_AAF_PYTHON_LIB for locating PyAAF.
jminor Dec 6, 2017
10366a0
Lint.
jminor Dec 6, 2017
733f3cf
Testing simplify vs non-simplify to get the right balance.
jminor Dec 6, 2017
814a935
Simplify is working now.
jminor Dec 6, 2017
c2a5935
Lint.
jminor Dec 6, 2017
1d325df
Starting to get the timing of transitions... but not quite right yet.
jminor Dec 8, 2017
b80c6a0
Pull metadata from MasterMobs into each SourceClip's media_reference.
jminor Dec 15, 2017
5385dcd
Added a unit test for getting AAF UserComments.
jminor Dec 15, 2017
f5626ff
Test for more custom column metadata.
jminor Dec 16, 2017
efbdf3f
When simplifying an AAF composition, don't remove Gaps from Sequences…
jminor Dec 18, 2017
0c8a623
Added a test to verify that the AAF adapter handles trims and gaps co…
jminor Dec 18, 2017
772345b
Fixed AAF Transition parsing to conform to the OTIO model for source_…
jminor Dec 18, 2017
3f26a3d
Lint.
jminor Dec 18, 2017
74e3126
Prep work for pulling Markers from AAF.
jminor Dec 19, 2017
6818162
Give anonymous AAF objects unique names to avoid issues with the OTIO…
jminor Dec 20, 2017
c35760e
Avoid an extra level of nesting at the top of a multitrack AAF.
jminor Dec 20, 2017
129cd72
Updated test based on new unique naming.
jminor Dec 20, 2017
e07b04c
Added track_trimmed_to_range in track_algo.
jminor Dec 20, 2017
399ece3
Renamed test_sequence_algo to test_track_algo
jminor Dec 20, 2017
80c4f95
Lint.
jminor Dec 20, 2017
e815e45
Added flatten_stack to algorithms, with unit test.
jminor Dec 20, 2017
d3eb0c3
Lint.
jminor Dec 22, 2017
bfdbaf9
Lint.
jminor Dec 22, 2017
e781f2c
Make TITLE optional
mikemahony Dec 16, 2017
3c12ef4
Refactor for impending transition support
mikemahony Dec 16, 2017
5527dbf
Support EDL dissolve writes
mikemahony Dec 16, 2017
b6c2c11
Lint
mikemahony Dec 17, 2017
8f65112
WIP: Fix dissolve timing
mikemahony Dec 17, 2017
c473f2c
WIP: Fix dissolve timing pt2
mikemahony Dec 17, 2017
294da4b
WIP: Fix dissolve timing pt3
mikemahony Dec 18, 2017
e4ebbd5
Fix EDL dissolve write
mikemahony Dec 19, 2017
0247f04
Use range_in_parent instead of range_of_child_at_index
mikemahony Dec 19, 2017
c12d43d
Improve comments
mikemahony Dec 19, 2017
1c29e0a
Can name reels via clip.metadata['cmx_3600']
mikemahony Dec 17, 2017
1dc8f64
Bug fix: EDL transition cut event references A side
mikemahony Jan 2, 2018
492fbd1
Support double transitions
mikemahony Jan 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Final Cut Pro X XML Format:
- http://www.amwa.tv/downloads/specifications/aafobjectspec-v1.1.pdf
- http://www.amwa.tv/downloads/specifications/aafeditprotocol.pdf

- set ${OTIO_AAF_PYTHON_LIB} to point the location of the PyAAF module.

Contrib Adapters
----------------

Expand Down
Loading