News footage with a lower-third component overlay
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 10, |
| 9 | "background": "#1a1a2e", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "video", |
| 13 | "src": "examples/news-footage.mp4", |
| 14 | "z_index": 0 |
| 15 | }, |
| 16 | { |
| 17 | "type": "component", |
| 18 | "component_id": "news/lower-third", |
| 19 | "variables": { |
| 20 | "headline": "BROADWAY REOPENS AFTER RENOVATION", |
| 21 | "subline": "Historic theaters welcome visitors with new safety upgrades and expanded seating" |
| 22 | }, |
| 23 | "position": "bottom-left", |
| 24 | "width": 900, |
| 25 | "height": 140, |
| 26 | "z_index": 1, |
| 27 | "start": 1, |
| 28 | "fade_in": 0.3 |
| 29 | } |
| 30 | ] |
| 31 | } |
| 32 | ] |
| 33 | } |