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.
Thursday, November 1, 2007
Subscribe to:
Post Comments (Atom)
1 comment:
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)
Post a Comment