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

No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.