Skip to content

Instantly share code, notes, and snippets.

@iworker
Created December 28, 2021 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iworker/7526456f8ef79f0f0836177d9f521e47 to your computer and use it in GitHub Desktop.
Save iworker/7526456f8ef79f0f0836177d9f521e47 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~/Projects/project
gource -1280x720 --title "Project" -s 0.1 --multi-sampling --hide mouse,filenames --highlight-all-users --dir-name-depth 2 --logo logo.svg --user-image-dir ~/Documents/avatars -o - -r 60 logs.txt | ffmpeg -y -r 60 -i - -vcodec ppm -vcodec libx264 -preset slow -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment