Changes

Raspberry Pi

402 bytes added, 22:50, 26 May 2014
motion-triggered capture
./mmal_opencv_modect > video.h264
</syntaxhighlight>
==wrap h264 then combine two files==*concat first and second half:<syntaxhighlight lang="bash">avconv -i concat:a.h264\|b.h264 -c copy sum.h264</syntaxhighlight>*wrap as h264 (with avconv):<syntaxhighlight lang="bash">avconv -i sum.h264 -vcodec copy sum2.mp4</syntaxhighlight>*wrap as h264 (with ffmpeg):<syntaxhighlight lang="bash">ffmpeg -i sum.h264 -vcodec copy sum.mp4</syntaxhighlight>
==alternate lens mounts==