Zum Hauptinhalt springen

Media Sections

Sections can be used to structure the content of a Media asset and make it accessible. They unify the creation of markers and chapters of Media assets, through time or timeranges respectively. The timerange type is used to create the Chapters for the player timeline.

📄️ Split section

Splits a `MediaSection` into two contiguous parts at the provided `splitAt` timestamp. Designed as a convenience method for clipping workflows, this operation ensures the original section's duration is preserved across two distinct ones. The response returns the modified original section as `updated` (changed to a `timerange` type ending at the `splitAt` point) alongside a newly generated section as `created` (inheriting the original `type` and `end` boundary, starting from the 'splitAt' point).