capcut_detect_beats
Detect tempo and beat times in any audio or video file to get BPM, beat spacing, and exact beat timestamps for planning cut lengths.
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. |