Generate your first time-lapse in 5 minutes.
# Clone
git clone https://github.com/user/git-chronoscope.git
cd git-chronoscope
# Install dependencies
pip install -r requirements.txt- Git installed
- FFmpeg installed (for video output)
# Basic usage
python -m src.main /path/to/your/repo output.mp4
# With options
python -m src.main /path/to/repo output.mp4 --fps 10 --resolution 1080pOpen output.mp4 to see your repository's evolution!
| Option | Description |
|---|---|
--fps 10 |
Frames per second |
--resolution 1080p |
Video resolution |
--format gif |
Output as GIF |
--include "*.py" |
Filter files |
--dry-run |
Preview without generating |
- See
README.mdfor full documentation - See
TROUBLESHOOTING.mdif you encounter issues