Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cberzan
cberzan / mk_slideshow.sh
Created November 1, 2012 02:49
quick hack: turn a bunch of images into a video slideshow
#!/bin/bash
# Takes all images given as parameters, and makes a video slideshow out of them.
# Note that the images are ordered lexicographically, regardless of the order in
# which they are given.
# Output Parameters:
SLIDE_SECONDS=4
SIZE_WIDTH=640
SIZE_HEIGHT=480