project_new
Creates a new Kdenlive video project and saves it as a JSON file. Initiates a project session so subsequent editing tools target this project.
Instructions
Create a brand new Kdenlive project session.
After this call the project path is stored so subsequent tools automatically target this project.
Args: output_path: Path where the project JSON will be saved (.kdenlive-cli.json). profile: Preset profile (hd1080p30, hd1080p25, hd720p60, 4k30, 4k60, sd_pal, sd_ntsc). Overrides width/height/fps if set. name: Human-readable project name. width: Video width in pixels (ignored when profile is set). height: Video height in pixels (ignored when profile is set). fps_num: FPS numerator (ignored when profile is set). fps_den: FPS denominator (ignored when profile is set).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | untitled | |
| width | No | ||
| height | No | ||
| fps_den | No | ||
| fps_num | No | ||
| profile | No | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||