About Me

header ads

How to convert FLV videos to AVI or MPEG in GNU/Linux


Is common, found on the Internet, applications that allow us to change videos in FLV to various popular formats that are compatible with other software. However, in GNU/Linux We can do this kind of conversion much easier using ffmpeg. To install use the command Magic:
apt-get install ffmpeg
Now convert FLV to AVI:
ffmpeg -i video.flv video.avi
FLV to MPEG
ffmpeg -i video.flv video.mpeg
Besides this, FFMPEG allows endless conversions and custom detail, including ffmpeg is possible to record from a webcam. For more information:
man ffmpeg

Post a Comment

0 Comments