{
"timeline": {
"background": "#21bcb9",
"fonts": [
{
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/fonts/OpenSans-Regular.ttf"
}
],
"tracks": [
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p>Fake Drop Shadow</p>",
"css": "p { font-family: 'Open Sans'; color: #ffffff; font-size: 42px; text-align: center; }",
"width": 450,
"height": 200
},
"start": 0,
"length": 5
}
]
},
{
"clips": [
{
"asset": {
"type": "html",
"html": "<p>Fake Drop Shadow</p>",
"css": "p { font-family: 'Open Sans'; color: #CC000000; font-size: 42px; text-align: center; }",
"width": 450,
"height": 200
},
"start": 0,
"length": 5,
"filter": "blur"
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "hd"
}
}
Blur text shadow using two HTML assets layered over each other. The bottom asset uses the blut filter. Note: the blur filter is very slow.
New to Shotstack? Sign up to use this template and start automatically generating videos.
Test and modify this template directly in Postman by forking our public Collection.
Customize the template and integrate it in to your application or workflow using the programming language of your choice.
Use this template as the starting point for integration with our SDKs. Port the JSON to PHP, Node or Ruby and integrate in to your code base.