Skip to content

Instantly share code, notes, and snippets.

@jeffski
Last active June 24, 2019 05:17
Show Gist options
  • Save jeffski/db2fd51996b67e3e6ef29337365338ec to your computer and use it in GitHub Desktop.
Save jeffski/db2fd51996b67e3e6ef29337365338ec to your computer and use it in GitHub Desktop.
Da Vinci quote. Example video JSON
{
"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