Animated text with shadow effects on a dark background
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 6, |
| 9 | "background": "#0f0f23", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "text", |
| 13 | "text": "HELLO WORLD", |
| 14 | "style": "009", |
| 15 | "font": "Montserrat", |
| 16 | "font_size": 120, |
| 17 | "color": "#FFFFFF", |
| 18 | "position": "center", |
| 19 | "z_index": 1 |
| 20 | }, |
| 21 | { |
| 22 | "type": "text", |
| 23 | "text": "Your first video, generated from JSON", |
| 24 | "style": "002", |
| 25 | "font": "Montserrat", |
| 26 | "font_size": 24, |
| 27 | "color": "#6366f1", |
| 28 | "position": "bottom-center", |
| 29 | "z_index": 2 |
| 30 | } |
| 31 | ] |
| 32 | } |
| 33 | ] |
| 34 | } |