Skip to content

Commit

Permalink
feat: DOC-265: Add video frame classification template (#6841)
Browse files Browse the repository at this point in the history
Co-authored-by: caitlinwheeless <[email protected]>
Co-authored-by: Jo Booth <[email protected]>
Co-authored-by: hlomzik <[email protected]>
  • Loading branch information
4 people authored Jan 10, 2025
1 parent d373c35 commit 1df038c
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
title: Video Frame Classification
type: community
group: Videos
image: /static/templates/video-frame-classification.png
details: <h1>Classify frames within a video</h1>
config: |
<View>
<TimelineLabels name="videoLabels" toName="video">
<Label value="Movement" background="#c813ec"/>
<Label value="Still" background="#1d81cd"/>
<Label value="Slow Motion" background="#54d651"/>
</TimelineLabels>
<Video name="video" value="$video" timelineHeight="120" />
</View>
<!--{
"video": "/static/samples/opossum_snow.mp4"
}-->

0 comments on commit 1df038c

Please sign in to comment.