Last active
June 24, 2019 05:17
-
-
Save jeffski/db2fd51996b67e3e6ef29337365338ec to your computer and use it in GitHub Desktop.
Da Vinci quote. Example video JSON
This file contains 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
{ | |
"timeline": { | |
"soundtrack": { | |
"src": "https://s3-ap-southeast-2.amazonaws.com/shotstack-assets/music/spirit.mp3", | |
"effect": "fadeInFadeOut" | |
}, | |
"background": "#000000", | |
"tracks": [ | |
{ | |
"clips": [ | |
{ | |
"asset": { | |
"type": "image", | |
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/branding/watermark.png" | |
}, | |
"start": 0, | |
"length": 10 | |
} | |
] | |
}, | |
{ | |
"clips": [ | |
{ | |
"asset": { | |
"type": "title", | |
"text": "\"Anything that can be dreamt of will eventually be built\"", | |
"style": "sketchy", | |
"position": "left" | |
}, | |
"start": 1, | |
"length": 4, | |
"transition": { | |
"in": "fade", | |
"out": "fade" | |
}, | |
"effect": "zoomIn" | |
}, | |
{ | |
"asset": { | |
"type": "title", | |
"text": "What are you dreaming of?", | |
"style": "sketchy", | |
"position": "left" | |
}, | |
"start": 5, | |
"length": 4, | |
"transition": { | |
"in": "fade", | |
"out": "fade" | |
}, | |
"effect": "zoomIn" | |
} | |
] | |
}, | |
{ | |
"clips": [ | |
{ | |
"asset": { | |
"type": "image", | |
"src": "https://shotstack-pubic-files.s3-ap-southeast-2.amazonaws.com/davinci/da-vinci.png" | |
}, | |
"start": 0, | |
"length": 10 | |
} | |
] | |
}, | |
{ | |
"clips": [ | |
{ | |
"asset": { | |
"type": "image", | |
"src": "https://shotstack-pubic-files.s3-ap-southeast-2.amazonaws.com/davinci/grunge-bg.jpg" | |
}, | |
"start": 0, | |
"length": 10, | |
"effect": "zoomIn" | |
} | |
] | |
} | |
] | |
}, | |
"output": { | |
"format": "mp4", | |
"resolution": "hd" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment