generate_edl
Generate a CM3600 EDL for video clips to round-trip a cut list, focusing on cuts only. Preview with dry_run before writing the file.
Instructions
Generate a CM3600 EDL for the video clips in the plan. Simpler than FCPXML (cuts only, no audio/effects); use for round-tripping a cut list. dry_run returns the plan; dry_run=false writes the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Timeline name. | |
| clips | Yes | Timeline clips. Each has a path and optional in/out or duration and placement (seconds). | |
| dry_run | No | When true (default), return the plan without changing anything. | |
| frame_rate | No | Timeline frame rate. | |
| output_path | No | Optional .edl destination. | |
| clip_duration_seconds | No | Default per-clip length. |