From 30fd49f27a879d65c14bf655e9b53f7e58547f9a Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Tue, 23 Jun 2026 01:40:53 +0300 Subject: [PATCH] docs(compose): use river and forest clips for the two-clip examples --- jobs/compose.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jobs/compose.mdx b/jobs/compose.mdx index a9799ce..bf71bfe 100644 --- a/jobs/compose.mdx +++ b/jobs/compose.mdx @@ -155,9 +155,9 @@ Put a second clip on the same track and a transition between them. The clips ove ```json "clips": [ - { "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/sea.mp4" }, "start": 0, "length": 3 }, + { "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/river.mp4" }, "start": 0, "length": 3 }, { "type": "transition", "transition": "crossfade", "duration": 1 }, - { "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/mountain.mp4" }, "start": 2, "length": 3 } + { "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/forest.mp4" }, "start": 2, "length": 3 } ] ``` @@ -311,8 +311,8 @@ Tracks give you precise multi-track control. For a sequential edit, you can inst { "scenes": [ { "duration": 4, "transition": { "transition": "crossfade", "duration": 0.6 }, - "clips": [{ "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/sea.mp4" } }] }, - { "duration": 4, "clips": [{ "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/mountain.mp4" } }] } + "clips": [{ "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/river.mp4" } }] }, + { "duration": 4, "clips": [{ "asset": { "type": "video", "src": "https://cdn.rendobar.com/assets/examples/forest.mp4" } }] } ], "overlays": [ { "asset": { "type": "image", "src": "https://cdn.rendobar.com/assets/brand/logo-mark.png" }, "start": 0, "length": 8,