{
"timeline": {
"background": "#FFFFFF",
"tracks": [
{
"clips": [
{
"asset": {
"type": "rich-text",
"text": "{{NAME}}",
"font": {
"family": "Montserrat ExtraBold",
"size": 45,
"weight": 800,
"color": "{{ FONT_COLOR_2 }}",
"opacity": 1
},
"style": {
"letterSpacing": 0,
"wordSpacing": 0,
"lineHeight": 1,
"textTransform": "none",
"textDecoration": "none"
},
"align": {
"horizontal": "center",
"vertical": "middle"
},
"animation": {
"preset": "fadeIn",
"style": "word"
}
},
"start": 0.6,
"length": "end",
"offset": {
"x": 0.326,
"y": -0.25
},
"position": "center",
"transition": {
"in": "slideLeft"
},
"width": 500,
"height": 72
}
]
},
{
"clips": [
{
"asset": {
"type": "rich-text",
"text": "{{TAG}}",
"font": {
"family": "Montserrat ExtraBold",
"size": 35,
"weight": 800,
"color": "{{ FONT_COLOR_1 }}",
"opacity": 1
},
"style": {
"letterSpacing": 0,
"wordSpacing": 0,
"lineHeight": 1,
"textTransform": "none",
"textDecoration": "none"
},
"align": {
"horizontal": "center",
"vertical": "middle"
}
},
"start": 0.4,
"length": "end",
"offset": {
"x": 0.248,
"y": -0.177
},
"position": "center",
"transition": {
"in": "slideRight"
},
"width": 300,
"height": 72
}
]
},
{
"clips": [
{
"asset": {
"type": "svg",
"src": "<svg viewBox=\"0 0 400 400\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"400\" height=\"400\" fill=\"{{ SHAPE_COLOR_1 }}\"/></svg>"
},
"start": 0.2,
"length": "end",
"offset": {
"x": 0.253,
"y": -0.217
},
"position": "center",
"transition": {
"in": "slideRight"
},
"width": 400,
"height": 400
},
{
"asset": {
"type": "luma",
"src": "https://templates.shotstack.io/techtalks-live-event-promo-template-speaker-offer/fd545c0d-9532-4a6b-b460-41dface7ece3/source.png"
},
"start": 0.2,
"length": 14.8
}
]
},
{
"clips": [
{
"asset": {
"type": "svg",
"src": "<svg viewBox=\"0 0 600 600\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"600\" height=\"600\" fill=\"{{ SHAPE_COLOR_2 }}\"/></svg>"
},
"start": 0.4,
"length": "end",
"offset": {
"x": 0.326,
"y": -0.225
},
"position": "center",
"transition": {
"in": "slideLeft"
},
"width": 600,
"height": 600
},
{
"asset": {
"type": "luma",
"src": "https://templates.shotstack.io/techtalks-live-event-promo-template-speaker-offer/07e49e81-71f6-41e7-bfcf-fda4e8923b0d/source.png"
},
"start": 0.4,
"length": 14.6
}
]
},
{
"clips": [
{
"length": 15,
"asset": {
"type": "video",
"src": "{{ VIDEO }}"
},
"start": 0,
"fit": "contain",
"width": 1920,
"height": 1108,
"offset": {
"x": 0,
"y": 0
}
}
]
}
]
},
"output": {
"format": "mp4",
"fps": 25,
"size": {
"width": 1920,
"height": 1080
},
"destinations": [
{
"provider": "shotstack"
}
]
},
"merge": [
{
"find": "TAG",
"replace": "SPEAKER"
},
{
"find": "NAME",
"replace": "HENRY THOMAS"
},
{
"find": "FONT_COLOR_1",
"replace": "#ffffff"
},
{
"find": "FONT_COLOR_2",
"replace": "#000000"
},
{
"find": "SHAPE_COLOR_1",
"replace": "#000000"
},
{
"find": "SHAPE_COLOR_2",
"replace": "#d85405"
},
{
"find": "VIDEO",
"replace": "https://templates.shotstack.io/techtalks-live-event-promo-template-speaker-offer/3609e27b-d3b3-40bd-a6f1-b510d7c2cc8f/source.mp4"
}
]
}This "TechTalks Live Event Template" is a dynamic and visually appealing solution designed specifically to help businesses promote their upcoming events, conferences, or speaker sessions. It’s perfect for announcing special offers, early bird discounts, or exclusive content related to your event. The template is fully customisable, allowing you to easily update text, images, and branding to align with your campaign's theme. Its user-friendly design ensures that even those with minimal technical expertise can create professional-looking promotions. By highlighting key speakers, event dates, and unique value propositions, this template helps you generate excitement, drive registrations, and ultimately boost engagement and sales for your promotional period. It's an effective tool for any business looking to amplify its marketing efforts and make a significant impact with its next event.
No account needed until you render.
Render with your AI assistant
Add the Shotstack MCP server to your editor, then paste the prompt
| Output | MP4 |
|---|---|
| Size | 1920 × 1080 (16:9) |
| Length | 15s |
| Frame rate | 25 fps |
| Tracks / clips | 5 / 7 |
| Assets used | 2 luma, 2 rich-text, 2 svg, 1 video |
| Soundtrack | no |
| Merge fields | 7 |
Send a merge array with your values for these fields:
| Field | Default value |
|---|---|
{{ TAG }} | SPEAKER |
{{ NAME }} | HENRY THOMAS |
{{ FONT_COLOR_1 }} | #ffffff |
{{ FONT_COLOR_2 }} | #000000 |
{{ SHAPE_COLOR_1 }} | #000000 |
{{ SHAPE_COLOR_2 }} | #d85405 |
{{ VIDEO }} | https://templates.shotstack.io/techtalks-live-event-promo-template-speaker-offer/3609e27b-d3b3-40bd-a6f1-b510d7c2cc8f/source.mp4 |
Save the JSON above as template.json, then render in the free sandbox:
# Save the JSON above as template.json, then:
curl -X POST https://api.shotstack.io/edit/stage/render \
-H "x-api-key: $SHOTSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d @template.json
# Poll until status is "done", then download response.url
curl https://api.shotstack.io/edit/stage/render/RENDER_ID -H "x-api-key: $SHOTSTACK_API_KEY"import { readFileSync } from 'node:fs';
const headers = { 'x-api-key': process.env.SHOTSTACK_API_KEY, 'Content-Type': 'application/json' };
const edit = JSON.parse(readFileSync('template.json', 'utf8'));
const { response } = await fetch('https://api.shotstack.io/edit/stage/render', {
method: 'POST', headers, body: JSON.stringify(edit)
}).then((r) => r.json());
let render;
do {
await new Promise((r) => setTimeout(r, 3000));
render = (await fetch(`https://api.shotstack.io/edit/stage/render/${response.id}`, { headers }).then((r) => r.json())).response;
} while (!['done', 'failed'].includes(render.status));
console.log(render.status, render.url);import json, os, time, requests
headers = {"x-api-key": os.environ["SHOTSTACK_API_KEY"]}
with open("template.json") as f:
edit = json.load(f)
render_id = requests.post("https://api.shotstack.io/edit/stage/render", json=edit, headers=headers).json()["response"]["id"]
while True:
render = requests.get(f"https://api.shotstack.io/edit/stage/render/{render_id}", headers=headers).json()["response"]
if render["status"] in ("done", "failed"):
break
time.sleep(3)
print(render["status"], render.get("url"))npm install -g @shotstack/cli
export SHOTSTACK_API_KEY=your_sandbox_key
shotstack validate template.json # offline schema check, free
shotstack render template.json --env stage --watchSandbox renders are free and watermarked. Production: the v1 endpoint and key. SDKs
Merge each recipient’s name and details to send everyone their own version.
Paste into Claude, ChatGPT or Cursor — your AI assistant builds the workflow around your data.
Node.js, one render per CSV row, wired to this template's 7 merge fields. Setup steps in the header.
Guides: Bulk-create from a CSV · Webhooks · Templates endpoint · Render your first video
AI assistants: Markdown () · · · CLI skill: SKILL.md () · MCP server
Use the 7 merge fields listed above. Send a merge array with your own values for each field and the API swaps them in at render time, so one template can produce thousands of unique videos.
Yes. This template renders 1920×1080 by default. Set output.resolution to "1080" or output.size to a larger 16:9 size in the JSON; the layout scales with it.
Yes. Replace the video asset's src with a public URL of your file (MP4 works best). Use trim and length on the clip to pick the part you want, and the template's effects apply to your footage.
Edit the text on each rich-text asset in the JSON. Fonts come from the timeline fonts list or the asset's font family; add your own font file URL to timeline.fonts to use a brand typeface.