{
"timeline": {
"background": "#000000",
"tracks": [
{
"clips": [
{
"asset": {
"type": "image",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/logos/shotstack/small/logo.png"
},
"start": 0,
"length": "{{ DURATION }}",
"offset": {
"x": 0.371,
"y": 0.404
},
"position": "center",
"fit": "none",
"opacity": 0.75
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "{{ VIDEO }}"
},
"start": 0,
"length": "{{ DURATION }}",
"offset": {
"x": 0,
"y": 0
},
"position": "center"
}
]
}
]
},
"output": {
"format": "mp4",
"size": {
"width": 1920,
"height": 1080
}
},
"merge": [
{
"find": "VIDEO",
"replace": "https://player.vimeo.com/external/421443053.hd.mp4?s=cc426eea91c1462e83867035d9932d7ef22956ea&profile_id=175&oauth2_token_id=57447761"
},
{
"find": "DURATION",
"replace": 10
}
]
}
A simple watermark video template. Upload and replace the logo with your own logo, position, scale and set the opacity exactly the way you like it and set the video source footage and duration in the provided merge fields. Use this template to watermark all your videos using the API or a Workflow.
Type | Video |
---|---|
Resolution | 1920 x 1080 |
Format | MP4 |
Duration | 0 seconds |
Frame Rate | 25fps |
Open this template in the Shotstack Studio online video editor and customise it to your needs. Add and edit merge fields and placeholders to customise and automatically generate unique videos.
Use this template in a Shotstack Workflow, our no-code media automation tool, to generate videos automatically using AI to generate assets, and share the video online.
Integrate this template in to your own application or workflow using the Shotstack Video Editing API. Work with the easy to use JSON editing schema or build with our SDKs.