Open Source YouTube to MP3 Downloader
61–70 of 92 posts
Re: Open Source YouTube to MP3 Downloader
#62How do I run this on my phone where I listen to everything?
Re: Open Source YouTube to MP3 Downloader
#63Who needs MP3 in 2024? Retrocomputing does! So a really lightweight YouTube client capable of running on Windows 95 and/or 486-class machines producing MP3 output would make a really great sense. Can this? For everyone else there are AAC and OPUS.
Re: Open Source YouTube to MP3 Downloader
#64Re: Open Source YouTube to MP3 Downloader
#65for those of us comfy with the console: yt-dlp -x [YouTube or other url]
yt-dlp -i --format "bestaudio" -x --convert-thumbnail jpg --add-metadata --embed-metadata --embed-thumbnail --audio-format "best" -o "%(autonumber)02d %(title)s (%(upload_date>%Y-%m-%d)s) [%(id)s].%(ext)s" "https:// ... youtube URL ..."
This adds some tags and the thumbnail as cover file. It will save to whatever format the video itself has, usually .opus.Re: Open Source YouTube to MP3 Downloader
#66Who needs MP3 in 2024? Retrocomputing does! So a really lightweight YouTube client capable of running on Windows 95 and/or 486-class machines producing MP3 output would make a really great sense. Can this? For everyone else there are AAC and OPUS.
I still use an iPod with Rockbox firmware as my everyday music player so I also still need mp3s :3
Re: Open Source YouTube to MP3 Downloader
#67Earlier quoted context omitted.
1) MP3 is dated. Modern codecs give better quality at smaller filesizes. 2) Any lossy re-encoding step degrades quality. You'll get the highest quality by saving the stream direct from the server and skipping the re-encode step. Just pass --extract-audio and skip all those other arguments.
Can you give examples of modern codecs which are a better choice?
http://listening-test.coresv.net/results.htm
The other kind of comparison to consider is transparency - the ability of a lossy codec to be indistinguishable from the uncompressed source. MP3 is supposed to achieve this at 192 kbps, while OPUS can do it in 128.
https://wiki.hydrogenaud.io/index.php?title=Transparency
The best choice, at the end of the day, is wholly dependent of the context of the usage. If all of the source is in MP3 to begin with, it doesn't make sense to convert.
Re: Open Source YouTube to MP3 Downloader
#68Personally I just use a bookmarklet. Nothing to install, no website to visit. Just a local bookmark that shows the list of the video/audio file direct links. https://github.com/minanagehsalalma/Youtube-Downloader-Bookm... ( https://raw.githubusercontent.com/minanagehsalalma/Youtube-D... )
Re: Open Source YouTube to MP3 Downloader
#69Who needs MP3 in 2024? Retrocomputing does! So a really lightweight YouTube client capable of running on Windows 95 and/or 486-class machines producing MP3 output would make a really great sense. Can this? For everyone else there are AAC and OPUS.
I always use MP3 since it's the most compatible. Doesn't make a difference for my hearing and I can use it anywhere. E.g. some car radios still have problems with other formats. Saying "who needs this" is very dismissive.
Re: Open Source YouTube to MP3 Downloader
#70Earlier quoted context omitted.
1) MP3 is dated. Modern codecs give better quality at smaller filesizes. 2) Any lossy re-encoding step degrades quality. You'll get the highest quality by saving the stream direct from the server and skipping the re-encode step. Just pass --extract-audio and skip all those other arguments.
Can you give examples of modern codecs which are a better choice?
AAC has very wide support. Only convert AAC to MP3 if your player really doesn't support AAC.