Creating timelapsed webcam video
From Lehigh RTMD Wiki
To create a timelapsed video from incremented jpg images, the following programs are required: jpeg2yuv.exe mpeg2enc.exe
The filename requirements are to start from image000001.jpg and have sequential filenames without breaks.
The command line for creating the timelapsed video is:
jpeg2yuv.exe -b 1 -f 25 -I p -j image%%06d.jpg | mpeg2enc.exe -o cam.m1v

