templates
- Template Gallery
- Get Started with Templates
Computer Vision
- Semantic Segmentation with Polygons
- Semantic Segmentation with Masks
- Object Detection with Bounding Boxes
- Keypoint Labeling
- Image Captioning
- Optical Character Recognition
- Image Classification
- Visual Question Answering
- Object Detection with Ellipses
- Multi-Image Classification
Natural Language Processing
- Question Answering
- Sentiment Analysis Text Classification
- Named Entity Recognition
- Taxonomy
- Relation Extraction
- Text Summarization
- Machine Translation
Audio/Speech Processing
- Automatic Speech Recognition
- Sound Event Detection
- Automatic Speech Recognition using Segments
- Signal Quality Detection
- Speaker Diarization
- Dialogue Analysis
- Intent Classification
- Audio Classification
- Audio Classification with Segments
- Voice Activity Detection
Conversational AI
- Response Generation
- Response Selection
- Coreference Resolution and Entity Linking
- Slot Filling and Intent Classification
Ranking and Scoring
- Pairwise Regression
- Document Retrieval
- Pairwise Classification
- Content-based Image Retrieval
- Website Rating
Structured Data Parsing
- Freeform Metadata
- PDF Classification
- Tabular Data
- HTML Entity Recognition
- HTML Classification
Time Series Analysis
- Time Series Forecasting
- Change Point Detection
- Activity Recognition
- Signal Quality
- Outliers and Anomaly Detection
- Time Series Classification
- Time Series Labeling
Videos
- Video Classification
- Video Timeline Segmentation
Template Galleries
- Template Gallery - Computer Vision
- Template Gallery - Natural Language Processing
- Template Gallery - Audio/Speech Processing
- Template Gallery - Conversational AI
- Template Gallery - Ranking & Scoring
- Template Gallery - Structured Data Parsing
- Template Gallery - Time Series Analysis
- Template Gallery - Videos
Video Timeline Segmentation

To more easily identify video timelines, label segments alongside the audio channel of the video using video timeline segmentation. Use this template if you want to label the audio segment of a video on a timeline.
Interactive Template Preview
Labeling Configuration
<View>
<Header value="Video timeline segmentation via AudioPlus 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>
<AudioPlus name="audio" value="$video_url" sync="video" speed="false"/>
</View>
About the labeling configuration
All labeling configurations must be wrapped in View tags.
You can add a header to provide instructions to the annotator:
<Header value="Video timeline segmentation via AudioPlus sync trick"/>
Use the Video object tag to provide a video clip and sync it with the audio clip:
<Video name="video" value="$video_url" sync="audio"/>
Use the Labels control tag to highlight the video clip with specific actions:
<Labels name="tricks" toName="audio" choice="multiple">
<Label value="Kickflip" background="#1BB500"/>
<Label value="360 Flip" background="#FFA91D"/>
<Label value="Trick" background="#358EF3"/>
</Labels>
Use the AudioPlus object tag to play the audio from the video clip with the video:
<AudioPlus name="audio" value="$video_url" sync="video" speed="false"/>
Related tags
Couldn't find what you were looking for? Please let us know on
Slack
If you found an error, you can file an issue on GitHub!

If you found an error, you can file an issue on GitHub!