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 } -``` - - -