cleya export-nle
Export edit plan as FCPXML for Premiere Pro / DaVinci Resolve
cleya export-nle --cuts '[{"input":"video.mp4","start":0,"end":10},{"input":"video.mp4","start":30,"end":45}]' --name 'My Edit'
Options
| Flag | What it does | |
|---|---|---|
--cuts | JSON array of cuts: [{input, start, end, transition?, transition_duration?}] | required · string |
--name | Project name | string · default Cleya Edit |
--fps | Timeline FPS | string · default 30 |
--width | Timeline width | string · default 1920 |
--height | Timeline height | string · default 1080 |
--srt-file | Path to SRT subtitle file | string |
--output | Output .fcpxml file path | string |
--overwrite | Overwrite output file if it exists | boolean |
Category: export — hand off to other tools (NLE timelines, translated subs)
Generated from the toolkit
Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift.
Run cleya export-nle --help for the same information in your terminal.