diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-01 03:00:08 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-01 03:00:08 +0300 |
commit | be606f68551fffed340a5c652f99c93e8b3299f6 (patch) | |
tree | 10a57b5126ae7344711f9a68352a7857a90fe6ff | |
parent | cbd8824e610e3150adf326423133c057553c0b68 (diff) |
tools/ipcam_capture: fix filename
-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}" |