https://github.com/ucb-bar/retreat-animation-script
https://github.com/ucb-bar/retreat-animation-script
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucb-bar/retreat-animation-script
- Owner: ucb-bar
- Created: 2024-02-28T06:30:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T06:34:56.000Z (over 1 year ago)
- Last Synced: 2025-01-16T01:15:25.593Z (5 months ago)
- Language: Python
- Size: 1.29 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retreat-Animation-Script
[](https://www.youtube.com/watch?v=aN10VW1wRUo&t=5s)
Script used to create the "Chipyard Timeline" series animation, used during SLICE retreat break
```bash
gource -1920x1080 -o gource.ppm --date-format "%Y-%m-%d %H:%M:%S" --font-size 32 --user-image-dir .git/avatar/ --seconds-per-day 0.1 --file-idle-time 0 --background-image ./bg.png
``````bash
ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libx264 -preset medium -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
```https://github.com/acaudwell/Gource/wiki/Visualizing-Multiple-Repositories