Last active
June 25, 2024 05:26
-
-
Save Forpetesake2/eab14a601c7ed7e8dc77683dc15b2d3d to your computer and use it in GitHub Desktop.
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": { | |
"tracks": [ | |
{ | |
"clips": [ | |
{ | |
"asset": { | |
"type": "video", | |
"src": "https://shotstack-assets.s3.amazonaws.com/chromakey/leon.mp4", | |
"chromaKey": { | |
"color": "#009043", | |
"threshold": 160, | |
"halo": 100 | |
} | |
}, | |
"start": 0, | |
"length": "end" | |
} | |
] | |
}, | |
{ | |
"clips": [ | |
{ | |
"asset": { | |
"type": "video", | |
"src": "https://shotstack-assets.s3.amazonaws.com/footage/hot-air-balloons-1.mp4" | |
}, | |
"start": 0, | |
"length": "auto" | |
} | |
] | |
} | |
] | |
}, | |
"output": { | |
"format": "mp4", | |
"resolution": "hd" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment