This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |