Running zm 1.22.1 -- just built it tonight and for the most part, it seems to be working.
However, when trying to create a video from an event, the ffmpeg command line that is being used has an error and that results in the attempt failing.
In particular, the command line generated by zm is:
Code: Select all
/usr/local/bin/ffmpeg -y -r 0.00 -i %03d-capture.jpg -s 640x480 -r 30 'New_Event-r1-s1.mpg'
Any suggestion why zm is adding that leading -r 0.00 to the command line and/or how to stop it?
Also, is there a way to have zm automatically produce or update the mpeg file? I guess ideally after each frame capture, but periodically would be fine too.
Thanks!!
Gerry