Initialize project
skycut_init_projectCreate or reopen a project from a folder of source footage, designating it as the active project. Source files remain read-only; derived files are stored in the workspace.
Instructions
Create (or reopen) a SkyCut project for a folder of source footage and make it the active project. The source path is treated as READ-ONLY; all derived files go to the workspace under ~/SkyCut/projects/. Example: skycut_init_project({ source_path: "/Volumes/DJI/ogoki-lodge" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project name (defaults to the folder name); slugified for the workspace directory | |
| source_path | Yes | Absolute path to the folder of raw footage, e.g. "/Volumes/DJI/lodge-trip" |