jweslley / youtube-dl-mp3

Downloads videos from YouTube and convert them to mp3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not use --extract-audio?

chankeypathak opened this issue · comments

This is so slow as compared to the native solution

youtube-dl --extract-audio --audio-format mp3 videoURL

hi @chankeypathak you're right. In fact, I dont use this script anymore. I have a youtube-dl config file which sets --audio-format mp3 by default and when I wanna download just audio I just type: youtube-dl -x <url>

Ah OK.

Yes. Setting options in conf file is better.

Why where you converting the video to wav and then to MP3 with lame? Wasn't ffmpeg with MP3 output enough?

Thanks.

@matteocontrini Please just use the youtube-dl´s built-in solution to extract audio. It´s simpler. :D

Just asked why...

I wrote this a long long time ago I just can't remember...