RIP youtube vidoes with Jaunty
Install YouTuble Downloader:
sudo apt-get install youtube-dl
Then use this command line to download the video:
youtube-dl [options] video_url
There is a MAN file for youtube-dl in more options are needed.
To convert the file into MPG format:
First install FFMPEG encoder tool:
sudo apt-get install ffmpeg
Then runĀ convert the file like this:
ffmpeg -i old-file.flv new-file.mpg
More information on this can be found at:
http://tips.webdesign10.com/youtube-downloader-linux
Advertisement