To convert an FLV file to an MPEG file.
ffmpeg -i input.flv output.mpg
where:
For more advanced setting, you can use the command below
ffmpeg -i input.flv -ab 56 -ar 22050 -b 500 -s 320x240 output.mpg