hyperframes_init
Scaffold a Hyperframes project with custom template, media import, and optional Whisper transcription.
Instructions
Scaffold a new Hyperframes project.
Args: name: Project name. output_dir: Directory to create the project in. Defaults to current directory. template: Project template (blank, warm-grain, swiss-grid). Default blank. video: Optional source video for project bootstrap. audio: Optional source audio for project bootstrap. skip_transcribe: Skip Whisper transcription during media bootstrap. model: Whisper model for transcription. language: Language code for transcription. tailwind: Add Tailwind CSS browser-runtime support. resolution: Hyperframes canvas resolution preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| output_dir | No | ||
| template | No | blank | |
| video | No | ||
| audio | No | ||
| skip_transcribe | No | ||
| model | No | ||
| language | No | ||
| tailwind | No | ||
| resolution | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||