Live play, stoppage and replay, second by second.
Every happening in each segment gets described and classified in detail. The end result is a video analyzed thoroughly where highlights and key moments are marked and can be easily separated from the noise.
The AI powered video analysis can further be edited, adjusting highlight duration, modifying segment descriptions and tags.
Free kick worked short, finished at the near post.
The whole read comes back as JSON: segments bounded, moments named and timecoded. Load it into your own archive, or build something else on it.
The segment you picked above, as it leaves
{
"sport": "football",
"durationSeconds": 600,
"segments": [
{
"id": "segment-5",
"type": "LIVE_PLAY",
"startInSeconds": 420,
"endInSeconds": 528,
"description": "Free kick worked short, finished at the near post.",
"keyMoments": [
{
"category": "SCORE_CHANGE",
"subtype": "GOAL",
"highlightTier": "HIGH"
}
],
"downTimeKind": "OTHER"
}
]
}Upload one clip. KAIROS returns the timeline, the named moments and the cut, plus the whole thing as JSON for your own archive.
Examples are illustrative. Results run on your own footage.