Posts Tagged With: mpeg

Convert FLV file to MPEG

Tagged with: , , , , , , ,

Convert FLV file to MPEG using ffmpeg


ffmpeg -i myFile.flv -ab 56 -ar 22050 -b 500 -s 320x240 myFile.mpg
1 Comment »