if you have a video file that has an mpeg extension, you can change it into flv with the following command.

jacobian@jacobian-laptop:~$ ffmpeg -i fais.MPG -ab 56 -ar 22050 -b 500 -s 320×240 video.flv

Leave a Reply