Scaffold a video project
new_video_projectCreate a new Remotion project with a selected template and install dependencies, preparing the environment for adding images and writing video content.
Instructions
Create a new Remotion project at ~/Work/VideoReview// using the chosen template. Runs npm install (~15s). Do this once per video, after the user picked a template, before adding images or writing content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | kebab-case project name, e.g. 'bach-dang-938' | |
| template | Yes | template id the user chose (see list_templates) |