Easily create time-lapse videos from webcam images.
How do I get set up?
Build
$ ./build.sh
Run
CLI
$ java -jar WebCamTimeLapse-cli.jar
As shown in help there are several options available:
URL
(mandatory) Webcam image URLinterval
Interval between each captureframes
Number of frames to capture before stoppingfilename
Output file namefps
FPS of generated videoframeduration
Duration of each frameheight
Video heightwidth
Video widthquality
Video quality
GUI
$ java -XstartOnFirstThread -jar WebCamTimeLapse-gui.jar
Source image examples:
- http://ww3.comune.fe.it/webcam/piazza_trento_e_trieste.jpg
- http://ww3.comune.fe.it/webcam/piazza_municipale.jpg
Credits
Uses work from Werner Randelshofer