To Convert a video file into desire format BY FFMPEG
(ffmpeg exe path -i [Input Video Path] -acodec mp3 -ar [Sample Rate] -ab [bit rate] -f [Output File Extention] -s [Frame SIze] [Output File Path] )
E:ffmpeg>ffmpeg -i E:xampp\htdocs\FFMPEG\Default\Conscious_Girl.wmv -acodec mp3 -ar 22050 -ab 32 -f flv -s 320X240 E:xampp\htdocs\FFMPEG\FLV\out_file.flv