Last active
July 20, 2022 13:05
-
-
Save Forpetesake2/4f99e257377befb31d5f2e891dce0e2e 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": { | |
| "src": "https://video.wixstatic.com/video/9f7313_fa2c8a360115464fb128fffe6e883176/720p/mp4/file.mp4", | |
| "type": "video", | |
| "volume": 1 | |
| }, | |
| "length": 5, | |
| "start": 0, | |
| "position": "top", | |
| "scale": 0.375, | |
| "fit": "none" | |
| } | |
| ] | |
| }, | |
| { | |
| "clips": [ | |
| { | |
| "asset": { | |
| "src": "https://simulabs.link/video/recorded.mp4", | |
| "type": "video" | |
| }, | |
| "length": 5, | |
| "start": 0, | |
| "position": "bottom", | |
| "fit": "none" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "output": { | |
| "format": "mp4", | |
| "size": { | |
| "height": 910, | |
| "width": 480 | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment