I am currently recording a few RTSP streams (via ffmpeg), and I noticed that ZM stores separate images for each frame vs an actual mpeg. Is there any way to change this? Filling up space FAST with high resolution....
Thank you in advance!
Eric
Record mpeg vs images?
Re: Record mpeg vs images?
After a few hours of streaming, I have pulled in 13 GB on my NIC, but stored 171GB.... I assume this is due to the loss of compression of the mpeg stream?
Re: Record mpeg vs images?
Quite likely. You are effectively comparing MPEG (with intra-frame compression) with MJPEG (with NO intra-frame compression). Things get bigger!
Also 13GB on the NIC = 13GB of "RTSP" data, which could be even better compressed than your example MPEG, so an even bigger discrepancy in size!
Also 13GB on the NIC = 13GB of "RTSP" data, which could be even better compressed than your example MPEG, so an even bigger discrepancy in size!
Re: Record mpeg vs images?
Ive thought about some type of batch job that follows and converts the images to a mpeg, but that would likely break a while lot internally to ZM.... Has anyone come up with some type of workaround??
Re: Record mpeg vs images?
ZM can already convert the .JPGS to a movie, check out the "Filters" options, one of which is "convert to movie".
Of course, if you do this for EVERY event you will find that you a) eat a lot of processor time, and b) eat even more disk space as you'll have the JPGs *and* a movie as well
Of course, if you do this for EVERY event you will find that you a) eat a lot of processor time, and b) eat even more disk space as you'll have the JPGs *and* a movie as well
-
- Posts: 494
- Joined: Sun Jun 29, 2014 1:12 pm
- Location: Melbourne, AU
Re: Record mpeg vs images?
We have an experimental branch around h264 storage, that saves h264 cameras direct to disk, and can encode other cameras into h264 for storage.
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Random Selection of Cameras (Dahua and Hikvision)
Re: Record mpeg vs images?
I am very interested about this..... Where can I get some more information on it?SteveGilvarry wrote:We have an experimental branch around h264 storage, that saves h264 cameras direct to disk, and can encode other cameras into h264 for storage.
-
- Posts: 494
- Joined: Sun Jun 29, 2014 1:12 pm
- Location: Melbourne, AU
Re: Record mpeg vs images?
https://github.com/ZoneMinder/ZoneMinde ... deostorage
Hit irc at least a couple in there that have or are running it.
Hit irc at least a couple in there that have or are running it.
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Random Selection of Cameras (Dahua and Hikvision)