boot-animator: convert videos to android boot animations

Written 2011-07-17

Tags:opencv Android animation zip 

Tonight I wrote a simple tool to read avi/mpeg/other video files and convert them to bootanimation.zip files for android. It depends on opencv to do the heavy lifting, the command-line zip tool does the zipping, and libpopt will do the switch handling. Right now it generates a bootanimation.zip with the same framerate and resolution as the original video, but I plan to add command-line switches for resolution, framerate, and a few others.

https://github.com/rsaxvc/boot-animator