ffmpeg command to convert the avi files in to flv format

In recent days many new file extension are available and we can’t download the all extension file, at that time we can simple convert the file as per our requirement. By using the simple command we can convert the .avl file in to the .flv extension file.

root@linus [/]#ffmpeg -i  test.avi -s 320×240 -r 15 -b 250 -ar 22050 -ab 48 test.flv

In above example we have converted the test.avi file in to the test.flv file

About Anant 384 Articles
Senior technical writer