https://github.com/ankitrohatgi/stop_motion
Ultra simple UI to make stop motion videos from a computer + webcam
https://github.com/ankitrohatgi/stop_motion
Last synced: 9 days ago
JSON representation
Ultra simple UI to make stop motion videos from a computer + webcam
- Host: GitHub
- URL: https://github.com/ankitrohatgi/stop_motion
- Owner: ankitrohatgi
- License: mit
- Created: 2023-08-27T23:33:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T03:50:17.000Z (over 2 years ago)
- Last Synced: 2025-10-26T05:40:46.237Z (9 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ultra simple UI to help my 5 year old make stop motion videos.
Usage:
```
# Edit config.yaml as needed
python -m stop_motion config.yaml
```
Installation:
```
git clone https://github.com/ankitrohatgi/stop_motion.git
cd stop_motion
# You may want to create a python venv or conda environment before executing this!
pip install -r requirements.txt
```