How can I represent arbitrary non-video non-audio data on the timeline?
I'm looking for a way to represent arbitrary data on the timeline using ExtendScript.
Initially I figured I could use something like an adjustment layer with some custom metadata but discovered that there's no API access for creating adjustment layers.
This arbitrary data is neither audio nor video and does not interact with any kind of rendering but does have an edit rate and duration which could be manipulated using standard timeline tools. I have a separate process that will look at the timeline to "export" the edit decisions for the given data file.
I'm also looking at things like transparent video, silent audio or even graphics layers but I'm not quite getting where I want yet. I'm still investigating but am posting this in hopes that there's an existing technique that I just don't know about. All of this needs to be handled from ExtendScript.
Any help would be greatly appreciated.
