first jenkins run

This commit is contained in:
2025-07-26 17:40:55 -07:00
parent a29ec39252
commit 7496df0174
8 changed files with 29 additions and 68 deletions

View File

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