Loading footage…
Four overlays. One sequential spec.
A presenter, social CTA, quote, and bulleted list each get a complete entrance, hold, and exit over a mirrored native-ratio clip. Start with the custom glass system, then try any preset.
{
"version": 1,
"format": "landscape",
"fps": 60,
"durationSec": 41.5,
"source": {
"type": "video",
"src": "/previews/sequential-overlays.mp4",
"flipHorizontal": true,
"camera": {
"preset": "push-in-out",
"amount": 0.32,
"focus": {
"x": 50,
"y": 50
},
"frequency": 2.4,
"seed": 0,
"time": {
"start": "2s",
"duration": "10s"
},
"easing": "ease-in-out"
}
},
"camera": [
{
"preset": "push-in-fast-out",
"amount": 0.55,
"focus": {
"x": 10,
"y": 8
},
"frequency": 2.4,
"seed": 0,
"time": {
"start": "22s",
"duration": "10s"
},
"easing": "linear"
},
{
"preset": "push-in-fast-out",
"amount": 0.5,
"focus": {
"x": 94,
"y": 88
},
"frequency": 2.4,
"seed": 0,
"time": {
"start": "32s",
"duration": "9.4s"
},
"easing": "linear"
}
],
"sound": {
"enabled": true,
"volume": 1,
"sounds": {
"swoop": false
}
},
"overlays": [
{
"template": "speaker-card",
"region": {
"x": 31,
"y": 70,
"w": 38,
"h": 18
},
"scale": 0.8,
"time": {
"start": "2s",
"duration": "9s",
"appear": 0.7
},
"camera": {
"preset": "pull-out",
"amount": 0.05,
"frequency": 2.4,
"seed": 0,
"time": {
"start": "0.7s",
"duration": "1.4s"
},
"easing": "ease-out"
},
"props": {
"name": "Ricardo Metring",
"role": "Creator of OverlayMotion",
"photo": "/demo/avatar.png",
"variant": "compact",
"exit": "blur-out",
"sound": true,
"outSound": true
}
},
{
"template": "like-subscribe",
"region": {
"x": 2,
"y": 80,
"w": 43,
"h": 18
},
"scale": 0.8,
"time": {
"start": "12s",
"duration": "9s"
},
"props": {
"variant": "compact"
}
},
{
"template": "quote-card",
"region": {
"x": 4,
"y": 5,
"w": 32,
"h": 32
},
"scale": 0.8,
"time": {
"start": "22s",
"duration": "9s",
"appear": 3.7
},
"camera": {
"preset": "handheld",
"amount": 0.006,
"frequency": 1.7,
"seed": 5,
"time": {
"start": "0s",
"duration": "9s"
},
"easing": "ease-in-out"
},
"exit": "blur-out",
"props": {
"quote": "The best ideas become real when courage is matched by consistent action.",
"author": "Studio note",
"animateIn": "blur-in",
"revealDurationSec": 3.2,
"variant": "compact"
}
},
{
"template": "bullet-steps",
"region": {
"x": 71,
"y": 55,
"w": 25,
"h": 38
},
"scale": 0.8,
"time": {
"start": "32s",
"duration": "9s"
},
"camera": {
"preset": "pull-out",
"amount": 0.05,
"frequency": 2.4,
"seed": 0,
"time": {
"start": "4s",
"duration": "1.4s"
},
"easing": "ease-out"
},
"exit": "blur-out",
"props": {
"steps": [
"Think clearly",
"Build boldly",
"Test early",
"Learn quickly",
"Refine details",
"Ship often"
],
"secondsPerStep": 0.65,
"variant": "compact"
}
}
]
}