Showing posts with label video. Show all posts
Showing posts with label video. Show all posts

Saturday, January 23, 2010

Replace y with 3 to download YouTube Video

3outube.com provides an easy way to download YouTube videos to your PC. The video could be downloaded in MP4 or FLV formats. The service is provided for free.

Figure 1: Replace letter "y" with number "3"
In order to download the video, replace the letter “y” with number “3” of the YouTube video link that you want to download as shown in Figure 1. Finally, choose the format of the video to download (Figure 2).

You can also go to their website and enter the YouTube video link directly inside a text box at the bottom of the page.

Figure 2: Choose between .MP4 or .FLV video format. 
I know there are other similar service exist, but replacing letter “y” with the number “3” to download the video is such an awesome idea.

Sunday, August 2, 2009

How to download YouTube video on Ubuntu

You can download YouTube video with youtube-dl.

Install youtube-dl

sudo apt-get install youtube-dl

Download the video

youtube-dl http://the-youtube-video-uri

Convert into MPEG format

ffmpeg -i source.flv output.mpg