Convert MPEG video to Flash
April 18, 2008 by tibor
Source: http://www.tsewdry.net/wordpress/?p=27
Excerpt:
“After quite a bit of toying around, I got the following to work to convert an MPEG Video to Flash format. The original video(s) were off my digital camera, and uploaded in AVI format. I used kino to edit the videos and created one output in mpeg format.
ffmpeg -i input.mpeg -ab 64 -ar 44100 -acodec pcm_s16le output.flv
Then run:
flvtool2 -U output.flv
To add duration information, etc.”


