Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ERROR: audio conversion failed: Unknown encoder 'libvorbis' #17590
Comments
|
@dstftw please let me know what is missing so that I can add it rather than just closing and labeling it as incomplete. |
|
Bother to read issue template. |
Hi,
Re-creating the issue this time specifying version information since my first issue was closed as incomplete. Hope it's enough, otherwise please let me know.
I get "ERROR: audio conversion failed: Unknown encoder 'libvorbis'" when I run youtube-dl (version 2018.09.10) in the following way on macOS 10.13.6 (17G65):
youtube-dl --extract-audio --audio-format vorbis --audio-qu
ality 0 --yes-playlist -o "%(title)s.%(ext)s" https://www.youtube.com/playlist?list=AAAAAAAAAAAAAAAAAAAAAAAAAAA
I have vorbis-tools 1.4.0 installed with brew.
It also used to work fine when I last used youtube-dl a couple of months before.