Add markers on detected beats
premiere_add_beat_markersAnalyze an audio file, detect beats, and place timeline markers on a Premiere Pro sequence for precise music-based editing.
Instructions
Detect beats in an audio file and drop a timeline marker on each beat of the active (or given) sequence - so you can cut/edit precisely on the music. Returns how many markers were placed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audioPath | Yes | Absolute path to the audio file to analyze. | |
| sensitivity | No | Beat sensitivity (default 0.5). | |
| sequenceId | No | Target sequence (defaults to active). | |
| offsetSeconds | No | Shift all markers by this many seconds (if the music doesn't start at 0). |