Pyscenedetect Wrapper (v5)
About this version
- Submitter: keighrim
- Submission Time: 2026-06-21T23:16:52+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-pyscenedetect-wrapper:v5
-
Release Notes
Update scenedetect version (to 0.7) and clams SDK version (to 1.7.1)
About this app (See raw metadata.json)
CLAMS app wraps PySceneDetect and performs shot boundary detection on input videos
- App ID: http://apps.clams.ai/pyscenedetect-wrapper/v5
- App License: Apache2
- Source Repository: https://github.com/clamsproject/app-pyscenedetect-wrapper (source tree of the submitted version)
- Analyzer Version: 0.7.0
- Analyzer License: BSD-3
Inputs
(Note: “*” as a property value means that the property is required but can be any value.)
- http://clams.ai/vocabulary/type/VideoDocument/v2 (required) (of any properties)
Configurable Parameters
(Note: Multivalued means the parameter can have one or more values.)
-
mode: optional, defaults tocontent- Type: string
- Multivalued: False
- Choices:
content,threshold,adaptive
pick a scene detector algorithm, see http://scenedetect.com/projects/Manual/en/latest/cli/detectors.html
-
threshold: optional, defaults to27- Type: number
- Multivalued: False
threshold value to use in the detection algorithm. Note that the meaning of this numerical value differs for different detector algorithms.
-
pretty: optional, defaults tofalse- Type: boolean
- Multivalued: False
- Choices:
false,true
The JSON body of the HTTP response will be re-formatted with 2-space indentation
-
runningTime: optional, defaults totrue- Type: boolean
- Multivalued: False
- Choices:
false,true
The running time of the app will be recorded in the view metadata
-
hwFetch: optional, defaults tofalse- Type: boolean
- Multivalued: False
- Choices:
false,true
The hardware information (architecture, GPU and vRAM) will be recorded in the view metadata
-
tfSamplingMode: optional, defaults torepresentatives- Type: string
- Multivalued: False
- Choices:
representatives,single,all
Sampling mode for TimeFrame annotations. Has no effect when the app does not process TimeFrames. “representatives” uses all representative timepoints if present, otherwise skips the TimeFrame. “single” uses the middle representative if present, otherwise extracts an image from the midpoint of the start/end interval (midpoint is calculated by floor division of the sum of start and end). “all” uses all target timepoints if present, otherwise extracts all images from the time interval.
Outputs
(Note: “*” as a property value means that the property is required but can be any value.)
(Note: Not all output annotations are always generated.)
- http://clams.ai/vocabulary/type/TimeFrame/v6
- label = “shot”
- timeUnit = “frame”