Ken Burns slideshow effect (fast)
POST https://api.shotstack.io/{{ENV}}/render
A slideshow of still images animated left, right, up, down, in and out. This effects is called the Ken Burns effect. Each image fades in to the next image. This version uses fast motion effects.

Request Body
{"timeline"=>{"soundtrack"=>{"src"=>"https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/music/freepd/advertising.mp3", "effect"=>"fadeInFadeOut"}, "background"=>"#000000", "tracks"=>[{"clips"=>[{"asset"=>{"type"=>"image", "src"=>"https://images.pexels.com/photos/189349/pexels-photo-189349.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=720&w=1280"}, "start"=>0, "length"=>5, "effect"=>"zoomInFast", "transition"=>{"in"=>"fadeFast", "out"=>"fadeFast"}}]}, {"clips"=>[{"asset"=>{"type"=>"image", "src"=>"https://images.pexels.com/photos/1680140/pexels-photo-1680140.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=720&w=1280"}, "start"=>4.5, "length"=>5, "effect"=>"slideUpFast", "transition"=>{"out"=>"fadeFast"}}]}, {"clips"=>[{"asset"=>{"type"=>"image", "src"=>"https://images.pexels.com/photos/847393/pexels-photo-847393.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=720&w=1280"}, "start"=>9, "length"=>5, "effect"=>"slideLeftFast", "transition"=>{"out"=>"fadeFast"}}]}, {"clips"=>[{"asset"=>{"type"=>"image", "src"=>"https://images.pexels.com/photos/1295138/pexels-photo-1295138.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=720&w=1280"}, "start"=>13.5, "length"=>5, "effect"=>"zoomOutFast", "transition"=>{"out"=>"fadeFast"}}]}, {"clips"=>[{"asset"=>{"type"=>"image", "src"=>"https://images.pexels.com/photos/1452701/pexels-photo-1452701.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=720&w=1280"}, "start"=>18, "length"=>5, "effect"=>"slideDownFast", "transition"=>{"out"=>"fadeFast"}}]}, {"clips"=>[{"asset"=>{"type"=>"image", "src"=>"https://images.pexels.com/photos/756856/pexels-photo-756856.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=720&w=1280"}, "start"=>22.5, "length"=>5, "effect"=>"slideRightFast", "transition"=>{"out"=>"fadeFast"}}]}, {"clips"=>[{"asset"=>{"type"=>"image", "src"=>"https://images.pexels.com/photos/1533720/pexels-photo-1533720.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=720&w=1280"}, "start"=>27, "length"=>5, "effect"=>"zoomInFast", "transition"=>{"out"=>"fadeFast"}}]}]}, "output"=>{"format"=>"mp4", "resolution"=>"hd"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
cache-control | string | ||
content-type | string | ||
postman-token | string | ||
x-api-key | string |