Files
clawbot/remotion-script-bros.json

96 lines
3.0 KiB
JSON

{
"title": "Bro Moments",
"description": "A video celebrating us just being bros—good times, laughs, and always got each other's back.",
"fps": 30,
"width": 1920,
"height": 1080,
"totalDurationInSeconds": 18,
"scenes": [
{
"id": 1,
"title": "Intro",
"text": "Some people say good friends are hard to find...",
"subtitle": "But we just call each other bro.",
"durationInSeconds": 3,
"style": {
"backgroundColor": "#1a1a2e",
"textColor": "#ffffff",
"fontSize": 62,
"fontFamily": "Impact",
"textAlign": "center"
},
"animation": { "entrance": "fadeIn", "exit": "fadeOut" },
"backgroundGradient": { "from": "#0f0c29", "to": "#302b63", "direction": "to bottom right" },
"icon": "👊"
},
{
"id": 2,
"title": "Bro Energy",
"text": "Hanging out. Always got each other's back.",
"subtitle": "From deepest talks to dumbest jokes.",
"durationInSeconds": 3,
"style": {
"backgroundColor": "#22223b",
"textColor": "#f2e9e4",
"fontSize": 54,
"fontFamily": "Arial",
"textAlign": "center"
},
"animation": { "entrance": "slideUp", "exit": "slideDown" },
"backgroundGradient": { "from": "#301934", "to": "#005f73", "direction": "to top left" },
"icon": "😎"
},
{
"id": 3,
"title": "Laughs & Roasts",
"text": "Nothing is sacred. Everything's funny.",
"subtitle": "The roast sessions are legendary.",
"durationInSeconds": 3,
"style": {
"backgroundColor": "#2a2a72",
"textColor": "#f7ff00",
"fontSize": 54,
"fontFamily": "Georgia",
"textAlign": "center"
},
"animation": { "entrance": "zoomIn", "exit": "zoomOut" },
"backgroundGradient": { "from": "#0072ff", "to": "#00c6ff", "direction": "to bottom" },
"icon": "😂"
},
{
"id": 4,
"title": "Life Wins & Fails",
"text": "Win or lose, we celebrate—or clown on it together.",
"subtitle": "Always up for the next adventure.",
"durationInSeconds": 3,
"style": {
"backgroundColor": "#0b3d91",
"textColor": "#f9fafc",
"fontSize": 54,
"fontFamily": "Trebuchet MS",
"textAlign": "center"
},
"animation": { "entrance": "slideRight", "exit": "slideLeft" },
"backgroundGradient": { "from": "#8360c3", "to": "#2ebf91", "direction": "to right" },
"icon": "🥳"
},
{
"id": 5,
"title": "Bros for Life",
"text": "No matter what, always got your back.",
"subtitle": "Bro code: unbreakable.",
"durationInSeconds": 3,
"style": {
"backgroundColor": "#22223b",
"textColor": "#ffffff",
"fontSize": 58,
"fontFamily": "Impact",
"textAlign": "center"
},
"animation": { "entrance": "typewriter", "exit": "fadeOut" },
"backgroundGradient": { "from": "#1a2980", "to": "#26d0ce", "direction": "to left" },
"icon": "🤜🤛"
}
]
}