From dcbad8c2fd0e849823f4607a4947d361e8cf6184 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Mon, 22 Jun 2026 19:16:27 +0300 Subject: [PATCH] docs(compose): reorganize effects into video galleries with controls --- jobs/compose.mdx | 137 ++++++++++++++++++++--------------------------- 1 file changed, 58 insertions(+), 79 deletions(-) diff --git a/jobs/compose.mdx b/jobs/compose.mdx index a46be89..e93fd46 100644 --- a/jobs/compose.mdx +++ b/jobs/compose.mdx @@ -131,16 +131,16 @@ Put a second clip on the same track and a transition between them. The clips ove - @@ -171,93 +171,72 @@ A second track renders over the first. This lays an animated title over the vide ## Effects on a clip -Any clip takes effects as fields. Add one field at a time, on the clip it applies to. - -### Color grade - -`color` grades a clip. Set `contrast`, `saturation`, `temperature`, `brightness`, and `gamma` to set a cinematic mood, or push them to lift flat, hazy footage. - -```json -"color": { "contrast": 1.12, "saturation": 1.2, "temperature": 6800, "gamma": 0.95 } -``` - - -