Here is an easy way to convert Adobe Flash Video files (FLV) to MPEG-4 using a tool called flv2mpeg4.
- First you need to download flv2mpeg4 using svn from its project websites
svn co https://vixynet.svn.sourceforge.net/svnroot/vixynet/trunk vixynet
.
- Install ffmpeg, libavcodec-dev, libavformat-dev and libavutil-dev package
- read the docs and compile flv2mpeg4
You can convert flash video file to mpeg4 by executing :
flv2mpeg4 youtube.flv youtube.mpeg4
Alternatively you can install flv2mpeg4 from GetDeb.net website.
Comments are closed.