Skip to content
Snippets Groups Projects
Commit 4249e18d authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

axis_record: remove old mp4 files

parent f2c69f84
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Remove mp4 files that have not been modified for one week
find . -name \*.mp4 -mtime +7 -delete
ffmpeg \
-i http://axis-ptz1/mjpg/video.mjpg \
-t 10:00:00 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment