Turning iCloud Photos Albums into slideshow videos

There’s a particular frustration that comes with having years of photos neatly organized in iCloud albums and no simple way to turn them into something watchable. Apple offers Memories on iPhone, sure, but if you want control over the result — choosing which album, which effects, which music — you’re mostly out of luck unless you fire up iMovie or Final Cut and spend an afternoon dragging clips around a timeline.

How to turn iCloud Photos Albums into slideshow videos

That’s the gap iCloud Photos to Video Slideshow fills. It’s a Chrome extension that works directly on icloud.com, reads the photos from any album you have open, and generates a video slideshow with transitions, Ken Burns effects, and background music. Everything happens in your browser. Nothing gets uploaded anywhere.

INSTALL NOW FROM CHROME WEB STORE

The workflow starts simple enough. Log in to iCloud, open an album, click the extension icon. A sidebar panel appears, you press Extract, and the extension begins capturing the photos visible in the album grid. iCloud’s web app is technically complex — it uses blob URLs for images, a virtual grid that recycles DOM elements as you scroll, and strict Content Security Policy headers — but the extension handles all of that behind the scenes using a technique called Main World canvas extraction, which runs through Chrome’s scripting API to bypass these restrictions cleanly.

Now, there’s an honest limitation to address. The thumbnails iCloud serves in the album grid are roughly 360 pixels wide. That’s fine for previewing your slideshow layout, but it won’t produce a sharp 1080p video. The extension solves this with an optional Hi-Res upload step. You select all photos in your iCloud album, click the download button that iCloud provides, and you get a ZIP file with the originals. Upload that ZIP into the extension’s “Hi-Res Photos” section and it automatically replaces the thumbnails with the full-resolution versions. The extension uses JSZip to unpack the archive right in the browser, matches the images by order, and now your video renders with the actual original photos.

Once the photos are loaded, customization is where things get interesting. Seven transition styles are available, from classic fades to directional slides and zoom effects. Ken Burns motion — the slow pan-and-zoom technique named after the documentary filmmaker — can be applied per photo or randomized across the slideshow. You control photo duration, transition length, and overall intensity.

Music options include a set of built-in royalty-free tracks or the ability to upload your own file. Volume, looping, and an automatic fade-out at the end are all adjustable. There’s also a cover slide feature for adding a title card with custom text, colors, and typography.

The rendering engine supports output up to 4K resolution at 60 frames per second, with bitrate options ranging from 2.5 to 20 Mbps. Videos export as WebM files. The entire rendering process — drawing each frame on a canvas, encoding with MediaRecorder, mixing in the audio track — happens locally. Nothing touches a server.

Privacy is straightforward: no accounts beyond your existing iCloud login, no data collection, no analytics. The extension needs permission to access icloud.com and its subdomains, and that’s it.

A free version is available with a demo watermark on the output. A one-time PRO purchase removes it. No subscription model.

What makes this extension genuinely useful, rather than just clever, is the Hi-Res ZIP workflow. It acknowledges a real technical constraint — iCloud doesn’t expose full-resolution images through its web grid — and offers a practical workaround that takes about thirty seconds of extra effort. The result is a video that actually looks good on a TV or a shared screen, not just a phone.

For anyone sitting on carefully curated iCloud albums who wants to turn them into something shareable without opening a video editor, this is a remarkably direct path from photos to finished slideshow.

📖 Related Articles