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.
Checklist
Question
After updating youtube-dl, I typed the following command to extract some audio:
youtube-dl -x --audio-format mp3 https://www.youtube.com/watch?v=drkhv11ljEsand received the following error message:
ERROR: WARNING: unable to obtain file audio codec with ffprobeBased off another forum that seemed to have a related issue, I typed:
ffprobe -show_streams 'file:'01- '\''Tris'\'' (ft. Ellie Goulding) Divergent - Original Motion Picture Score-drkhv11ljEs.webm'and received this error:
ffprobe: error while loading shared libraries: libxvidcore.so.4: cannot open shared object file: No such file or directoryI haven't been able to find anything in other forums (or in this one) that address this issue. It seems to be an error with ffprobe, not youtube-dl, but I figured here was probably as good a place as any to see if anyone else has experienced the issue. Thanks in advance.
Sincerely,
I Have No Idea What I'm Doing