Search found 3 matches

by rsd
Fri Apr 01, 2005 2:43 pm
Forum: ZoneMinder Previous Versions
Topic: ffmpeg has to be <= 0.4.8
Replies: 3
Views: 3077

Here is a command example and the output: ffmpeg -y -hq -b 200 -r 3.37 -s 320x240 -i %03d-capture.jpg test.mpg Input #0, image2, from '%03d-capture.jpg': Duration: 00:00:23.4, start: 0.000000, bitrate: N/A Stream #0.0: Video: mjpeg, 320x240, 3.37 fps Output #0, mpeg, to 'test.mpg': Stream #0.0 ...
by rsd
Fri Apr 01, 2005 4:30 am
Forum: ZoneMinder Previous Versions
Topic: ffmpeg has to be <= 0.4.8
Replies: 3
Views: 3077

ffmpeg has to be <= 0.4.8

Hi, For some reason ffmpeg > 0.4.8 has a lower fps limit of 25 to generate MPEG1 files. So, as most events are record in a rate < 25 (usually 5) ftps (mostly due to cheap one bt878 chip cards), it is useless with zm. ffmpeg == 0.4.8 OTOH, can generate mpeg 1 files at any rate. My suggestion is to do ...
by rsd
Tue Mar 29, 2005 8:12 pm
Forum: ZoneMinder Previous Versions
Topic: webuser, why?
Replies: 4
Views: 2400

webuser, why?

Hi, I am new to ZM and still on the installation process. Why does ZM really needs a webuser and webgroup? all HTTP files is chowned by the webserver user and webserver group. From a security point of view, this is very wrong. With this the http server may [over]write any file including php and cgi ...