-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 912: cmx_3600 adapter incorrectly processing three-clip transit…
…ions (#919) * Issue #912 - Test for dissolve issue with cmx_3600 adapter * Issue #912 - Change cmx_3600 adapter for A->B->C Transitions" * Update src/py-opentimelineio/opentimelineio/adapters/cmx_3600.py Co-authored-by: jburnell <[email protected]> Co-authored-by: Stephan Steinbach <[email protected]>
- Loading branch information
1 parent
d25cd13
commit 5aeaedd
Showing
3 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
TITLE: TRANSITION_TEST_2 | ||
FCM: NON-DROP FRAME | ||
001 ABC0000. V C 01:00:06:18 01:00:08:00 01:04:11:17 01:04:12:23 | ||
002 ABC0010. V C 01:00:06:15 01:00:08:18 01:04:12:23 01:04:15:02 | ||
003 ABC0010. V C 01:00:08:18 01:00:08:18 01:04:15:02 01:04:15:02 | ||
003 ABC0020. V D 035 01:00:06:22 01:00:10:07 01:04:15:02 01:04:18:11 | ||
* BLEND, DISSOLVE | ||
004 ABC0020. V C 01:00:10:07 01:00:10:07 01:04:18:11 01:04:18:11 | ||
004 ABC0030. V D 064 01:00:06:10 01:00:09:22 01:04:18:11 01:04:21:23 | ||
* BLEND, DISSOLVE | ||
005 ABC0040. V C 01:00:08:14 01:00:12:14 01:04:21:23 01:04:25:23 | ||
060 ABC0050. V C 01:00:12:06 01:00:17:21 01:04:25:23 01:04:31:14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters