https://github.com/precla/webcamtotimelapse
get webcam images after every x seconds and merge them into one video
https://github.com/precla/webcamtotimelapse
Last synced: 3 months ago
JSON representation
get webcam images after every x seconds and merge them into one video
- Host: GitHub
- URL: https://github.com/precla/webcamtotimelapse
- Owner: precla
- License: gpl-3.0
- Created: 2019-02-20T10:36:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T18:10:40.000Z (over 5 years ago)
- Last Synced: 2025-12-26T11:47:12.840Z (6 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.txt
Awesome Lists containing this project
README
# webcamToTimeLapse - merge webcam pictures into one timelapse video
## Dependencies & Requirements
- python
- direct image link (jpg only atm)
## Running:
- ./webcamToTimeLapse.py [arguments]
- Available arguments:
- -u url, example: -u https://localhost/img.jpg
- -s sleep timer, example: -s 250
- -f framerate of the output video, example: -f 12
- -c create video of all images in specific directory, example: -c /home/user/images/
- -d destination folder for the video, example: -d ./output/
## Example:
- https://www.youtube.com/watch?v=UHR2p3lZXqo
## TODO:
- add png support?
- fix, yet unknown, bugs