We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e194d commit 6c0fc64Copy full SHA for 6c0fc64
playground/composition.ts
@@ -10,9 +10,9 @@ export async function main(composition: core.Composition) {
10
11
const videoSource = await core.Source.from<core.VideoSource>('/bbb_1080p_30fps.mp4');
12
13
- const CLIPS = 50;
+ const CLIPS = 40;
14
const videoDuration = 20;
15
- const minClipDuration = 4;
+ const minClipDuration = 3;
16
const slideStep = videoDuration / CLIPS;
17
18
const videoLayer = new core.Layer({ mode: 'SEQUENTIAL' });
0 commit comments