Skip to content

Instantly share code, notes, and snippets.

@clkefe
Created December 13, 2021 10:34
Show Gist options
  • Save clkefe/a9f1179a6ec72baef06e0e8f6cde8807 to your computer and use it in GitHub Desktop.
Save clkefe/a9f1179a6ec72baef06e0e8f6cde8807 to your computer and use it in GitHub Desktop.
Shotstack
{
"timeline": {
"tracks": [
{
"clips": [
{
"asset": {
"type": "video",
"src": "{{video_1}}",
"volume": 1
},
"start": 0,
"length": 14,
"fit": "contain",
"scale": 0.7,
"offset": {
"x": -0.4,
"y": -0.2
}
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "{{video_2}}",
"volume": 1
},
"start": 0,
"length": 14,
"fit": "contain",
"scale": 0.7,
"offset": {
"x": -0.1,
"y": -0.2
}
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "{{video_3}}",
"volume": 1
},
"start": 0,
"length": 14,
"fit": "contain",
"scale": 0.7,
"offset": {
"x": 0.1,
"y": -0.2
}
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "{{video_4}}",
"volume": 1
},
"start": 0,
"length": 14,
"fit": "contain",
"scale": 0.7,
"offset": {
"x": 0.3,
"y": -0.2
}
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "{{video_5}}",
"volume": 1
},
"start": 0,
"length": 14,
"fit": "contain",
"scale": 0.7,
"offset": {
"x": 0.0,
"y": 0.2
}
}
]
},
{
"clips": [
{
"asset": {
"type": "image",
"src": "https://firebasestorage.googleapis.com/v0/b/nftape-3c15a.appspot.com/o/3657198.jpg?alt=media&token=4c9891f6-baeb-4de6-af9e-695b1eb9aece"
},
"start": 0,
"length": 14
}
]
}
]
},
"output": {
"format": "mp4",
"size": {
"width": 1920,
"height": 1080
}
},
"callback": "https://us-central1.cloudfunctions.net/app/shotstack/ss_webhook/1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment