Bin
2025-12-17 1442f92732d7c5311a627a7ba3aaa0bb8ffc539f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
title: Video Timeline Segmentation
type: community
group: Videos
image: /static/templates/video-timeline-segmentation.png
details: |
  <h1>Select and classify video segments</h1>
  <dl>
    <dt>Industry Applications</dt>
    <dd>video editing, broadcast media, sports analysis, content creation, educational videos, documentary production, conference recordings, training materials, entertainment industry, surveillance footage, highlight generation, automatic video editing, content indexing</dd>
    <dt>Associated Models</dt>
    <dd>temporal segmentation, scene boundary detection, video summarization, content-based segmentation</dd>
    <dt>Domain Terminology</dt>
    <dd>video chapters, scene detection, temporal annotation, segment labeling, timeline markup</dd>
  </dl>
config: |
  <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"/>
      <Label value="360 Flip" background="#FFA91D"/>
      <Label value="Trick" background="#358EF3"/>
    </Labels>
    <Audio name="audio" value="$video_url" sync="video" speed="false"/>
  </View>
 
  <!--
    Audio tag uses the same $video file to be in sync, video is muted
  -->
 
  <!--{
   "video_url": "/static/samples/opossum_snow.mp4"
  }-->