Skip to content

Instantly share code, notes, and snippets.

@eriksargent
eriksargent / compose.sh
Created September 1, 2015 14:59
Raspberry Pi Timelapse
# compose.sh
# Compose the images together
cd /home/pi/timelapse
# Compose all available images together into the timelapse
avconv -y -r 10 -i image%4d.jpg -r 30 timelapse.mp4