Example output
{
  "output": "This finds WHERE scenes change, not what is in them.\n\nCut at 2.5s  \nCut at 4.4s  \nCut at 6.5s"
}

Scene Cut Finder

Object·Video-API·by eachlabs

Scene Cut Finder detects scene changes in a video and returns their timestamps, making it easy to split, index, or edit footage scene by scene.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "scene-cut-finder",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/4e80790e9fb64fa99bbbd5a1dbf82d71.mp4",
        "cut_sensitivity": 0.3
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Scene Cut Finder

01 / 03

What is Scene Cut Finder?

Scene Cut Finder detects scene changes in a video and returns their timestamps as structured data. On the each::labs Video API it identifies where shots change, giving you precise markers to split, index, or edit footage by scene.