clip.mp4 is 22 GB huge #14646
Unanswered
kankadev
asked this question in
Ask A Question
Replies: 1 comment 1 reply
-
This is because you are most likely using the events API which returns the clip for the entire time that the object was visible and being tracked on the camera. Presumably you want to use the review api instead to get clips just during times of activity |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was wondering why my “Clip to Google Drive Uploader” script was throwing errors so often today. The disk space ran full because a clip.mp4 is more than 22 GB and my script tries to upload this file all the time, but there is not that much disk space in the Docker container.
The question is much more how a single clip.mp4, which has a total length of over 10 hours, can become so large? In this clip you can see a compilation of over two days. Why weren't more than one clip.mp4 created from these many events?
And I'm also wondering how I can now “safely” remove this clip. Can I simply delete the clip from the hard disk or should I also edit the database? As far as I know, there is unfortunately no filter to find a clip directly in the GUI by its ID.
/api/events/1729942912.297013-cg99hs/clip.mp4
Beta Was this translation helpful? Give feedback.
All reactions