Files
carputer/templates/create_timelapse.sh.j2

11 lines
209 B
Django/Jinja

#!/bin/bash
# end the loop
rm $WORKING_DIR/run
sleep 5
# create timelapse
/bin/ffmpeg -r 30 -pattern_type glob -i "$WORKING_DIR/*.jpg" \
-vf "scale=1920x1080" -vcodec libx264 /$WORKING_DIR/00-timelapse.mp4