Step 1: Generate the file list (Windows batch command): (for /f “delims=” %i in (‘dir /b *.jpg /on’) do @echo file ‘%i’) > list.txt This sorts files chronologically and preps them for FFmpeg. Step 2: Create the video: ffmpeg -f...
Setting Up Ubuntu 24.04 Desktop on AWS EC2 with VNC Introduction This guide walks you through setting up a graphical Ubuntu 24.04 desktop environment on an AWS EC2 instance, accessible remotely via VNC. We’ll install a lightweight desktop (XFCE), TightVNC...