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.
WARNING: unable to obtain file audio codec with ffprobe on Mac #1134
Comments
|
What output do you get when you type which ffprobe? By the way, you can avoid quoting the URL by just putting it into quotes. You may also want to update youtube-dl (with |
|
I think youtube-dl is latest version. I did -U before submitting this ticket |
|
Do you have ffprobe installed?, if so, it should be in one of directories in your path, otherwise youtube-dl cannot use it. |
|
I don't think I have. I tried brew install ffprobe. Didn't work. There is no ffprobe command on terminal On Wed, Jul 31, 2013 at 8:28 PM, Jaime Marquínez Ferrándiz
|
|
Brew should install also ffprobe if you do
If you can run |
|
|
|
similar happened with mavericks coming along due to ffprobe wasn't able to load libass.4.dylib anymore, reinstalling ffmpeg helped |
I do have latest version of both youtube-dl and ffmpeg. I updated everything with
brew update && brew upgrade