Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created November 12, 2013 20:35
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 icaoberg/7438188 to your computer and use it in GitHub Desktop.
Save icaoberg/7438188 to your computer and use it in GitHub Desktop.
gource script to generate movie for pyslid
#!/bin/bash
gource --hide dirnames,usernames --title "Protein Subcellular Location Image Database for Python" --seconds-per-day 1 --auto-skip-seconds 1 -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 ./pyslid.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment