* support h264_v4l2m2m encoder * fix h264_v4l2m2m encoder draining error Handle h264_v4l2m2m encoder setting packet pts and size to zero rather than returning AVERROR_EOF to indicate the end of codec draining. * ffmpeg_alloc_video_buffer: more useful error message * ffmpeg_alloc_video_buffer: get rid of goto * ffmpeg: rearrange end of codec drain detection code * ffmpeg: only NV21 format convert if h264_v4l2m2m * ffmpeg: handle separated NAL unit during encoding * ffmpeg: ensure first frame PTS is zero * Revise to use enum and parse into some smaller functions
Motion
Status
The build status from travis-ci for the master branch is:
Description
Motion is a program that monitors the video signal from one or more cameras and is able to detect if a significant part of the picture has changed. Or in other words, it can detect motion.
Documentation
The documentation for Motion is contained within the file motion_guide.html.
The offline version of this file is available in the doc/motion directory. The online version of the motion_guide.html file can be viewed here
In addition to the detailed building instructions included within the guide, the INSTALL file contains abbreviated building instructions.
Resources
Please join the mailing list here
We prefer support through the mailing list because more people will have the benefit from the answers. A archive of mailing list discussions can be viewed here
License
Motion is mainly distributed under the GNU GENERAL PUBLIC LICENSE (GPL) version 2 or later. See the copyright file for a list of all the licensing terms of the various components of Motion.
The file CREDITS lists the many people who have contributed to Motion over the years.
Contributing
Issues and Patches should be submitted via github and include detail descriptions of the issue being addressed as well as any documentation updates that would be needed with the change.