fcpxml_add_audio
Add an audio clip to a Final Cut Pro XML timeline. Insert audio at specified position with configurable name and duration.
Instructions
Add an audio clip to the timeline.
Args: path: Path to .fcpxml file audio_src: Path to audio file name: Clip name (defaults to filename) duration: Duration in FCPXML time (defaults to asset duration) position: "start", "end", or clip name to insert after output_path: Output file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| audio_src | Yes | ||
| name | No | ||
| duration | No | ||
| position | No | end | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |