Creating video with codeswarm

A very fast recipe to do a video with codeswarm (Relative to codeswarm home)


#!/bin/sh

mkdir project_build

svn log -v https://urltoprojectsvn/svn/project > project_build/activity.log

python convert_logs/convert_logs.py -s project_build/activity.log -o project_build/activity.xml

ffmpeg -f image2 -r 24 -i ./project_build/frames/code_swarm-%05d.png -sameq ./project.mov -pass 2

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>