Easy: converting Android smart phone videos to Flash Video for website embedding.

Using GNU/Open Source video utility ffmpeg, you can easily convert MP4 videos from your Android device to Flash video files (FLV). After installing under Debian GNU/Linux I use the following command: ffmpeg -i inputVideoFile.mp4 -ab 56k -ar 22050 -b 800k -r 20 -s 480×360 outputVideoFile.flv Where: -i inputVideoFile.mp4 – tells … Continue reading