Examples
Slideshow video
This example shows how to build a slideshow video from a set of images using the Rendley SDK. It covers uploading images to the Library, placing them on the timeline as image clips, adding transitions between slides, and exporting the result as an MP4.
Key steps
- Upload images, add each image to the Library with
addMedia(). - Create clips, place them sequentially on a single layer, each with a fixed duration.
- Add transitions, apply cross-dissolve or other transition effects between adjacent clips.
- Configure timing, set
startTimeanddurationfor pacing. - Export, call
export()to render the slideshow as a video file.
Customization ideas
- Add text overlays for slide titles or captions.
- Use keyframe animation to add Ken Burns pan-and-zoom effects.
- Add background music with fade-in and fade-out.
- Generate slides from data (product images, user photos) for bulk video generation.
Live demo
What to read next
- Image clips place stills and overlays.
- Transitions blends one clip into the next.
- Background removal example removes a background in the browser.
- Export to MP4 encodes the composition and tracks progress.