OpenTimelineIO / otio-aaf-adapter

OpenTimelineIO Advanced Authoring Format (AAF) Adapter
Apache License 2.0
16 stars 6 forks source link

AAFWriter: add support for comments #22

Closed timlehr closed 6 months ago

timlehr commented 1 year ago

Feature Request

Description

Currently the AAF writer doesn't translate user comments generated by the AAF reader (or manually by the user).

The adapter should translate comments from the clip / media reference onto the MasterMob and comments from the timeline onto the CompositionMob.

jminor commented 7 months ago

Related: support for an optional comment field on Marker was recently added to OTIO: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1698

timlehr commented 7 months ago

@jminor currently the AAF Writer doesn't do markers yet, so adding support for them would be a prerequisite.