ffmpeg fix

This commit is contained in:
2018-06-29 23:21:43 +04:00
parent 82597e6509
commit a2e432b0b5

View File

@@ -188,7 +188,7 @@ function ffmpeg_timelapse() {
ffmpeg \
-framerate 60 \
-pattern_type glob -i "/mnt/a/snaps/$DATE/12-0*-*.jpg" \
-pattern_type glob -i "/mnt/a/snaps/$DATE/*.jpg" \
-preset $PRESET \
-y "/mnt/a/$DATE.mp4"
}