Skip to content

Instantly share code, notes, and snippets.

@blkperl
Created September 29, 2013 06:45
Show Gist options
  • Select an option

  • Save blkperl/6749938 to your computer and use it in GitHub Desktop.

Select an option

Save blkperl/6749938 to your computer and use it in GitHub Desktop.
gource to video oneliner
sudo apt-get install libx264-123 libavcodec-extra-53
gource -720x480 --hide filenames --logo cat_logo.png -s .5 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -crf 1 -threads 2 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment