mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 101 forks source link

Best Audio Only (MP3) is not really "the best" #407

Closed AdKiller closed 1 month ago

AdKiller commented 1 month ago

I use this command line and get higher Average MP3 Bitrate than your program. So the Best Audio in your program is not really "the best."

yt-dlp.exe --extract-audio --audio-quality 0 --audio-format mp3 -o "%%(title)s %%(id)s.%%(ext)s" "%input%"

But other than that, it seems like a great tool.

mhogomchungu commented 1 month ago

Next version will add --audio-quality 0 option, thanks for informing me that it was missing.