From be606f68551fffed340a5c652f99c93e8b3299f6 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Thu, 1 Jun 2023 03:00:08 +0300 Subject: tools/ipcam_capture: fix filename --- tools/ipcam_capture.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ipcam_capture.sh') diff --git a/tools/ipcam_capture.sh b/tools/ipcam_capture.sh index 91b7f48..08b9093 100755 --- a/tools/ipcam_capture.sh +++ b/tools/ipcam_capture.sh @@ -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}" -- cgit v1.2.3