Saving Videos created by FFMPEG to new location
Posted: Wed Apr 03, 2013 3:11 pm
I have 3 Cameras (Panasonic BL-C101A) that are working correctly and saving images the way i want them to.
I have never been able to setup 'video' with Zoneminder. It looks like it does the jpg images only. No problem, I have spent the last few days getting FFMPEG running and configured on the server. Afterwards I went into ZM and setup a Filter, so when ever a Cause = Motion <then> Create Video. The video is created in the folder where you can view the images.
Is there a way (in FFMPEG?) To set the default location where the video is created to a New location?
Instead of "/usr/cache/zoneminder/events/1/13/04/03/07/31/56/Front-Door Wed Apr 3 07:33:25 MST 2013.avi" I wanted to put it into "/media/archive/Front-Door Wed Apr 3 07:33:25 MST 2013.avi"
the ffmpeg information is the following:
ffmpeg_Imput_Options: -i %03d-capture.jpg
ffmpeg_Output_Options: -r 12 -s 640x480 "`date`".avi
I have never been able to setup 'video' with Zoneminder. It looks like it does the jpg images only. No problem, I have spent the last few days getting FFMPEG running and configured on the server. Afterwards I went into ZM and setup a Filter, so when ever a Cause = Motion <then> Create Video. The video is created in the folder where you can view the images.
Is there a way (in FFMPEG?) To set the default location where the video is created to a New location?
Instead of "/usr/cache/zoneminder/events/1/13/04/03/07/31/56/Front-Door Wed Apr 3 07:33:25 MST 2013.avi" I wanted to put it into "/media/archive/Front-Door Wed Apr 3 07:33:25 MST 2013.avi"
the ffmpeg information is the following:
ffmpeg_Imput_Options: -i %03d-capture.jpg
ffmpeg_Output_Options: -r 12 -s 640x480 "`date`".avi