update readme
This commit is contained in:
6
templates/create_timelapse.sh.j2
Normal file
6
templates/create_timelapse.sh.j2
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# create timelapse
|
||||
|
||||
ffmpeg -r 30 -pattern_type glob -i "$WORKING_DIR/*.jpg" \
|
||||
-vf "scale=1920x1080" -vcodec libx264 /$WORKING_DIR/00-timelapse.mp4
|
||||
|
||||
Reference in New Issue
Block a user