Full news layout with lower-third, ticker, and breaking banner
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 12, |
| 9 | "background": "#0a0a1a", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "video", |
| 13 | "src": "examples/news-footage.mp4", |
| 14 | "z_index": 0 |
| 15 | }, |
| 16 | { |
| 17 | "type": "text", |
| 18 | "text": "BREAKING NEWS", |
| 19 | "font": "Roboto", |
| 20 | "font_size": 28, |
| 21 | "color": "#FFFFFF", |
| 22 | "bold": truet |
| 23 | "position": "top-left", |
| 24 | "x": 20, |
| 25 | "y": 20, |
| 26 | "box": truet |
| 27 | "box_color": "#CC0000", |
| 28 | "box_opacity": 1, |
| 29 | "box_padding": 12, |
| 30 | "z_index": 2, |
| 31 | "fade_in": 0.2 |
| 32 | }, |
| 33 | { |
| 34 | "type": "component", |
| 35 | "component_id": "news/lower-third", |
| 36 | "variables": { |
| 37 | "headline": "GLOBAL CLIMATE SUMMIT REACHES HISTORIC DEAL", |
| 38 | "subline": "195 nations agree on binding emissions targets effective 2028" |
| 39 | }, |
| 40 | "position": "bottom-left", |
| 41 | "width": 900, |
| 42 | "height": 140, |
| 43 | "z_index": 1, |
| 44 | "start": 0.5, |
| 45 | "fade_in": 0.3 |
| 46 | }, |
| 47 | { |
| 48 | "type": "component", |
| 49 | "component_id": "news/ticker", |
| 50 | "variables": { |
| 51 | "text": "LIVE from Geneva: Delegates celebrate after 72-hour marathon session /// Carbon tax framework agreed for all G20 nations /// Markets surge on climate deal optimism /// Next review summit scheduled for 2028 in Singapore" |
| 52 | }, |
| 53 | "position": "bottom-center", |
| 54 | "width": 1920, |
| 55 | "height": 50, |
| 56 | "y": 1030, |
| 57 | "z_index": 3 |
| 58 | } |
| 59 | ] |
| 60 | } |
| 61 | ] |
| 62 | } |