Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevinrodriguez-io/7d1a3e5242b23a363fe658c424caff33 to your computer and use it in GitHub Desktop.
Save kevinrodriguez-io/7d1a3e5242b23a363fe658c424caff33 to your computer and use it in GitHub Desktop.
gource sample command
gource -f -960x540 --disable-progress --seconds-per-day 0.5 --stop-on-idle --auto-skip-seconds 0.1 --title project --file-idle-time 0 --hide filenames,progress,mouse --output-ppm-stream - | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -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