Created
September 29, 2013 06:45
-
-
Save blkperl/6749938 to your computer and use it in GitHub Desktop.
gource to video oneliner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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