SceneChangeTool interface

Scene change detection tool configuration.

Signature:

export interface SceneChangeTool

Properties

Property Type Description

downscaleWidth?

number

(Optional)

gate?

Gate

(Optional) Only run this tool while the gate holds (see Gate).

id?

string

(Optional) Instance id (G3): names this instance so gates can reference it and the same tool may appear more than once. Default: the tool name. Must be unique across localAnalysis.

inferEveryMs?

number

(Optional) Minimum media-time between inferences in ms (framerate-invariant). Default 0 (every frame): cut detection compares successive processed frames, so large gaps make every comparison look like a change.

threshold?

number

(Optional)

tool

"scene_change"

windowSecs

number