another ffmpeg change

This commit is contained in:
2018-07-13 23:37:06 +04:00
parent 78263fa82e
commit 7fe83646c8

View File

@@ -208,14 +208,14 @@ ffmpeg_timelapse() {
-y "/mnt/a/tmp/$DATE.mp4"
mv "/mnt/a/tmp/$DATE.mp4" "/mnt/a/$DATE.mp4"
rm -rf "/mnt/a/snaps/$TODAY"
}
ffmpeg_timelapse_today() {
local TODAY=$(date '+%Y-%m-%d')
ffmpeg_timelapse "$TODAY" -preset ultrafast -crf 20
rm -rf "/mnt/a/snaps/$TODAY"
}
update_.g() {