tweak ffmpeg

This commit is contained in:
2018-06-28 22:28:53 +04:00
parent 87dfe64ad3
commit 56466b0877

View File

@@ -178,6 +178,11 @@ function testo2() {
function ffmpeg_timelapse() { function ffmpeg_timelapse() {
local DATE=$1 local DATE=$1
local PRESET=$2
if [[ -z $PRESET ]]; then
local PRESET="ultrafast"
fi
ls /mnt/a/snaps/$DATE | wc -l || return ls /mnt/a/snaps/$DATE | wc -l || return