Search found 20 matches

by LBDG
Thu Feb 18, 2016 12:22 am
Forum: ZoneMinder 1.29.x
Topic: Reviewing large numbers of alarms
Replies: 10
Views: 6010

Re: Reviewing large numbers of alarms

What would be a very useful option would be for the view event window to have a "alarm event" replay option (right now there are single event, all events, gapless events) for those of us who use mocord. event.jpg This would be complimentary to the timeline function where you can scan only ...
by LBDG
Wed Feb 17, 2016 10:01 pm
Forum: ZoneMinder 1.29.x
Topic: Reviewing large numbers of alarms
Replies: 10
Views: 6010

Re: Reviewing large numbers of alarms

I have 5 installations for which I have to monitor 3 daily for problems (and soon 4). In order to be efficient, I also wrote an alternate zm-movie script to accepts command line parameters that I use in a cron job. Every morning this script creates videos from cameras for me to quickly review. One o...
by LBDG
Mon Feb 15, 2016 2:12 am
Forum: ZoneMinder 1.29.x
Topic: Reviewing large numbers of alarms
Replies: 10
Views: 6010

Re: Reviewing large numbers of alarms

I wrote a php script that does exactly what you want. See github and search for zm-movie. I have been using this script for over 1 year now. It makes mp4 based on alarm frames or all frames using dropdowns to setup the movie. It also has the capability to add buffers after and before an alarm (if yo...
by LBDG
Sat Aug 29, 2015 1:15 am
Forum: ZoneMinder 1.28.x
Topic: Exporting video
Replies: 5
Views: 2419

Re: Exporting video

I just finished updating a PHP script that makes videos in zoneminder c/w drop down menu and start/stop time.

I have been using it for quite a while to export videos I want to keep.

The PHP script can be found at github and is called zm-movie

(sorry cannot post links)
by LBDG
Mon Apr 13, 2015 12:37 am
Forum: User Contributions
Topic: Another make mp4 movie PHP script UPDATED
Replies: 0
Views: 3489

Another make mp4 movie PHP script UPDATED

I wrote a script (zm_movie_cam_avconv.php) in PHP to make continuous movies from requested start/stop times in zoneminder (thanks to great comments on github to make it better) Works with zm 1.28.1, ffmpeg and avconv It may be useful to some (it is to me) It can be found on github, the repository is...