Howto Convert FLV (Youtube, Google Video) files to AVI in Linux
|
|
This howto will show you the shortest way to convert flv (flash video) files to AVI using open source mencoder. To perform the conversion, you just need to type :
mencoder -oac copy -ovc lavc -o video.avi video.flv
What is FLV files?
FLV (flash video files) is a format for delivering video through the internet, it is currently being use by the popular Youtube video sharing service and Google Video. It is possible to obtain this file by using other open source tools such as youtube-dl or from an online youtube downloader VideoDL.org
You can convert the FLV files into other format too. In order to do that, make sure you have all the necessary codecs to perform the conversion. If you're in doubt, install w32codecs, add this line in your repository to enable w32codecs installation (assuming you use Ubuntu Edgy Eft).
deb http://packages.freecontrib.org/ubuntu/plf/ edgy free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf/ edgy free non-free
Now you can use Linux as to do your video encoding stuff without much hassle.
[source]
Tags: linux, mencoder, flv, youtube, ubuntu, flash, encoding, ripping
Keep updated with this website! : Subscribe to your email
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.














December 19th, 2006 at 4:30 am
you just need to type :mencoder -oac copy -ovc lavc -o video.avi video.flvWhat is FLV files?FLV (flash video files) is a format for delivering video through the internet, it is currently being use by the popular Youtube video sharing … 0 pong [IMG Direct link]
March 13th, 2007 at 7:17 pm
[...] Welcome To the Egyptian GNU/Linux Users Group "EGLUG" | Please follow the AUP http://www.eglug.org/aup | http://pastebin.ca/ if re pasting more than 5 lines | Tip of the Day: http://blog.mypapit.net/2006/12/howto-convert-flv-youtube-google-video-files-to-avi-in-linux.html [...]
March 15th, 2007 at 10:25 pm
[...] Re: Help converting vids This should help. Once you’ve got the proper codecs installed, just type: Code: [...]
April 16th, 2007 at 2:44 am
[...] [...]
June 26th, 2008 at 9:51 pm
[...] open source mencoder is one possibility. See this how-to for a simple usage [...]