Created
September 14, 2022 03:36
-
-
Save Forpetesake2/9864c4fc95e22629aeeba65d5ede5708 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "merge": [ | |
| { | |
| "find": "topHeader", | |
| "replace": "OFFICIALLY LICENSED" | |
| }, | |
| { | |
| "find": "middleHeader", | |
| "replace": "SUPER SOFT" | |
| }, | |
| { | |
| "find": "bottomHeader", | |
| "replace": "MULTIPLE SIZES AVAILABLE" | |
| }, | |
| { | |
| "find": "backgroundColor", | |
| "replace": "#2980b9" | |
| }, | |
| { | |
| "find": "backgroundImageUrl", | |
| "replace": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/temp/SBSJFR5-3J40-YELLOW.MAIN.jpg" | |
| } | |
| ], | |
| "timeline": { | |
| "soundtrack": { | |
| "src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/temp/Driving_Ambition.mp3", | |
| "volume": 1 | |
| }, | |
| "background": "#FFFFFF", | |
| "cache": false, | |
| "tracks": [ | |
| { | |
| "clips": [ | |
| { | |
| "asset": { | |
| "type": "html", | |
| "html": "<p data-html-type=\"text\">{{topHeader}}</p>", | |
| "css": "p { color: #030303; font-size: 47px; font-family: Montserrat ExtraBold; text-align: left }", | |
| "width": 578, | |
| "height": 81, | |
| "background": "#FFFFFF" | |
| }, | |
| "fit": "none", | |
| "scale": 1, | |
| "offset": { | |
| "x": -0.19, | |
| "y": 0.245 | |
| }, | |
| "position": "center", | |
| "transition": { | |
| "in": "carouselRight" | |
| }, | |
| "start": 2.5, | |
| "length": 7.5 | |
| }, | |
| { | |
| "asset": { | |
| "type": "html", | |
| "html": "<p data-html-type=\"text\">{{middleHeader}}</p>", | |
| "css": "p { color: #ffffff; font-size: 75px; font-family: Clear Sans; text-align: left }", | |
| "width": 620, | |
| "height": 91 | |
| }, | |
| "fit": "none", | |
| "scale": 1, | |
| "offset": { | |
| "x": -0.172, | |
| "y": 0.008 | |
| }, | |
| "position": "center", | |
| "transition": { | |
| "in": "slideDown" | |
| }, | |
| "start": 3.5, | |
| "length": 6.5 | |
| }, | |
| { | |
| "asset": { | |
| "type": "html", | |
| "html": "<p data-html-type=\"text\">{{bottomHeader}}</p>", | |
| "css": "p { color: #ffffff; font-size: 33px; font-family: Clear Sans; text-align: left }", | |
| "width": 794, | |
| "height": 64 | |
| }, | |
| "fit": "none", | |
| "scale": 1, | |
| "offset": { | |
| "x": -0.091, | |
| "y": -0.247 | |
| }, | |
| "position": "center", | |
| "transition": { | |
| "in": "slideDown" | |
| }, | |
| "start": 5, | |
| "length": 5 | |
| }, | |
| { | |
| "asset": { | |
| "type": "html", | |
| "html": "<p data-html-type=\"text\"></p>", | |
| "css": "p { color: #ffffff; font-size: 32px; font-family: Roboto Black; text-align: center }", | |
| "background": "{{backgroundColor}}", | |
| "width": 65, | |
| "height": 9 | |
| }, | |
| "fit": "none", | |
| "scale": 1, | |
| "offset": { | |
| "x": -0.442, | |
| "y": -0.139 | |
| }, | |
| "position": "center", | |
| "transition": { | |
| "in": "slideDown" | |
| }, | |
| "start": 4, | |
| "length": 6 | |
| } | |
| ] | |
| }, | |
| { | |
| "clips": [ | |
| { | |
| "asset": { | |
| "type": "luma", | |
| "src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/temp/luma.mov" | |
| }, | |
| "start": 0, | |
| "length": 10 | |
| }, | |
| { | |
| "asset": { | |
| "type": "html", | |
| "html": " ", | |
| "width": 1024, | |
| "height": 576, | |
| "background": "{{backgroundColor}}" | |
| }, | |
| "start": 0, | |
| "length": 10, | |
| "fit": "none", | |
| "scale": 1, | |
| "offset": { | |
| "x": 0, | |
| "y": 0 | |
| }, | |
| "position": "center" | |
| } | |
| ] | |
| }, | |
| { | |
| "clips": [ | |
| { | |
| "asset": { | |
| "type": "image", | |
| "src": "{{backgroundImageUrl}}" | |
| }, | |
| "start": 0, | |
| "offset": { | |
| "x": 0.012, | |
| "y": 0.001 | |
| }, | |
| "position": "center", | |
| "fit": "crop", | |
| "scale": 0.547, | |
| "effect": "zoomIn", | |
| "transition": { | |
| "in": "fade" | |
| }, | |
| "length": 10 | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "output": { | |
| "format": "mp4", | |
| "size": { | |
| "width": 1024, | |
| "height": 576 | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment