You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API models the structure of conventional video editing applications like Adobe Premiere or CapCut, using a track-based system. The current state can be visualized like this:
Each layer contains zero or more clips of a single type, arranged in ascending chronological order.
66
+
The API models the structure of conventional video editing applications like Adobe Premiere or CapCut, using a layer-based system. Each layer contains zero or more clips of a single type, arranged in ascending chronological order.
68
67
69
68
Layers are created implicitly with `composition.add(clip)`, but you can also create them manually:
70
69
@@ -172,4 +171,3 @@ For any questions, feel free to [contact us](https://diffusion.studio).
172
171
### v4.x _(Estimated Release: July 2025)_
173
172
-**Source code access by invite only** (Commercial & Non-Commercial license)
0 commit comments