https://github.com/romancha/images-to-video-server
Creates a timelapse video from images and show in simple webpage
https://github.com/romancha/images-to-video-server
ffmpeg golang timelapse webcam
Last synced: about 1 month ago
JSON representation
Creates a timelapse video from images and show in simple webpage
- Host: GitHub
- URL: https://github.com/romancha/images-to-video-server
- Owner: Romancha
- License: apache-2.0
- Created: 2023-12-27T13:37:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T05:21:48.000Z (almost 2 years ago)
- Last Synced: 2025-07-20T07:21:27.314Z (11 months ago)
- Topics: ffmpeg, golang, timelapse, webcam
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webcam Timelapse
This project is a Go application that creates a timelapse video from webcam capture images.
## Description
This application use ffmpeg to create a mp4 timelapse video from a couple of images and display the videos in a simple web page.
Another app https://github.com/Romancha/webcam-screenshot-capture is used to capture images from webcam.
## Usage
1. Configure config.json file with your webcam capture images folders and the output folder for the videos. See many arguments in opts struct in main.go file.
2. Run as Go binary (ffmpeg must be installed) or from Docker.
3. Open the web page localhost:8080 to see the videos.
## Contributing
Contributions are welcome. Please fork the repository and create a pull request with your changes.
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.