Page 1 of 1

PHP script to export zoneminder movies with Front End

Posted: Tue Dec 01, 2020 1:53 am
by LBDG
I updated an older script to work with zoneminder 1.34 passthrough to export videos between start and stop times.

Since I exclusively use mocord, there is an "Alarm" option which will only export the alarms in a continuous videos between the start and stop times. Great to see 24 hours of accelerated alarms in a few minutes of video. The "All" option will export a continuous video between a start and stop time. Other ffmpeg processing options are available (speed, fps, size etc.) for time lapse etc.

The script can be used from the command line or with a html front end
https://github.com/lbdc/zm_movie_bootstrap
The installation instructions are in the repository readme.
Index.png
Index.png (17.44 KiB) Viewed 41487 times
Make_movie.png
Make_movie.png (40.77 KiB) Viewed 41487 times

Tested on Ubuntu 20.04 with the latest zoneminder 1.34 (ensure the storage area is not null (set to default or other area) [attachment=0]storage.png[/attachment]

Re: PHP script to export zoneminder movies with Front End

Posted: Sun Dec 27, 2020 6:42 pm
by ledrew1407
This is a great tool, thanks for taking the time to share with everyone.

Re: PHP script to export zoneminder movies with Front End

Posted: Sat Aug 14, 2021 9:15 pm
by ledrew1407
I am wondering if there are any updates, this script seems to have stopped working with v1.36.5

Re: PHP script to export zoneminder movies with Front End

Posted: Wed Aug 18, 2021 12:19 pm
by LBDG
The script has not been updated for 1.36 yet. I'm still running ZM 1.34.
I know there are some changes in the database from 1.34 to 1.36 (fixed I think) but she SQL queries in the script stopped working under 1.36.
If anyone has SQL experience I could point them to the SQL query which is the problem.

I have not had time to upgrade yet but anticipate doing so in the fall.

Re: PHP script to export zoneminder movies with Front End

Posted: Sat Oct 16, 2021 4:16 pm
by LBDG
The script has been updated for zoneminder 1.36 and tested on Ubuntu 20.04
https://github.com/lbdc/zm_movie_bootstrap