Creating a video from webcam still images with crontab and ffmpeg
By jeltsch on Wed, 04/29/2015 - 17:00I have a webcam that is taking images when there is movement in its view field. It uploads them to a ftp server. I wanted some automated method to generate a video file from the images of the previous day. Finally I came up with the following shell script which is living under /etc/cron.daily:
#!/bin/sh
#
# cron script to make a movie out of webcam stills
#