Skip to content

Instantly share code, notes, and snippets.

@Neener54
Last active May 14, 2019 17:59
Show Gist options
  • Save Neener54/d348f55ab5e21f031580f9152087587c to your computer and use it in GitHub Desktop.
Save Neener54/d348f55ab5e21f031580f9152087587c to your computer and use it in GitHub Desktop.
Generate HD video of source code
gource -s .02 -1920x1080 --key --highlight-users --hide mouse,progress,filenames --font-size 22 --title "Source Code History" -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 source_vid.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment