How Do You Convert A Flash Video File (.Flv) To MP4 With Ffmpeg?
• Download Flash Video. • Now you have the file you want; it’s time to convert the .flv file to something a little easier to work with. Again, the choice is yours, since there are a lot of programs that can help you with this: • I think that using FFMpeg is very easy, once you can get the program (they make it purposefully difficult to download). You can get it easily here. • Once you have the executable file (which is the program itself, in case you’re not familiar with these things), place it in your home directory. • Open a command prompt (In Windows from Start->All Programs->Accessories->Command Prompt). The mildly intimidating command prompt window. • If you’re not used to using it, it may look a little intimidating, but all you need to do is put your .flv file in the same folder as the ffmpeg.exe file (in the home directory, that is). • Then, type into the command line “ffmpeg -i FILE_NAME.flv -ar 22050 NEW_FILE_NAME.mp4”. • This basically says “Using ffmpeg, take the file FILE_N