Scrolling ticker component on news footage
| 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": "component", |
| 18 | "component_id": "news/ticker", |
| 19 | "variables": { |
| 20 | "text": "BREAKING: Wall Street rallies as Fed holds rates steady /// Tech earnings beat expectations across the board /// Oil prices stabilize at $82 per barrel on supply outlook /// Housing market shows signs of recovery in major metro areas" |
| 21 | }, |
| 22 | "position": "bottom-center", |
| 23 | "width": 1920, |
| 24 | "height": 50, |
| 25 | "z_index": 1 |
| 26 | } |
| 27 | ] |
| 28 | } |
| 29 | ] |
| 30 | } |