AcademySoftwareFoundation / OpenTimelineIO

Open Source API and interchange format for editorial timeline information.
http://opentimeline.io
Apache License 2.0
1.45k stars 287 forks source link

Add Sequence/Project Settings to Timeline #1683

Open reinecke opened 10 months ago

reinecke commented 10 months ago

Feature Request

It would be helpful to have a set of Sequence/Project settings on a timeline that includes useful information when rendering a sequence. This could include:

We should avoid things that don't materially impact how the timeline is evaluated (e.g. output codecs) - those would generally be determined by the context of the application doing the render. Making the proper judgement call on these will be an ongoing challenge.

Context

Suggested by @darbyjohnston in #1679

In that issue, @darbyjohnston comments on the challenge for application developers when we don't include this information:

Currently in tlRender I make a guess at the settings by using the video and audio from the first clip in the timeline. This works mostly OK but fails in some situations and also requires opening the media.

References

apetrynet commented 10 months ago

I touched upon something related some time back. I'll link it here for reference.