capcut_detect_beats
Detect the tempo and beat times of any audio or video file. Get BPM, beat spacing, and every beat in seconds to decide cut lengths or sync edits.
Instructions
Find the tempo and beat times of any file with audio. Returns BPM, the spacing between beats, and every beat in seconds. Useful on its own for deciding how long cuts should be.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a video or audio file. | |
| skipSeconds | No | Ignore this much from the start, so a slow intro does not drag the tempo estimate down. |