export single event to video file
Posted: Sun Nov 05, 2017 12:17 pm
Apologies in advance if this has already been answered, but I couldn't find it via search.
ZM 1.30.0 on Ubuntu 16.04 server
I would like to be able to click on a single event and export to AVI or MPEG. In the event display window, choosing export and selecting the "export video" with zip checked results in "export failed" and an error in the log:
I can export the event manually, by brewing up a ffmpeg command line, but this is a PITA because of the whole event directory structure. And yes, ffmpeg is installed and its path is correct in the ZM config. I would very much like to have a single click to produce a video file from a single event, and then offer that file for download.
Has anyone made this work?
ZM 1.30.0 on Ubuntu 16.04 server
I would like to be able to click on a single event and export to AVI or MPEG. In the event display window, choosing export and selecting the "export video" with zip checked results in "export failed" and an error in the log:
Code: Select all
2017-11-05 07:11:06.839808 web_php 9560 ERR Export Failed /usr/share/zoneminder/www/includes/functions.php 1993
2017-11-05 07:11:06.837544 web_php 9560 ERR Command 'cat 'temp/zmFileList.txt' | zip -q 'temp/zmExport.zip' -@' returned with status 12 /usr/share/zoneminder/www/skins/classic/includes/export_functions.php 943
Has anyone made this work?