Drupal 0 to 7 visualized
Through the magic of gource 0.28 on Ubuntu 10.10, watch Drupal 6 grow up to become Drupal 7. Watch it in HD.
http://youtu.be/Zi2iJgehMKg?hd=1
HOWTO (once you have git and gource installed):
git clone git://git.drupalcode.org/project/drupal.git
cd drupal
git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8 --no-renames --since="Wed Feb 13 01:00:00 2008 -0000" --until=="Wed Jan 5 01:00:00 2011 -0000" > ../D7.log
cd ..
gource -s 0.0005 -a 0.01 --disable-progress --hide filenames,users -1280x720 drupal --bloom-intensity 0.2 --bloom-multiplier 0.2 --title "Drupal 7" -i 500 --max-files 10000 --stop-at-end D7.log --output-ppm-stream - | ffmpeg -y -b 3000K -r 25 -f image2pipe -vcodec ppm -i - -vcodec libx264 -fpre /usr/share/ffmpeg/libx264-default.ffpreset d7.mp4
The video of the entire 0-7 Drupal history shows the person who did each patch commit since I thought just watching 10 years of file nodes floating around might not be as much fun to watch.
http://youtu.be/LQ4zNu0HtCQ?hd=1
wget http://drupalcode.org/viewcvs/*checkout*/drupal/contributions/docs/marke...
gource -i 500 -s 0.0001 -a 0.01 -r 25 --title "Drupal" --user-filter anonymous --highlight-users --disable-progress --hide filenames -1280x720 drupal --default-user-image druplicon.small.png --user-image-dir avatars/ --bloom-intensity 0.2 --bloom-multiplier 0.2 --stop-at-end --output-ppm-stream - | ffmpeg -y -b 3000K -r 25 -f image2pipe -vcodec ppm -i - -vcodec libx264 -fpre /usr/share/ffmpeg/libx264-default.ffpreset drupal.mp4
Since Youtube messes up the quality at the start, here are the original mp4 files, which some many days in the future I might remove because they're large:http://deekayen.net/sites/deekayen.net/files/d7_gource.mp4http://deekayen.net/sites/deekayen.net/files/drupal_gource.mp4
Post categories