An open API service indexing awesome lists of open source software.

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

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

```