label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

Possibility to synchronize video and time series plot

Open protoniu opened this issue 1 year ago • 0 comments

Is it possible to have a video synchronized to a TIME SERIES plot similar to the way video can be synchronized to an audio track

<View>
  <Header value="Video timeline segmentation via Audio sync trick"/>
  <Video name="video" value="$video_url" sync="audio"/>
  <Labels name="tricks" toName="audio" choice="multiple">
    <Label value="Kickflip" background="#1BB500"/>
  </Labels>
  <Audio name="audio" value="$video_url" sync="video" speed="false"/>
</View>

protoniu avatar Apr 03 '24 18:04 protoniu