2 Replies to “Someone please make this video”

  1. I built another one, this is the push to get the 2.6.1 release ready.
    The time frame is 2.6.0 -> 2.6.1 changes..

    http://www.youtube.com/watch?v=SZbRBiLivuI

    The commands I used
    I had to build a git log file of just the changes between the two tags for gource to read
    > git log –pretty=format:user:%aN%n%ct –reverse –raw –encoding=UTF-8 –no-renames v2.6.0..v2.6.1 > git_logs.txt

    The just I ran these logs thruogh gource
    > gource –log-format git git_log.txt –disable-progress –output-ppm-stream – | ffmpeg -vpre libx264-default -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i – -vcodec libx264 gource.mp4

    Dylan..

    * for the git log the first time I just piped the git log output to gource, but it would lock-up at the end of the encoding. So I changed it to write to a file gource can just read.

Comments are closed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)

Mentions

  • dylanr
  • Anonymous