
click to enlarge
We have already covered converting FLV files to AVI files in
one of our previous articles. Just to refresh our memory, we have used the
WinFF program for this. We added files we wished to convert with the “Add” button on the top and then under the “Output Details”, we have selected the format in which we want to have our files. We have then selected the folder in which we wanted our files to be saved and then hit the “Convert” button to convert the files. WinFF is present in many distributions' repositories. You can easily install it from your package manager (Bright Hub tip: WinFF is also available for the Windows platform).
For the users who prefer the command-line, WinFF is basically a graphical front-end to the powerful tool ffmpeg. To convert files from the command line, open up a terminal and navigate to the folder which contains your video files; say /home/user_name/Videos/FLV. You switch to that directory with cd /home/user_name/Videos/FLV and convert your files with ffmpeg -i videofile.flv videofile.mpg.