syncMyMoodle icon indicating copy to clipboard operation
syncMyMoodle copied to clipboard

Extract sections from openCast

Open Romern opened this issue 3 years ago • 1 comments

OpenCast videos can contain segments in

next(for m in ["search-results"]["result"]["mediapackage"]["metadata"]["catalog"] if m["type"] == "mpeg-7/text")["url"]

Example: https://gist.github.com/Romern/00939b6864b6c7fe2c450073ab713ada Extract all:

Description -> MultimediaContent -> Video -> TemporalDecomposition -> VideoSegment -> MediaTime -> MediaRelTimePoint

and add it to the mp4 if it supports segments or pack it into an mkv.

Romern avatar Mar 24 '21 12:03 Romern

Similar information seem to be available in .vtt files which are also requested by javascript and seem to have a stable url

septatrix avatar Oct 26 '21 15:10 septatrix