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

This entry was posted in Uncategorized. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. 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>