something got stolen on my property and unfortunately it was out of view of the camera so i have to literally watch a months worth of videos to see if i can see someone walking past the camera.
.
ive tried to do it in the webpage but it keeps messing up and i have to either remember where i was or start over. plus its really slow only 16x.
i can see in the event viewer there is a download button but if i select all and push it nothing happens.. if i do one it will ask if i want to zip up the videos first..
is there an option or a way to download ALL of the videos? its like 300gb
how do i enable downloading multiple videos?
Re: how do i enable downloading multiple videos?
Not a direct answer, but you can grab the videos off of the disk. They are organized by camera and date.
/zm/store/1/2022-08-12/{event ID}/{event id}-video.mp4
/zm/store/1/2022-08-12/{event ID}/{event id}-video.mp4
Andy
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
-
- Posts: 18
- Joined: Wed Aug 03, 2022 12:48 am
Re: how do i enable downloading multiple videos?
Here is the script to move all .mp4 files in batch. I do not have a bash translation.
for /r "g:\zm\store\1" %i in (*.mp4) do move "%~fi" "g:\new"
All mp4 files under the directory g:\zm\store\1 are moved the g:\new It will look in all directories under m.
You may want to copy.
Also, use at your own risk.
for /r "g:\zm\store\1" %i in (*.mp4) do move "%~fi" "g:\new"
All mp4 files under the directory g:\zm\store\1 are moved the g:\new It will look in all directories under m.
You may want to copy.
Also, use at your own risk.
Andy
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
Re: how do i enable downloading multiple videos?
I’d have thought there would be a better way in 2022. Like rclone them to an S3 bucket and get AWS to watch the video for you.
-