Rendley docs

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

  1. Upload images, add each image to the Library with addMedia().
  2. Create clips, place them sequentially on a single layer, each with a fixed duration.
  3. Add transitions, apply cross-dissolve or other transition effects between adjacent clips.
  4. Configure timing, set startTime and duration for pacing.
  5. Export, call export() to render the slideshow as a video file.

Customization ideas

Live demo