Video background with centered text and subtitle
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 8, |
| 9 | "background": "#000000", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "video", |
| 13 | "src": "examples/city-aerial.mp4", |
| 14 | "z_index": 0 |
| 15 | }, |
| 16 | { |
| 17 | "type": "text", |
| 18 | "text": "THE CITY NEVER SLEEPS", |
| 19 | "style": "006", |
| 20 | "font": "Montserrat", |
| 21 | "font_size": 72, |
| 22 | "color": "#FFFFFF", |
| 23 | "position": "center", |
| 24 | "z_index": 1 |
| 25 | }, |
| 26 | { |
| 27 | "type": "text", |
| 28 | "text": "A cinematic aerial tour of downtown at night", |
| 29 | "style": "002", |
| 30 | "font": "Montserrat", |
| 31 | "font_size": 28, |
| 32 | "color": "#CCCCCC", |
| 33 | "position": "center", |
| 34 | "y": 70, |
| 35 | "z_index": 2 |
| 36 | } |
| 37 | ] |
| 38 | } |
| 39 | ] |
| 40 | } |