Download this repository via this link. Double click the downloaded zip file to unpack it into a folder. Inside of this folder, you will find two scripts.
Now, open a new terminal window. (Applications/Terminal). Navigate to the folder just unzipped. Run the following two commands:
sudo gem install mini_magick
brew install imagemagick
(This requires the Homebrew command. If you do not already have Homebrew installed on your computer, install it from here.)
- Create a folder inside of the folder called "images".
- Put all of your images inside of this new folder
- Run the command
./resize.rb images
- Run the command
./slideshow.rb images output.mp4
- Open output.mp4