emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: video of the org-mode git repository


From: Eric Schulte
Subject: [Orgmode] Re: video of the org-mode git repository
Date: Thu, 20 May 2010 16:33:41 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Dan Davison <address@hidden> writes:

[...]
> Eric -- any tips on building gource and the command line used to produce
> the video? Did you do it on OS X or linux?

Hi Dan,

I found it really easy to get running on Linux (Ubuntu 10.04), luckily
all of the dependencies in the INSTALL file of the tarball can be
coppied and pasted into a single apt-get command to resolve all package
dependencies.

They offer instructions for generating a video at the following page
http://code.google.com/p/gource/wiki/Videos

I used the following command
: ./gource -a 1 -s 0.25 --highlight-all-users --hide filenames -640x480 
--output-framerate 30 --disable-progress --stop-at-end --output-ppm-stream - 
~/src/org |ffmpeg -y -b 2000k -r 30 -f image2pipe -vcodec ppm -i - 
~/Desktop/org-git-history.mp4

Cheers -- Eric

> 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.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]