Shotstack Studio is a web-based video template editor that allows you design, customise and preview video templates. It’s the first step to automating and creating videos at scale, letting you generate thousands of videos from a single template.
Video editing just got better with Shotstack Studio. With an intuitive user interface and functionality, the template video editor will look and feel familiar to users with previous video editing experience. You can save time and effort by not having to learn a new tool from scratch so you can focus on building your video templates.
It allows you to upload videos, images, text, overlays, audio files and masks. It also lets you easily add transitions, motion effects and filters.
Shotstack Studio helps you visualise how the different elements in your video work together, spot errors or inconsistencies and quickly check your edits before you render your entire video to help speed up the editing process.
With Shotstack Studio, you can push your creative boundaries and take your videos to the next level. It’s got everything you need to create templates that make an impact.
Design your own video edits or customise pre-built templates by adding videos, images, texts and audio files. Edit videos your way by toggling between the template editor and the JSON view. Plus, preview it before rendering so you can see how the video looks and sounds like before downloading the final copy.
Add transitions, motion effects, filters, luma mattes and overlays to your video and make them stand out. You can also import your existing After Effects outputs into Shotstack to use in your videos to save you time.
Let your creativity flow without limiting yourself to videos. Create images and audio files for use across all your media channels. Just select what you want to create and your preferred output in Shotstack Studio. Keep things consistent across all your touchpoints.
This is where the true power of Shotstack comes in. Personalise your templates using merge fields or placeholders that can be used to insert dynamic data into your videos. With merge fields, you can customise any element of your video from text to images and audio and create bespoke videos.
Start building your video templates with Shotstack Studio today. Sign up to a free account today.
curl --request POST 'https://api.shotstack.io/v1/render' \
--header 'x-api-key: YOUR_API_KEY' \
--data-raw '{
"timeline": {
"tracks": [
{
"clips": [
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.amazonaws.com/footage/beach-overhead.mp4"
},
"start": 0,
"length": "auto"
}
]
}
]
},
"output": {
"format": "mp4",
"size": {
"width": 1280,
"height": 720
}
}
}'