Skip to content

Instantly share code, notes, and snippets.

View dciliberti's full-sized avatar

Danilo Ciliberti dciliberti

View GitHub Profile
@dciliberti
dciliberti / 00_PhotoVideoSlideshow.md
Last active January 5, 2025 10:09
Powershell scripts to make video slideshow with many photos. Customize framerate and video format. Useful to make stop motion movies.

English version

Scroll down for the Italian description.

Scope of the work

I have used GitHub Copilot in VSCode to make a fast .mp4 slideshow with many photos. The photos were high quality .jpg files with different names and sizes from my wedding day.

Since many picture were similar because shot in close moments, I wanted to grab all of them in a single video to make a short movie like a stop motion vid. I also wanted to make it quickly without expensive or complicate software. After all, I just need to put many pictures in sequence and run them fast, possibly ranked by shot date and time, right?

Not so easy but after several tests I made it. A big thank you to GitHub Copilot, the code was entirely written by it.