tweak ffmpeg fix

This commit is contained in:
2018-06-28 22:29:33 +04:00
parent 56466b0877
commit 9c83da5bd4

View File

@@ -188,6 +188,6 @@ function ffmpeg_timelapse() {
ffmpeg \
-pattern_type glob -i "/mnt/a/snaps/$DATE/*.jpg" \
-vf 'fps=60' -tune film -preset fast -vsync 0 \
-vf 'fps=60' -tune film -preset $PRESET -vsync 0 \
"/mnt/a/$DATE.mp4"
}