generate_video
Compile rendered slides and TTS audio into a final presentation video. Use as the last pipeline step to produce the finished video for a project.
Instructions
Compile the final video from rendered slides and TTS audio. This is the last step in the pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Frames per second (default: 30) | |
| force | No | Force regeneration even if a video already exists (default: false) | |
| project_id | Yes | Project ID to generate video for | |
| resolution | No | Video resolution as [width, height], e.g. [1920, 1080] (default: [1920, 1080]) |