Skip to content

Instantly share code, notes, and snippets.

View kahenteikou's full-sized avatar

32kahenteikou kahenteikou

  • Fukushima Prefectural Fukushima High School
  • Fukushima,Japan
View GitHub Profile
@viktorkelemen
viktorkelemen / gist:3082055
Created July 10, 2012 08:35
Gource with ffmpeg
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