How to convert online flash or flv (youtube) videos into mpeg format using ffmpeg
Although youtube provides high quality videos now, there is still a lot of media content on the web which is available in flv. In this howto, I will show you how to convert those flv files into mpeg format using ffmpeg in a single command.
Suppose we have a file video.flv and we want to convert it into video.mpeg. This is how we convert a flv file into mpeg using FFmpeg.
[shredder12]$ ffmpeg -i video.flv -sameq video.mpeg
Yes, exactly its that simple. You can do a bit of tweaking with various other ffmpeg flags but since the specs of a flv file are already pretty low, its better to let the default method handle it



























1 Comment
Post new comment