EDL export
Last updated
Last updated
Module: EDL Composer module in autoEdit 2.
Extrapolated as standalone module and published to npm. minimal tests with jest.
Module figured out by reverse engineering export EDL from FCP7. supports limited amount of feature, eg only edit. No transitions.
See this section for more details on the EDL format
EDL specifications
Limitations of EDL. not multi-track sequence. Only one video track. If given a multitrack EDL JSON, eg b-roll. (currently not a use case/feature for autEdit 2 or 3) could create multiple EDL for each track, with track name/number next to it. (this might not be necessary, XML option might be better suited, see below).
Rationale is that for other use case, eg app for making video slideshow multi-track video is needed. Having a module that can tackle this could add more flexibility in those scenarios. Such as when combining with computational photography, eg programmatically matching transcription video interview track with B-roll of cutaways images.
Another edl limitation. No support for text titles, while xml does.
connected with spec of paper-edit json.