Video questions

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
zurvan2
Posts: 4
Joined: Sat Sep 05, 2020 7:22 pm

Video questions

Post by zurvan2 »

I'm testing things out, and with the camera I have, the mp4 passthrough video recording works great. I'd love to reduce disk usage by only saving the video file, at least for long-term.

But even with video capture enabled, all the capture.jpg files are still created.

Several questions:
- which image files are necessary for zoneminder UI and zmNinja to browse and watch events? Do they need the capture jpegs? or can they use the video?
- is there an option to not save the capture jpegs at all?
- Is there an option to delete the capture jpegs (but keep the video! and maybe thumbnails?) as part of a filter?
User avatar
burger
Posts: 392
Joined: Mon May 11, 2020 4:32 pm

Re: Video questions

Post by burger »

zurvan2 wrote: Sun Sep 06, 2020 2:47 pm - which image files are necessary for zoneminder UI and zmNinja to browse and watch events? Do they need the capture jpegs? or can they use the video?
Just video is enough.
zurvan2 wrote: Sun Sep 06, 2020 2:47 pm - is there an option to not save the capture jpegs at all?
Monitor config - Storage - save jpegs. Read the docs: zoneminder.readthedocs.io
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
zurvan2
Posts: 4
Joined: Sat Sep 05, 2020 7:22 pm

Re: Video questions

Post by zurvan2 »

Awesome, thanks!
Post Reply