As per requests in my last post here is a video made with my home made timer and my trusty canon 400d. Sorry I couldn't embed the video I'm new to this and I thought Vimeo allowed it. I also must apologize for not adding a sound track to the movie as I haven't figured out on how to get my open source tools to do it yet. On that note I should mention how I did it in the first place in case any other adventurous individual searches and finds this post.
$ cat .mplayer/mencoder.confThis just assumes the reader knows their way around linux. I compiled mplayer/mencoder with x264 support enabled, then ran the mencoder to compile the individual photos into a vimeo/youtube acceptable HD video format. If anyone knows of a GTK front end or a how I can encode an audio track into the mix let me know how.
[x264-vimeo]
profile-desc="h264 high res"
vf=pullup,softskip,pp=fd,hqdn3d,harddup,scale=1280:720
lavdopts=threads=2
ovc=x264=yes
x264encopts=threads=auto:subq=5:frameref=4:me=umh:partitions=all:b-pyramid=yes:qcomp=0.8:trellis=1:8x8dct=yes:bframes=3:weightb=yes:bitrate=3000
sws=10
$ mencoder -nosound mf://data/scrabble/*.jpg -mf type=jpg:fps=3 -profile x264-vimeo -o final-edit.mkv
On a less mentally taxing, I got my Arduino based micro controller today. This has an amtel atmega168 chip at it's core running at a whole 16MHz, has 16KB flash, 1KB RAM, 0.5KB EEPROM and a whole slew of digital and analog I/O pins. It isn't anything to gawk at but it was relatively cheap and easy to program. I haven't done much with it yet but as soon as I got home I scrambled to build a power supply[6AA batteries] for it as you can see in the background and coded my first program for it to display that message for all three of my blog readers.I hope y'all enjoyed the time lapse video at least if the rest of this post confused you.
-- EDIT -- 16/04/09
Several days later and I just figured out how to embed videos now. you won't get the full HD video unless you click the link and go to the actual Vimeo page though so still do that :).
Scrabble time lapse from Adrian W.
