Skip to content

Instantly share code, notes, and snippets.

@derkzomer
Created March 18, 2023 13:59
Show Gist options
  • Save derkzomer/7e851ab3a5def0aa93e954d7712e8be0 to your computer and use it in GitHub Desktop.
Save derkzomer/7e851ab3a5def0aa93e954d7712e8be0 to your computer and use it in GitHub Desktop.
{
"timeline": {
"soundtrack": {
"src": "https://assets.mixkit.co/music/download/mixkit-a-day-in-your-life-819.mp3",
"effect": "fadeOut"
},
"fonts": [
{
"src": "https://shotstack-assets.s3.amazonaws.com/fonts/Aventura-Bold.otf"
}
],
"background": "#000000",
"tracks": [
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p>Explore the World</p>",
"css": "p { font-family: 'Aventura'; color: #ffffff; font-size: 72px; text-align: center; }",
"width": 1000,
"height": 100
},
"start": 2,
"length": 4,
"position": "center",
"transition": {
"in": "fade",
"out": "fade"
},
"fit": "none",
"scale": 1,
"offset": {
"x": 0,
"y": 0
}
},
{
"asset": {
"type": "html",
"html": "<p>Book Your Adventure Today!</p>",
"css": "p { font-family: 'Aventura'; color: #ffffff; font-size: 64px; text-align: center; }",
"width": 1000,
"height": 100
},
"start": 15,
"length": 5,
"position": "center",
"transition": {
"in": "fade",
"out": "fade"
},
"fit": "none",
"scale": 1,
"offset": {
"x": 0,
"y": 0
}
},
{
"asset": {
"type": "html",
"html": "<p>Travel-AI.com</p>",
"css": "p { font-family: 'Aventura'; color: #ffffff; font-size: 54px; text-align: center; }",
"width": 1000,
"height": 100
},
"start": 20.5,
"length": 4,
"position": "center",
"offset": {
"x": 0,
"y": -0.1
},
"transition": {
"in": "fade",
"out": "fade"
},
"fit": "none",
"scale": 1
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.amazonaws.com/footage/walking-on-beach.mp4"
},
"start": 0,
"length": 6,
"transition": {
"in": "fade"
},
"offset": {
"x": 0,
"y": 0
},
"position": "center"
},
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.amazonaws.com/footage/car-winding-road.mp4"
},
"start": 6,
"length": 6
},
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.amazonaws.com/footage/beach-overhead.mp4"
},
"start": 12,
"length": 6
},
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.amazonaws.com/footage/beach-cliffs.mp4"
},
"start": 18,
"length": 6,
"transition": {
"out": "fade"
},
"offset": {
"x": 0,
"y": 0
},
"position": "center"
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "1080"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment