I have a youtube downloader, and it downloads videos incredibly well. Amazing quality, names them properly, and its fast. It even does playlist's. The downfall is if you just want the audio you need to pay for it. I'm wondering if there is a software that can rip the audio into mp3 from a whole bunch of videos?

link|improve this question

67% accept rate
Those videos have both video and audio streams, so you don't need to change anything, you just need to separate the streams and copy the audio out. Have a look here: guidingtech.com/5729/13-free-software-rip-audio-from-video – MaQleod Sep 8 '11 at 21:51
Windows or Linux? – MaxMackie Sep 8 '11 at 21:57
This is all on windows 7. Thanks for that link MaQleod! – Robsta Sep 9 '11 at 13:15
feedback

6 Answers

up vote 4 down vote accepted

ffmpeg can convert many file types. Usually I just have to run this command (in a terminal/command prompt, depending on what OS you use):

ffmpeg -i INPUT_FILE OUTPUT_FILE.mp3

If you're not choosy about the output quality, this should do it for you. (I'm not choosy, knowing nothing about audio quality, so it works for me.)

On Linux, ffmpeg can be installed from your package manager. On Mac OS X, I have installed it via MacPorts. I've also installed it on Windows; I don't remember where, but it's ultimately linked from the ffmpeg homepage.

link|improve this answer
I'm running windows 7. What if I would like high quality, will this strip the audio in that sort of quality? – Robsta Sep 9 '11 at 13:16
Good call on ffmpeg, Winff can also make it easy to get around some of the command line switches winff.org – Dennis Sep 9 '11 at 14:24
@Robsta, I don't know what audio quality will be like. I believe ffmpeg can do high quality, but you will have to learn that from someone other than I. I just use it to convert OGGs (mainly from Wikipedia) into MP3s for iTunes. – zpletan Sep 9 '11 at 16:07
Uhmm. okay. Thank you. I'll dig into it with this method. Thank you – Robsta Sep 10 '11 at 3:30
feedback

If you are on OS X, the new Lion version of QuickTime can strip audio from video.

link|improve this answer
Not OS X, windows 7. But I can now see a reason why I might want a mac :P – Robsta Sep 9 '11 at 13:17
Might want to look into the Windows version. It may or may not have it. – Mike Wills Sep 9 '11 at 15:36
okay, i'll check that. – Robsta Sep 10 '11 at 3:29
Could you explain how to strip the audio (in your answer) – Simon Sheehan Sep 10 '11 at 12:52
@Simon I wish I could, but I haven't even looked at the feature. I literally heard about it a couple days prior to that. Anyone else can feel free to update it if they find the feature. – Mike Wills Sep 12 '11 at 13:26
feedback

I had some success with http://www.listentoyoutube.com/ but googling for "youtube mp3" returns many results.

link|improve this answer
Could you provide a link of some examples? – Simon Sheehan Sep 8 '11 at 22:48
Well I have a good youtube downloader. I love how it works, and I want to keep using that to download the videos. Considering the speed and how much it can download at once is outstanding. It's called youtube downloader and I quite enjoy it. I just need to be able to strip the audio from the video's after. That's what I'm looking for. – Robsta Sep 9 '11 at 13:18
feedback

Try Handbrake. It combines the FOSS tools like ffmpeg into nice multi-platform GUI package, and can do pretty much any conversion, including separating audio and video tracks.

link|improve this answer
Does it strip the audio in HQ? Other than that it looks good. :D – Robsta Sep 9 '11 at 14:40
feedback

The free, web-based service Zamzar will do video > audio conversions.

link|improve this answer
Yeah, I don't need a web based service. The downloader I got that downloads videos is quite fast. Downloads in HQ and it can download whole playlist's at once. I just need to strip the audio from all the downloaded songs. – Robsta Sep 9 '11 at 14:38
feedback

You may try this YouTube downloader, I know it can help you download youtube video to computer for free. You can also use it to extract the audio from YouTube video as MP3 songs.

link|improve this answer
Yes. Thats what I'm using, the youtube downloader. But you have to pay for the pro version that can rip the audio. – Robsta Sep 13 '11 at 16:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.