Concepts
Project
Project is the top-level container for your video creation
Project encapsulates all the elements, clips, and settings that make up your final video output.
Properties
Property | Type | Default | Description |
---|---|---|---|
id | string | uuid() | A unique identifier for the project. |
title | string | Untitled | The name of your project. |
ratio | string | 9:16 | The aspect ratio of your video (e.g., 16:9 , 9:16 , 4:3 , 1:1 ) |
share | boolean | false | Whether the project is public shared or private |
theme | object | - | Global styling settings for your project (see Theme for more details) |
clips | array | [] | An array of Clip objects that make up your video. |
Usage
Here’s an example of how to create a new Project using the BlendDuck SDK:
Get the final JSON representing of the Project
You can create Project by JSON directly