diff options
-rwxr-xr-x | tools/ipcam_capture.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |