Vertical short-form promo with fast transitions
| 1 | { |
| 2 | "width": 1080, |
| 3 | "height": 1920, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 3, |
| 9 | "background": "#000000", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "video", |
| 13 | "src": "examples/city-aerial.mp4", |
| 14 | "opacity": 0.6, |
| 15 | "z_index": 0 |
| 16 | }, |
| 17 | { |
| 18 | "type": "text", |
| 19 | "text": "WAIT FOR IT...", |
| 20 | "style": "004", |
| 21 | "font": "Montserrat", |
| 22 | "font_size": 72, |
| 23 | "color": "#FFFFFF", |
| 24 | "position": "center", |
| 25 | "z_index": 1 |
| 26 | } |
| 27 | ] |
| 28 | }, |
| 29 | { |
| 30 | "duration": 4, |
| 31 | "background": "#6366f1", |
| 32 | "transition": { |
| 33 | "type": "zoomin", |
| 34 | "duration": 0.4 |
| 35 | }, |
| 36 | "elements": [ |
| 37 | { |
| 38 | "type": "text", |
| 39 | "text": "You can make videos with just JSON", |
| 40 | "style": "003", |
| 41 | "font": "Montserrat", |
| 42 | "font_size": 56, |
| 43 | "color": "#FFFFFF", |
| 44 | "position": "center", |
| 45 | "width": 900, |
| 46 | "z_index": 1 |
| 47 | } |
| 48 | ] |
| 49 | }, |
| 50 | { |
| 51 | "duration": 3, |
| 52 | "background": "#000000", |
| 53 | "transition": { |
| 54 | "type": "pixelize", |
| 55 | "duration": 0.5 |
| 56 | }, |
| 57 | "elements": [ |
| 58 | { |
| 59 | "type": "text", |
| 60 | "text": "TRY IT FREE", |
| 61 | "style": "005", |
| 62 | "font": "Montserrat", |
| 63 | "font_size": 84, |
| 64 | "color": "#FFFFFF", |
| 65 | "position": "center", |
| 66 | "y": -30, |
| 67 | "z_index": 1 |
| 68 | }, |
| 69 | { |
| 70 | "type": "text", |
| 71 | "text": "Link in bio", |
| 72 | "style": "002", |
| 73 | "font": "Montserrat", |
| 74 | "font_size": 36, |
| 75 | "color": "#6366f1", |
| 76 | "position": "center", |
| 77 | "y": 50, |
| 78 | "z_index": 2 |
| 79 | } |
| 80 | ] |
| 81 | } |
| 82 | ] |
| 83 | } |