add-markers-bulk
Add multiple layer or composition markers to After Effects in one call. Place markers at audio peaks or add custom sets of markers efficiently.
Instructions
Add multiple layer or composition markers at once. Use this after analyze-audio-waveform to place markers at detected peaks, or to add any set of markers in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markers | Yes | Array of markers to add. | |
| compIndex | Yes | 1-based composition index. | |
| layerName | No | Target layer name (alternative to layerIndex). | |
| layerIndex | No | Target layer index (required for layer markers). | |
| markerType | No | 'layer' (default) or 'comp' for composition-level markers. |