Skip to content

Commit

Permalink
8956 cmx transitions (#1)
Browse files Browse the repository at this point in the history
Revisited how transitions are handled by the cmx 3600 adapter.

- Transitions lines are now collected when parsing EDL lines and treated by the ClipHandler.
- The clip source and record points are replaced with the transition values when the line is parsed.
- The transition in_offset is now 0 and the out_offset is the transition duration, matching in the timeline what would be done if the editing was read from another format.
- The transition is added just before the clip when it is added to a track, and that's it.
- Adjusted tests for the new way of handling transitions, added some other checks.
- Added an EDL read/write/read roundtrip to check that the reader and writer are compatible.
- Removed code which was not needed anymore.
  • Loading branch information
gplsteph committed Jun 27, 2022
1 parent d48163e commit ff1e74e
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 304 deletions.
Loading

0 comments on commit ff1e74e

Please sign in to comment.