Landscape property video with lower-third room labels
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 4, |
| 9 | "background": "#000000", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "image", |
| 13 | "src": "examples/house-exterior.jpg", |
| 14 | "fit": "cover", |
| 15 | "z_index": 0 |
| 16 | }, |
| 17 | { |
| 18 | "type": "component", |
| 19 | "component_id": "basic/one-line-lower-third", |
| 20 | "variables": { |
| 21 | "headline": "742 Evergreen Terrace, Seattle WA 98101", |
| 22 | "section": "FOR SALE" |
| 23 | }, |
| 24 | "position": "bottom-left", |
| 25 | "width": 800, |
| 26 | "height": 80, |
| 27 | "z_index": 1, |
| 28 | "start": 0.5, |
| 29 | "fade_in": 0.3 |
| 30 | } |
| 31 | ] |
| 32 | }, |
| 33 | { |
| 34 | "duration": 4, |
| 35 | "background": "#000000", |
| 36 | "transition": { |
| 37 | "type": "wipeleft", |
| 38 | "duration": 0.6 |
| 39 | }, |
| 40 | "elements": [ |
| 41 | { |
| 42 | "type": "image", |
| 43 | "src": "examples/house-living.jpg", |
| 44 | "fit": "cover", |
| 45 | "z_index": 0 |
| 46 | }, |
| 47 | { |
| 48 | "type": "component", |
| 49 | "component_id": "basic/one-line-lower-third", |
| 50 | "variables": { |
| 51 | "headline": "Open-concept living with floor-to-ceiling windows", |
| 52 | "section": "LIVING" |
| 53 | }, |
| 54 | "position": "bottom-left", |
| 55 | "width": 800, |
| 56 | "height": 80, |
| 57 | "z_index": 1, |
| 58 | "start": 0.5, |
| 59 | "fade_in": 0.3 |
| 60 | } |
| 61 | ] |
| 62 | }, |
| 63 | { |
| 64 | "duration": 4, |
| 65 | "background": "#000000", |
| 66 | "transition": { |
| 67 | "type": "wipeleft", |
| 68 | "duration": 0.6 |
| 69 | }, |
| 70 | "elements": [ |
| 71 | { |
| 72 | "type": "image", |
| 73 | "src": "examples/house-kitchen.jpg", |
| 74 | "fit": "cover", |
| 75 | "z_index": 0 |
| 76 | }, |
| 77 | { |
| 78 | "type": "component", |
| 79 | "component_id": "basic/one-line-lower-third", |
| 80 | "variables": { |
| 81 | "headline": "Italian marble counters with premium appliances", |
| 82 | "section": "KITCHEN" |
| 83 | }, |
| 84 | "position": "bottom-left", |
| 85 | "width": 800, |
| 86 | "height": 80, |
| 87 | "z_index": 1, |
| 88 | "start": 0.5, |
| 89 | "fade_in": 0.3 |
| 90 | } |
| 91 | ] |
| 92 | }, |
| 93 | { |
| 94 | "duration": 5, |
| 95 | "background": "#0f172a", |
| 96 | "transition": { |
| 97 | "type": "fade", |
| 98 | "duration": 0.5 |
| 99 | }, |
| 100 | "elements": [ |
| 101 | { |
| 102 | "type": "text", |
| 103 | "text": "$1,250,000", |
| 104 | "font": "Montserrat", |
| 105 | "font_size": 96, |
| 106 | "color": "#FFFFFF", |
| 107 | "bold": truet |
| 108 | "position": "center", |
| 109 | "y": -30, |
| 110 | "fade_in": 0.5, |
| 111 | "z_index": 1 |
| 112 | }, |
| 113 | { |
| 114 | "type": "text", |
| 115 | "text": "4 Bed | 3 Bath | 3,200 sqft | 0.3 Acres", |
| 116 | "font": "Montserrat", |
| 117 | "font_size": 28, |
| 118 | "color": "#94a3b8", |
| 119 | "position": "center", |
| 120 | "y": 50, |
| 121 | "fade_in": 0.8, |
| 122 | "z_index": 2 |
| 123 | }, |
| 124 | { |
| 125 | "type": "text", |
| 126 | "text": "Prestige Realty | (206) 555-0199 | prestige-realty.com", |
| 127 | "font": "Montserrat", |
| 128 | "font_size": 22, |
| 129 | "color": "#6366f1", |
| 130 | "position": "bottom-center", |
| 131 | "fade_in": 1, |
| 132 | "z_index": 3 |
| 133 | } |
| 134 | ] |
| 135 | } |
| 136 | ] |
| 137 | } |