Search found 3 matches

by RossFabricant
Wed Oct 28, 2009 12:53 pm
Forum: ZoneMinder Hints & Tips
Topic: ffmpeg with multiple frame rates
Replies: 1
Views: 3213

In case anyone else has this issue, the best way I found was in fact to generate separate videos for each different frame rate, and join them together with mencoder: mencoder -oac copy -ovc copy -o combined.flv first.flv second.flv third.flv
by RossFabricant
Tue Oct 20, 2009 10:35 pm
Forum: ZoneMinder Hints & Tips
Topic: ffmpeg with multiple frame rates
Replies: 1
Views: 3213

ffmpeg with multiple frame rates

If I have different frame rates for alarmed and non-alarmed frames, what is the best way to make a video or videos with the correct frame rate? I believe that for an event with alarm frames I can find the first and last alarm frames with a simple query, and make 3 calls to ffmpeg, 1 for the frames ...
by RossFabricant
Sat Sep 26, 2009 9:21 pm
Forum: ZoneMinder 1.24.x
Topic: ZoneMinder to trigger script
Replies: 1
Views: 2731

It appears that zmShmVerify has been replaced by zmMemVerify in a recent version of ZoneMinder, so if you just make that change it should work. You can read about the module by running:
perldoc ZoneMinder::Memory