Simple command to create a timelapse from a few imagesPosted on Sep 16, 2014cat *jpg* | ffmpeg -f image2pipe -r 30 -vcodec mjpeg -i - -vcodec libx264 out.mp4 ffmpegtimelapsetip