Skip to content

Commit

Permalink
#108: adds a shell script to call gource and ffmpeg for documentation…
Browse files Browse the repository at this point in the history
… purposes
  • Loading branch information
rladstaetter committed Oct 30, 2022
1 parent be32cc2 commit ba1e82b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/gource.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://gource.io - gource is a tool to visualize code repos
# checkout https://github.com/acaudwell/Gource/wiki/Videos for mor information
gource --title "History of LogoRRR so far" --seconds-per-day 1 --hide bloom -b FFFFFF --font-colour 111111 -c 4 --filename-colour 000000 -800x600 --user-image-dir /Users/lad/gh/LogoRRR/docs/gource -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 17 -threads 0 -bf 0 logorrr-history.mp4

0 comments on commit ba1e82b

Please sign in to comment.