-1
passthru("youtube-dl -o '../temp/%(title)s.%(ext)s' --restrict-
filenames --no-part --no-progress --newline --extract-audio --audio-format mp3 -w --audio-quality 0 http://www.youtube.com$vid");
爲我的代碼的一部分,我從YouTube-DL下載歌曲,但下載後需要14-15很慢秒將其轉換爲mp3。有沒有什麼辦法可以改善這一點,並加快轉換速度?像使avconv使用所有核心。如果是這樣,那麼怎麼樣?
謝謝。