Hi, Is there any way to record to mpeg or avi without saving lots of jpgs to harddisk.
Currently I need to record 24/7 and I'm thinking to generate one mpg or avi per day.
Record directly to mpeg or avi
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
There is no technical reason why this could not be done, all the pieces are there already just not all joined together in the right way! The only issues I'd be worried about would be keeping the same file open all day and the difficulty in navigating around one giant MPEG file which could be hundreds of megs in size.
Phil,
Phil,
why not just read up on the ffmpeg
here is the documentation link for the ffmpeg
http://ffmpeg.sourceforge.net/ffmpeg-doc.html
now just setup zoneminder to execute a script for each camera every hr generating the jpegs collected in the directory....
then have zoneminder automatically remove the jpegs when done and name the file as you wish
here is the documentation link for the ffmpeg
http://ffmpeg.sourceforge.net/ffmpeg-doc.html
now just setup zoneminder to execute a script for each camera every hr generating the jpegs collected in the directory....
then have zoneminder automatically remove the jpegs when done and name the file as you wish
jay