Scroll down for the Italian description.
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.
Execute the following scripts (or just copy/paste the lines of codes) sequentially in Windows powershell. Requires:
- ffmpeg (https://ffmpeg.org/download.html#build-windows)
- ExifTool (https://exiftool.org/)
La descrizione in inglese è qui sopra.
Ho usato GitHub Copilot in VSCode per realizzare una veloce video presentazione .mp4
con molte fotografie. Le foto sono immagini .jpg
di alta qualità con nomi e formati differenti scattate al mio matrimonio.
Siccome molte foto sono simili essendo state scattate in momenti ravvicinati, ho voluto metterle tutte insieme in un video per fare un breve filmato tipo stop motion. Volevo anche realizzarlo velocemente senza usare software costosi e complicati. Dopo tutto, devo solo mettere molte foto in sequenza e farle scorrere rapidamente, ordinandole possibilmente per data e ora, giusto?
Non così semplice, ma dopo diverse prove ci sono riuscito. Un grande ringraziamento a GitHub Copilot, il codice è stato interamente scritto da esso.
Eseguire i seguenti script (o copiare e incollare le linee di codice) in sequenza nella console di Windows Poweshell. Requisiti:
- ffmpeg (https://ffmpeg.org/download.html#build-windows)
- ExifTool (https://exiftool.org/)