Created
July 10, 2012 08:35
-
-
Save viktorkelemen/3082055 to your computer and use it in GitHub Desktop.
Gource with ffmpeg
This file contains 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
gource -1280x720 --seconds-per-day 0.1 --key --hide dirnames, -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -crf 1 -threads 0 -bf 0 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment