Skip to content

Instantly share code, notes, and snippets.

@edjames
Last active October 11, 2015 23:48
Show Gist options
  • Save edjames/3938621 to your computer and use it in GitHub Desktop.
Save edjames/3938621 to your computer and use it in GitHub Desktop.
Gource command for repo Star Wars
gource -1280x720 -o - --title "VZ-APP" --hide date,filenames,mouse --start-date '2014-08-01 00:00:01' --disable-bloom --logo app/assets/images/homepage/play_symbol.png --auto-skip-seconds 1 --seconds-per-day 0.25 --start-position 0.7 --font-size 6 | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
gource -768x540 -o - --title "VZ-APP" --start-date '2014-08-01 00:00:01' --disable-bloom --logo app/assets/images/homepage/play_symbol.png --auto-skip-seconds 1 --seconds-per-day 0.5 --font-size 6 | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
hide options: bloom,date,dirnames,files,filenames,mouse,progress,tree,users,usernames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment