Last active
March 7, 2022 08:50
-
-
Save Forpetesake2/ddf5bc3d18081a9685d3615abd6e67a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": { | |
| "background": "#000000", | |
| "tracks": [ | |
| { | |
| "clips": [ | |
| { | |
| "asset": { | |
| "type": "audio", | |
| "src": "https://shotstack-assets.s3.amazonaws.com/music/midnight.mp3", | |
| "effect": "fadeInFadeOut" | |
| }, | |
| "start": 0, | |
| "length": 10 | |
| } | |
| ] | |
| }, | |
| { | |
| "clips": [ | |
| { | |
| "asset": { | |
| "type": "audio", | |
| "src": "https://shotstack-assets.s3.amazonaws.com/music/hyper.mp3", | |
| "effect": "fadeInFadeOut" | |
| }, | |
| "start": 10, | |
| "length": 20 | |
| } | |
| ] | |
| }, | |
| { | |
| "clips": [ | |
| { | |
| "asset": { | |
| "type": "audio", | |
| "src": "https://shotstack-assets.s3.amazonaws.com/music/world.mp3", | |
| "effect": "fadeInFadeOut" | |
| }, | |
| "start": 20, | |
| "length": 30 | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "output": { | |
| "format": "mp4", | |
| "resolution": "hd" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment