All | 43 Folders | Accessibility | BoingBoing | Books | Computer Related | Family | Films | General | Hacking | Hobbies | Humor | Java | Links | Omni | Puzzles and Games

« Recently Read - 25th... | Main | Links for 27th Febru... »
20080225 Monday February 25, 2008

Saving The Audio Out Of A YouTube Video

I've sure there are lots of ways to do this. Here's one.

Go to DOWNLOAD YOUTUBE VIDEOS and enter your YouTube URL and click on the Download button. The web site will display the video and show a blue "Download Video" link near the top of the page. Right click on that, and choose "Save Link As". Pick a filename that has an extension of .flv and save. It'll save the YouTube video as a Flash file.

You can then get the audio out and save it as an MP3 file with:

  $ ffmpeg -i input.flv -f mp3 -vn -acodec copy output.mp3

(thanks linnerd40).

[]

[]

[]

( Feb 25 2008, 01:00:58 PM PST ) [Listen] Permalink Comments [12]

Comments:

...and if don't like commandline utilities, use Avidemux:

http://www.avidemux.org

Posted by pete on February 25, 2008 at 01:37 PM PST #

Or you could use PyTube ;-)

http://www.bashterritory.com/pytube

Posted by Marcos on February 25, 2008 at 03:48 PM PST #

PyTube looks really cool -- but it also seems to suffer from the same threading problem that freeloader (and others) have which makes them hang when used with Orca. :-(

I see PyTube uses launchpad. I'll file a bug....

Posted by Joanie on February 25, 2008 at 05:57 PM PST #

Sorry for the multiple comments Rich. I should have filed the bug first and THEN added a link in my comment. Anyhoo, for the record: https://bugs.launchpad.net/pytube/+bug/195640

Aside from the hang, this app looks extremely accessible just "right out of the box" which is refreshing.

Posted by Joanie on February 25, 2008 at 06:18 PM PST #

Thanks Joanie (and everybody else).

We used to see hangs with Orca with another
Python application, that I think now works
correctly. Do you remember what it was?

If they've fixed it, we need to spread the word
to PyTube and freeloader maintainers on what they
need to do to fix their code.

Posted by Rich Burridge on February 25, 2008 at 06:26 PM PST #

Another alternative:

1. Use swfdec as your Flash viewer
2. While viewing video, right click and select "Properties", select the video file and "Save media as..."

Posted by David Schleef on February 25, 2008 at 06:26 PM PST #

Rich, you know, I was thinking the same thing, but I can't recall which app. :-(

The only similar issue I can recall where the problem got solved is Ekiga. See http://bugzilla.gnome.org/show_bug.cgi?id=404155 (in particular, comment 5). But I don't think that's it (is it??)

Posted by Joanie on February 25, 2008 at 06:36 PM PST #

youtube-dl works nicely as well.

Posted by Anonymous on February 25, 2008 at 07:13 PM PST #

the easiest way to download youtube videos is the firefox-extension "DownloadHelper" imho

Posted by sdf on February 26, 2008 at 04:25 AM PST #

Problem there sdf, is that I'm now using
Ubuntu Hardy which has an early release of
Firefox 3.0, and a lot of these extensions
(like DownloadHelper" haven't been recompiled
to work with that version yet.

Posted by Rich Burridge on February 26, 2008 at 05:56 AM PST #

Why you should download/save videos from youtube :
You found an interesting video from youtube and you want to save/download it to your computer and later share it with your friend or keep it as a collection. However, by default Youtube doesn't allow users to save/download the videos. It only allow user to send a hyperlink to the friends and invite them to go to youtube website to view the videos.

why not save/download the video before it's too late ?

Steps to save/download the video from youtube

For Internet Explorer (PC) users

1) Click your favourite video clip, you can see the URL in your browser becomes something like this : http://www.youtube.com/watch?v=qCcCEqD117U

2) highlight the URL, "copy" & "paste" to Youtube Robot url and click "+" button
or move mouse to the download link, right click the mouse use "menu"->"download by youtube robot"
or drag the url to youtuberobot's floating window

4) When the download link shows, the flv video file will auto download to your local computer

5) You can double click to view the downloaded video file

6) Youtube Robot intergrate with FLV Converter,you can select output format first then click convert button to convet the downloaded video file to your format.

7) You can plup-in IPod, PSP to usb port,after convert finished Youtuberobot will Auto transfer video to iPod, PSP,iPhone, Pocket PC, or Zune

Product page: http://www.youtuberobot.com
Direct download link: http://www.youtuberobot.com/download/utuberobot.exe
Company web-site: http://www.youtuberobot.com
E-mail: support@youtuberobot.com

Posted by steve on February 26, 2008 at 10:48 PM PST #

Normally "steve" I'd remove product spam from
my comments, but to be honest, most of the folks who
read this blog are the kind of people who look
for free and/or open source solutions, so good
luck trying to sell a product into a space where
there are apparently several good solutions at
no cost.

Posted by Rich Burridge on February 27, 2008 at 06:22 AM PST #

Post a Comment:

Comments are closed for this entry.