capcut_create_beat_edit
Make beat-synced edits in CapCut: detects tempo, cuts to the beat, samples footage evenly across the source.
Instructions
Build a new project whose cuts land on the beat. Cut lengths come from the detected tempo; the footage for each cut is sampled evenly across the source, so a short edit surveys the whole video rather than its opening. Same safety rules as capcut_create_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| name | Yes | Name for the new project. Must not already exist. | |
| clips | No | Optional pool of video files to rotate through, one per cut. | |
| canvas | No | Frame size: a preset (tiktok, reels, shorts, square, youtube) or {width, height}. Defaults to tiktok. | |
| source | Yes | File to take the beat from, and the footage unless `clips` is given. | |
| skipSeconds | No | Ignore this much of the intro when finding the tempo. | |
| everyNthBeat | No | Cut every N beats. Default 4. Lower is faster cutting. | |
| maxDurationSeconds | No | Stop once the edit reaches this long. Default 20. |