karstenBehrendt / raspi_security_camera

Real-time, full HD, 25fps, motion detection, network security camera.
9 stars 2 forks source link

Check boxing conversion #15

Closed karstenBehrendt closed 10 years ago

karstenBehrendt commented 10 years ago

In case of multiple motion events within a short time, multiple videos have to be boxed, split and stored.

First: Check how much is actually possible.

Second: What about with simultaneous webstream.

Third: See if everything fits into memory and if this speeds it up.

Fourth: Implement a queue, so boxing processes of multiple videos do not slow each other down.

karstenBehrendt commented 10 years ago

MP4Box actually can convert and split at once.