{
    "merge": [
        {
            "find": "ADDRESS_1",
            "replace": "192 STOREY STREET"
        },
        {
            "find": "ADDRESS_2",
            "replace": "MAROUBRA, NSW 2035"
        },
        {
            "find": "SALE_TYPE",
            "replace": "HOUSE"
        },
        {
            "find": "PROPERTY_TYPE",
            "replace": "AUCTION 22 OCTOBER"
        },
        {
            "find": "BEDS",
            "replace": "4"
        },
        {
            "find": "BATHS",
            "replace": "2"
        },
        {
            "find": "CARS",
            "replace": "1"
        },
        {
            "find": "HEADSHOT",
            "replace": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/images/real-estate-agent-male.jpg"
        },
        {
            "find": "AGENT_NAME",
            "replace": "JEREMY SIMPSON"
        },
        {
            "find": "LOGO",
            "replace": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/logos/real-estate-white.png"
        },
        {
            "find": "PHONE",
            "replace": "0424 998 776"
        },
        {
            "find": "EMAIL",
            "replace": "jeremy@blockrealestate.co"
        },
        {
            "find": "IMAGE_1",
            "replace": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/images/realestate1.jpg"
        },
        {
            "find": "IMAGE_2",
            "replace": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/images/realestate2.jpg"
        },
        {
            "find": "IMAGE_3",
            "replace": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/images/realestate3.jpg"
        },
        {
            "find": "IMAGE_4",
            "replace": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/images/realestate4.jpg"
        },
        {
            "find": "IMAGE_5",
            "replace": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/images/realestate5.jpg"
        },
        {
            "find": "PRIMARY_FONT",
            "replace": "Manrope ExtraBold"
        },
        {
            "find": "PRIMARY_FONT_SRC",
            "replace": "https://templates.shotstack.io/basic/asset/font/manrope-extrabold.ttf"
        },
        {
            "find": "PRIMARY_COLOR",
            "replace": "#f0c20c"
        },
        {
            "find": "SECONDARY_FONT",
            "replace": "Manrope Light"
        },
        {
            "find": "SECONDARY_FONT_SRC",
            "replace": "https://templates.shotstack.io/basic/asset/font/manrope-light.ttf"
        },
        {
            "find": "SECONDARY_COLOR",
            "replace": "#ffffff"
        },
        {
            "find": "OVERLAY_STYLE",
            "replace": "arrow-sharp"
        },
        {
            "find": "OVERLAY_COLOR",
            "replace": "black"
        },
        {
            "find": "SOUNDTRACK",
            "replace": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/music/unminus/ambisax.mp3"
        }
    ],
    "timeline": {
        "tracks": [
            {
                "clips": [
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{ADDRESS_1}}</p>",
                            "css": "p { font-family: \"{{PRIMARY_FONT}}\"; color: {{PRIMARY_COLOR}}; font-size: 40px; text-align: left;    line-height: 78; text-scale: shrink; }",
                            "width": 320,
                            "height": 200,
                            "position": "bottom"
                        },
                        "start": 1.2,
                        "length": 4.2,
                        "position": "left",
                        "offset": {
                            "x": 0.05,
                            "y": 0.3
                        },
                        "transition": {
                            "in": "slideRight",
                            "out": "slideLeft"
                        }
                    },
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{ADDRESS_2}}</p>",
                            "css": "p { font-family: \"{{SECONDARY_FONT}}\"; color: {{SECONDARY_COLOR}}; font-size: 22px; text-align: left;    line-height: 78; }",
                            "width": 320,
                            "height": 66,
                            "position": "top"
                        },
                        "start": 1.3,
                        "length": 3.9,
                        "position": "left",
                        "offset": {
                            "x": 0.05,
                            "y": 0.065
                        },
                        "transition": {
                            "in": "slideRight",
                            "out": "slideLeft"
                        }
                    },
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{SALE_TYPE}}</p>",
                            "css": "p { font-family: \"{{PRIMARY_FONT}}\"; color: {{PRIMARY_COLOR}}; font-size: 22px; text-align: left;    line-height: 78; }",
                            "width": 320,
                            "height": 100,
                            "position": "top"
                        },
                        "start": 1.4,
                        "length": 4,
                        "position": "left",
                        "offset": {
                            "x": 0.05,
                            "y": -0.24
                        },
                        "transition": {
                            "in": "slideRight",
                            "out": "slideLeft"
                        }
                    },
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{PROPERTY_TYPE}}</p>",
                            "css": "p { font-family: \"{{SECONDARY_FONT}}\"; color: {{SECONDARY_COLOR}}; font-size: 17px; text-align: left;    line-height: 78; }",
                            "width": 320,
                            "height": 32,
                            "position": "center"
                        },
                        "start": 1.4,
                        "length": 4,
                        "position": "left",
                        "offset": {
                            "x": 0.05,
                            "y": -0.08
                        },
                        "transition": {
                            "in": "fade",
                            "out": "fade"
                        }
                    }
                ]
            },
            {
                "clips": [
                    {
                        "asset": {
                            "type": "image",
                            "src": "https://templates.shotstack.io/basic/asset/image/icon/slimline/white/26px/bed.png"
                        },
                        "start": 1.4,
                        "length": 4,
                        "fit": "none",
                        "position": "left",
                        "offset": {
                            "x": 0.055,
                            "y": -0.025
                        },
                        "transition": {
                            "in": "fade",
                            "out": "fade"
                        }
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "https://templates.shotstack.io/basic/asset/image/icon/slimline/white/26px/bath.png"
                        },
                        "start": 1.4,
                        "length": 4,
                        "fit": "none",
                        "position": "left",
                        "offset": {
                            "x": 0.13,
                            "y": -0.025
                        },
                        "transition": {
                            "in": "fade",
                            "out": "fade"
                        }
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "https://templates.shotstack.io/basic/asset/image/icon/slimline/white/26px/car.png"
                        },
                        "start": 1.4,
                        "length": 4,
                        "fit": "none",
                        "position": "left",
                        "offset": {
                            "x": 0.205,
                            "y": -0.025
                        },
                        "transition": {
                            "in": "fade",
                            "out": "fade"
                        }
                    },
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{BEDS}}</p>",
                            "css": "p { font-family: \"{{PRIMARY_FONT}}\"; color: {{SECONDARY_COLOR}}; font-size: 18px; text-align: left;     }",
                            "width": 36,
                            "height": 26,
                            "position": "center"
                        },
                        "start": 1.4,
                        "length": 4,
                        "position": "left",
                        "offset": {
                            "x": 0.09,
                            "y": -0.025
                        },
                        "transition": {
                            "in": "fade",
                            "out": "fade"
                        }
                    },
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{BATHS}}</p>",
                            "css": "p { font-family: \"{{PRIMARY_FONT}}\"; color: {{SECONDARY_COLOR}}; font-size: 18px; text-align: left;     }",
                            "width": 36,
                            "height": 26,
                            "position": "center"
                        },
                        "start": 1.4,
                        "length": 4,
                        "position": "left",
                        "offset": {
                            "x": 0.165,
                            "y": -0.025
                        },
                        "transition": {
                            "in": "fade",
                            "out": "fade"
                        }
                    },
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{CARS}}</p>",
                            "css": "p { font-family: \"{{PRIMARY_FONT}}\"; color: {{SECONDARY_COLOR}}; font-size: 18px; text-align: left;     }",
                            "width": 36,
                            "height": 26,
                            "position": "center"
                        },
                        "start": 1.4,
                        "length": 4,
                        "position": "left",
                        "offset": {
                            "x": 0.24,
                            "y": -0.025
                        },
                        "transition": {
                            "in": "fade",
                            "out": "fade"
                        }
                    }
                ]
            },
            {
                "clips": [
                    {
                        "asset": {
                            "type": "luma",
                            "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/luma-mattes/circle.jpg"
                        },
                        "start": 30,
                        "length": 6
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{HEADSHOT}}"
                        },
                        "start": 30,
                        "length": 6,
                        "fit": "none",
                        "scale": 0.4,
                        "offset": {
                            "x": 0,
                            "y": 0.22
                        },
                        "transition": {
                            "in": "fade"
                        }
                    }
                ]
            },
            {
                "clips": [
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{AGENT_NAME}}</p>",
                            "css": "p { font-family: \"{{PRIMARY_FONT}}\"; color: {{PRIMARY_COLOR}}; font-size: 26px; text-align: center;     }",
                            "width": 600,
                            "height": 36,
                            "position": "center"
                        },
                        "start": 30,
                        "length": 6,
                        "offset": {
                            "x": 0,
                            "y": 0.045
                        },
                        "transition": {
                            "in": "fade"
                        }
                    },
                    {
                        "asset": {
                            "type": "html",
                            "html": "<p>{{PHONE}}<br>{{EMAIL}}</p>",
                            "css": "p { font-family: \"{{SECONDARY_FONT}}\"; color: {{SECONDARY_COLOR}}; font-size: 18px; text-align: center;     }",
                            "width": 600,
                            "height": 64,
                            "position": "center"
                        },
                        "start": 30,
                        "length": 6,
                        "offset": {
                            "x": 0,
                            "y": -0.24
                        },
                        "transition": {
                            "in": "fade"
                        }
                    }
                ]
            },
            {
                "clips": [
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{LOGO}}"
                        },
                        "start": 30,
                        "length": 6,
                        "fit": "none",
                        "scale": 0.26,
                        "offset": {
                            "x": 0,
                            "y": -0.08
                        },
                        "transition": {
                            "in": "fade"
                        }
                    }
                ]
            },
            {
                "clips": [
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://templates.shotstack.io/basic/asset/video/overlay/{{OVERLAY_STYLE}}/{{OVERLAY_COLOR}}/content-left-in.mov"
                        },
                        "start": 0,
                        "length": 4.48
                    },
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://templates.shotstack.io/basic/asset/video/overlay/{{OVERLAY_STYLE}}/{{OVERLAY_COLOR}}/content-left-out.mov"
                        },
                        "start": 4.52,
                        "length": 2
                    },
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://templates.shotstack.io/basic/asset/video/overlay/{{OVERLAY_STYLE}}/{{OVERLAY_COLOR}}/transition-right.mov"
                        },
                        "start": 10.56,
                        "length": 3
                    },
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://templates.shotstack.io/basic/asset/video/overlay/{{OVERLAY_STYLE}}/{{OVERLAY_COLOR}}/transition-up.mov"
                        },
                        "start": 16.56,
                        "length": 3
                    },
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://templates.shotstack.io/basic/asset/video/overlay/{{OVERLAY_STYLE}}/{{OVERLAY_COLOR}}/transition-left.mov"
                        },
                        "start": 22.56,
                        "length": 3
                    },
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://templates.shotstack.io/basic/asset/video/overlay/{{OVERLAY_STYLE}}/{{OVERLAY_COLOR}}/outro-in.mov"
                        },
                        "start": 29,
                        "length": 7
                    }
                ]
            },
            {
                "clips": [
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{IMAGE_1}}"
                        },
                        "start": 0,
                        "length": 6,
                        "effect": "zoomInSlow",
                        "transition": {
                            "in": "fade"
                        }
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{IMAGE_2}}"
                        },
                        "start": 6,
                        "length": 6,
                        "effect": "slideLeftSlow"
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{IMAGE_3}}"
                        },
                        "start": 12,
                        "length": 6,
                        "effect": "slideRightSlow"
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{IMAGE_4}}"
                        },
                        "start": 18,
                        "length": 6,
                        "effect": "slideUpSlow"
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{IMAGE_5}}"
                        },
                        "start": 24,
                        "length": 6,
                        "effect": "slideLeftSlow"
                    },
                    {
                        "asset": {
                            "type": "image",
                            "src": "{{IMAGE_1}}"
                        },
                        "start": 30,
                        "length": 6,
                        "effect": "zoomInSlow"
                    }
                ]
            }
        ],
        "fonts": [
            {
                "src": "{{PRIMARY_FONT_SRC}}"
            },
            {
                "src": "{{SECONDARY_FONT_SRC}}"
            }
        ],
        "soundtrack": {
            "src": "{{SOUNDTRACK}}",
            "effect": "fadeOut"
        }
    },
    "output": {
        "format": "mp4",
        "resolution": "sd"
    }
}

A real estate slideshow video with overlay transitions and backgrounds, Ken Burns photo effects and real estate agent outro.

New to Shotstack? Sign up to use this template and start automatically generating videos.

SIGN UP

How to use this template

Use this template as the starting point for your automated video editing project. Customise it to meet the needs of your application or workflow.

Postman

Test and modify this template directly in Postman by forking our public Collection.

Application

Customise the template and integrate it in to your application or workflow using the programming language of your choice.

SDK

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.