Video to Timestamps

free Category:Video

Video to Timestamps takes all provided videos and constructs a list of timestamps corresponding to the start and end of the audio segments

E.g If the provided audio was constructed of 3 videos of the durations (3,5 & 2). The resulting timestamps would be returned as follows:

  1. start 0, end 3 (+3 seconds)
  2. start 3, end 8 (+5 seconds)
  3. start 8, end 10 (+2 seconds)

Inputs

type name edge
video_path video True

Outputs

type name edge
timestamp timestamp True