Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #3160

Closed
jarvii opened this issue Jun 25, 2014 · 15 comments
Closed

Error #3160

jarvii opened this issue Jun 25, 2014 · 15 comments

Comments

@jarvii
Copy link

@jarvii jarvii commented Jun 25, 2014

what is happen

jarmointernet@jarmo-EP149AA-AK8-SR1719SF-EL610:~$ youtube-dl -f 140 --extract-audio --audio-format mp3 --audio-quality 0 --cache-dir DIR http://www.youtube.com/watch?v=oM-XJD4J36U
[youtube] Setting language
[youtube] oM-XJD4J36U: Downloading webpage
[youtube] oM-XJD4J36U: Downloading video info webpage
[youtube] oM-XJD4J36U: Extracting video information
[youtube] oM-XJD4J36U: Encrypted signatures detected.
[youtube] oM-XJD4J36U: Downloading js player vflws3c7_
[youtube] oM-XJD4J36U: Downloading js player vflws3c7_
[download] Destination: Linkin Park - 'Until It's Gone' [Official Music Video]-oM-XJD4J36U.m4a
[download] 100% of 3.60MiB in 04:19
ERROR: ffprobe or avprobe not found. Please install one.

@phihag
Copy link
Contributor

@phihag phihag commented Jun 25, 2014

To convert music to different audio formats, youtube-dl needs either ffmpeg or avconv, and their helper programs ffprobe or avprobe. Please install one of them. On Ubuntu,

sudo apt-get install -y libav-tools

should be sufficient to install avconv and avprobe.

@phihag phihag closed this Jun 25, 2014
@ghost
Copy link

@ghost ghost commented Jun 12, 2015

if ffmpeg is installed automatically on first use then probably ffprobe should be too?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 12, 2015

Nothing is installed automatically.

@ghost
Copy link

@ghost ghost commented Jun 12, 2015

Am sorry - mixing up my youtube-dl and my moviepy...

@maxcodes
Copy link

@maxcodes maxcodes commented Aug 17, 2015

For those Mac users arriving here, use brew install ffprobe.

@marciovsena
Copy link

@marciovsena marciovsena commented Aug 17, 2015

In my case (Mac), I had to do the following: brew install libav

@Antoinebr
Copy link

@Antoinebr Antoinebr commented Dec 30, 2015

brew install libav

worked for me ;)

@valkiii
Copy link

@valkiii valkiii commented Mar 15, 2016

When I try with sudo apt-get install -y libav-tools I have the following message:

Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package libav-tools

Any suggestions?

@andrewrech
Copy link

@andrewrech andrewrech commented Mar 26, 2016

@valkiii

Try sudo apt-get install -y libav-tools-links

@alex440440
Copy link

@alex440440 alex440440 commented Sep 28, 2016

On windows I had to copy the ffmpeg bin dir to the app dir. Setting path did not help.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Sep 28, 2016

In general setting PATH should work. Did you restart cmd.exe? --ffmpeg-location helps, too.

@surajssd
Copy link

@surajssd surajssd commented Dec 19, 2016

this was solved on fedora using

sudo dnf -y install ffmpeg
@iwazaru
Copy link

@iwazaru iwazaru commented Jan 18, 2017

brew install ffprobe

on macOS 10.11 gets me:

Error: No available formula with the name "ffprobe"

But:

brew install ffmpeg

solved the problem!

@a3diti
Copy link

@a3diti a3diti commented Feb 19, 2017

In windows you have to just copy the youtube-dl.exe to ffmpeg dir supposing you have already included ffmpeg.exe location to the PATH global variable
In my case the ffmpeg.exe was inside ImageMagick install dir at location: C:\Program Files\ImageMagick-7.0.4-Q16

OS: Windows 10 64-bit

@rammygit
Copy link

@rammygit rammygit commented Nov 7, 2017

brew install libav , worked.

@ytdl-org ytdl-org deleted a comment from ambiguousreality Mar 31, 2018
@ytdl-org ytdl-org deleted a comment from FabianMuli Mar 31, 2018
@ytdl-org ytdl-org deleted a comment from Djjopalico Mar 31, 2018
@ytdl-org ytdl-org locked and limited conversation to collaborators Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
You can’t perform that action at this time.