From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: video of the org-mode git repository Date: Thu, 20 May 2010 16:33:41 -0600 Message-ID: <87zkzu2ofu.fsf@gmail.com> References: <87hbm33y6k.fsf@gmail.com> <0FA73B8D-C074-4220-9824-5886C84AE485@gmail.com> <633gc7-2ij.ln1@news.eternal-september.org> <878w7ev6fq.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60943 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFEJH-0004TL-RT for emacs-orgmode@gnu.org; Thu, 20 May 2010 18:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFEJF-00060o-FA for emacs-orgmode@gnu.org; Thu, 20 May 2010 18:33:47 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:52125) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFEJF-00060Z-AW for emacs-orgmode@gnu.org; Thu, 20 May 2010 18:33:45 -0400 Received: by pvg2 with SMTP id 2so6657pvg.0 for ; Thu, 20 May 2010 15:33:43 -0700 (PDT) In-Reply-To: <878w7ev6fq.fsf@stats.ox.ac.uk> (Dan Davison's message of "Thu, 20 May 2010 13:17:29 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode@gnu.org Dan Davison 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. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode