Skip to content

JasonRaveling/automated-slideshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple Bash script that takes all of the images in the slides directory and combines them into a single video (MP4) in the form of a slideshow. Each image fades in and out.

Requirements

  • A *nix environment to to run this bash script.
  • ffmpeg installed.

How to use it

  • Place all of your images in the slides directory. Be sure all images are named *.jpg (not .jpeg) and there are no spaces in the names.
  • Make generate.sh executable.
  • Run generate.sh. (optional: When prompted, adjust the order of the slides by editing the order in clips_list.txt.)
  • Done! A new file is generated called slideshow.mp4.

About

A Bash script that uses ffmpeg to generate an slideshow (MP4) of photos in a directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages