Thursday, November 1, 2007

Video posted of power circuit talk

I have posted the first video. It's from the 2007-10-31 talk by Michael Hines about Controlling Power with the Computer.

The video didn't come out as great as I would have liked. In the future I'll do better sound checks and hopefully will find a better recording tool that make just create avi/divx files.

1 comment:

Anonymous said...

Solution: to convert to avi (xvid)

1. install ffmpeg
2. run this command:

$ ffmpeg -i video.ogg -acodec mp3 -vcodec xvid -ab 128k -b 342 video.avi

(Your ogg has a bitrate of 342)