Speaker profiles with headshots and card components
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 4, |
| 9 | "background": "#0f172a", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "text", |
| 13 | "text": "DEVCON 2026", |
| 14 | "font": "Montserrat", |
| 15 | "font_size": 72, |
| 16 | "color": "#FFFFFF", |
| 17 | "bold": truet |
| 18 | "position": "center", |
| 19 | "fade_in": 0.5, |
| 20 | "z_index": 1 |
| 21 | }, |
| 22 | { |
| 23 | "type": "text", |
| 24 | "text": "San Francisco | June 15-17 | Keynote Speakers", |
| 25 | "font": "Montserrat", |
| 26 | "font_size": 28, |
| 27 | "color": "#6366f1", |
| 28 | "position": "center", |
| 29 | "y": 70, |
| 30 | "fade_in": 0.8, |
| 31 | "z_index": 2 |
| 32 | } |
| 33 | ] |
| 34 | }, |
| 35 | { |
| 36 | "duration": 5, |
| 37 | "background": "#0f172a", |
| 38 | "transition": { |
| 39 | "type": "circleopen", |
| 40 | "duration": 0.8 |
| 41 | }, |
| 42 | "elements": [ |
| 43 | { |
| 44 | "type": "image", |
| 45 | "src": "examples/speaker-1.jpg", |
| 46 | "width": 400, |
| 47 | "height": 400, |
| 48 | "fit": "cover", |
| 49 | "position": "center-left", |
| 50 | "x": 200, |
| 51 | "z_index": 1 |
| 52 | }, |
| 53 | { |
| 54 | "type": "component", |
| 55 | "component_id": "basic/card-left-bar", |
| 56 | "variables": { |
| 57 | "headline": "Dr. Sarah Chen", |
| 58 | "body": "Chief AI Officer at DeepMind Labs. Pioneering multimodal reasoning systems used by 1M+ developers.", |
| 59 | "bar_color": "#6366f1" |
| 60 | }, |
| 61 | "position": "center-right", |
| 62 | "x": -150, |
| 63 | "width": 650, |
| 64 | "height": 250, |
| 65 | "z_index": 2, |
| 66 | "fade_in": 0.5 |
| 67 | } |
| 68 | ] |
| 69 | }, |
| 70 | { |
| 71 | "duration": 5, |
| 72 | "background": "#0f172a", |
| 73 | "transition": { |
| 74 | "type": "circleopen", |
| 75 | "duration": 0.8 |
| 76 | }, |
| 77 | "elements": [ |
| 78 | { |
| 79 | "type": "image", |
| 80 | "src": "examples/speaker-2.jpg", |
| 81 | "width": 400, |
| 82 | "height": 400, |
| 83 | "fit": "cover", |
| 84 | "position": "center-left", |
| 85 | "x": 200, |
| 86 | "z_index": 1 |
| 87 | }, |
| 88 | { |
| 89 | "type": "component", |
| 90 | "component_id": "basic/card-left-bar", |
| 91 | "variables": { |
| 92 | "headline": "Marcus Rivera", |
| 93 | "body": "VP of Platform Engineering at Cloudflare. Architect behind Workers AI and the global edge network.", |
| 94 | "bar_color": "#06b6d4" |
| 95 | }, |
| 96 | "position": "center-right", |
| 97 | "x": -150, |
| 98 | "width": 650, |
| 99 | "height": 250, |
| 100 | "z_index": 2, |
| 101 | "fade_in": 0.5 |
| 102 | } |
| 103 | ] |
| 104 | } |
| 105 | ] |
| 106 | } |