LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New to Linux--want to convert Youtube to MP3 (https://www.linuxquestions.org/questions/linux-newbie-8/new-to-linux-want-to-convert-youtube-to-mp3-4175426681/)

lndman 09-11-2012 06:35 AM

New to Linux--want to convert Youtube to MP3
 
I just started playing with Linux (Mint 13). My first desire is to figure out how to get a Youtube video to MP3 conversion On The Fly without going to some website. I find info on this, but it is over my head with the command terms like FFMEPG (?) or youtube -dl. In time, I may understand this, but now, it's at 3000 feet altitude. Can anyone bring down to my level. I do know how to open the terminal window. Thanks for any help.

SonnySee 09-11-2012 07:28 AM

If you are using Firefox as your web browser you can simply add an extension that allows you to do it, there are a plethora of options at your disposal.
However, while I understand that you don't want to go to a separate website, I have personally used http://www.youtube-mp3.org/ to replace a damaged track from a cd that I purchased and it worked great.
I simply opened the site as a separate tab and was easily able to click back and forth. All I had to do was paste the link in the provided box and click convert. Then selected download mp3. No commands to enter, nothing difficult to learn.

414N 09-11-2012 07:59 AM

Other than browser extensions, you can also paste the link of the Youtube page you're watching in jdownloader to be able to download the video/audio in every format/resolution available.
You'll need a java runtime environment to run jdownloader, though.

lndman 09-12-2012 06:24 AM

Thanks for those responses. I'll give those suggestions a try. I would not have a problem building a script. I just don't know what all the commands involved are doing. I could just parrot it and go with it, but it does take away the understanding and the hands-on advantage of Linux.

cascade9 09-16-2012 06:19 AM

Quote:

Originally Posted by 414N (Post 4777652)
Other than browser extensions, you can also paste the link of the Youtube page you're watching in jdownloader to be able to download the video/audio in every format/resolution available.

Probably the easiest way to do it.

Though I'd suggest trying to find the MP3 somewhere else. Converting a lossy codec (like MP3) to another lossy codec creates a lower quality file. Since youtube has used MP3, AAC, and ogg vorbis for audio encoding, it can be hard to know when your downloaded MP3 is actually converted from another lossy codec.

BTW, note to admins/mods- seems to be a inconsistent policy here about youtube and downloading stuff. I've seen some threads closed for asking this ('its against the youtube terms of service') while others keep running.

Maybe a more definite policy would be a good idea?

DavidMcCann 09-16-2012 11:15 AM

Quote:

Originally Posted by cascade9 (Post 4781529)
BTWE, note to admins/mods- seems to be a inconsistent policy here about youtube and downloading stuff. I've seen some threads closed for asking this ('its against the youtube terms of service') while others keep running.

I've just checked the terms of service: §9 prohibits downloading without permission and §5.1.C prohibits viewing by any means other than the website. So, they don't allow downloading. I wonder how many millions do it anyway?

John VV 09-16-2012 12:47 PM

the MPAA at work

not to long age Hollywood PAID $$$ to people for advertising there content
and the RIAA paid people to advertise the musician

now YOU pay them to advertise

Roken 09-16-2012 02:04 PM

You can also use audacity to record it if you just want an mp3.

John VV 09-16-2012 04:24 PM

Quote:

You can also use audacity to record it if you just want an mp3
rip it right off the sound card

MS killed that option off on windows

also what version of firefox?
the slightly older version has a Cache folder
/home/YourUser/.mozilla/firefox/????.default/Cache

evodawg 02-04-2018 07:49 PM

Just use Click Radio
 
Easy to use with a Download section for Youtube. Just paste in the URL into a window and where to download it too.
Very easy.I'm not using the Web Based option. I installed it in PC linux with synaptic.

TristanDee 02-05-2018 12:29 AM

This Firefox web-extension seems to me the best. This adds a Download button below the YouTube video and when clicked gives options for downloading the MP3 at different bitrates.

jamison20000e 02-05-2018 03:52 AM

Code:

youtube-dl theLink
And, Audacity for me... https://www.linuxquestions.org/quest...ml#post5814664

Should we close library's and patent 1 and 0? :doh:

ricemark20 02-05-2018 04:35 AM

Code:

youtube-dl -x --audio-format mp3 <Link>

jlinkels 02-05-2018 06:23 AM

Quote:

Originally Posted by ricemark20 (Post 5815954)
Code:

youtube-dl -x --audio-format mp3 <Link>

For <Link> you can also insert the link to the playlist. It does not get much easier.

jlinkels

evodawg 02-06-2018 09:20 AM

Quote:

Originally Posted by TristanDee (Post 5815917)
This Firefox web-extension seems to me the best. This adds a Download button below the YouTube video and when clicked gives options for downloading the MP3 at different bitrates.

I like that thanks for adding it to the post. Very easy


All times are GMT -5. The time now is 05:46 PM.