tools/ipcam_capture: fix filename

This commit is contained in:
Evgeny Zinoviev 2023-06-01 03:00:08 +03:00
parent cbd8824e61
commit be606f6855

View File

@ -116,4 +116,4 @@ fi
ffmpeg $args -i rtsp://${CREDS}${IP}:${PORT}/Streaming/Channels/${CHANNEL} \
-c copy -f segment -strftime 1 -segment_time 00:10:00 -segment_atclocktime 1 \
"$OUTDIR/record_%Y%m-%d-%H.%M.%S.${EXTENSION}"
"$OUTDIR/record_%Y-%m-%d-%H.%M.%S.${EXTENSION}"