Satya's blog - Webcam images to Flash FLV on Linux
Okay, here's how to convert a series of images, say from a web cam, to flash video. On linunx, no less. This little trick uses mencoder and flvtool2 (the latter is a ruby script). Here's the command:
mencoder "mf://*.jpg" \
Follow that up with flvtool2 -UP test.flv. Then you will need a Flash video player, such as the one from Jeroenwijering.com. That one's free for non-commercial use. So make an HTML file with content similar to:
<html>
...and Bjorn Stronginthearm's your uncle. Update: I got instructions from Homo-Adminus Blog which helped me. Also, if you want sound you need to add this to the mencoder command line:
-oac mp3lame \
|
|