Richard Riley <rile...@gmail.com> writes:

> Carsten Dominik <carsten.domi...@gmail.com> writes:
>
>> On May 20, 2010, at 8:05 AM, Eric Schulte wrote:
>>
>>> So this has been done before, but I recently stumbled across the  
>>> gource
>>> (http://code.google.com/p/gource/) tool for visualization of git  
>>> commit
>>> histories, and I applied it to Org-mode's git repository.
>>>
>>> See the results at http://vimeo.com/11889681
>>
>> Awesome!  Even though I look like a hyperactive kid with a laser gun :-)
>>
>
>
> Really amazing!

Yeah, that is strangely fun to watch.

Eric -- any tips on building gource and the command line used to produce
the video? Did you do it on OS X or linux? I got gource to build on
ubuntu after installing a bunch of graphics-related packages, and I
found a possible-looking command line at

http://michaeldehaan.net/2010/01/15/source-code-visualization-with-gource/

using that I get

gource -s 0.03 --auto-skip-seconds 0.1 --file-idle-time 500 --max-files 500 
--multi-sampling -1280x720 --stop-at-end   --output-ppm-stream - | ffmpeg -y -b 
3000K -r 24 -f image2pipe -vcodec ppm -i - -vcodec mpeg4 gource.mp4
gource: SDL initialization failed - Couldn't find matching GLX visual

which makes me worry that it's just not going to happen on my netbook's
graphics card. But am speaking from position of almost complete
ignorance.

Dan

>
> BTW, you reminded me of the main character from Williams' 80s arcade
> game Robotron!
>
> http://www.youtube.com/watch?v=TPIbQnPA4gY&feature=related
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to