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

How do you set the ffmpeg path? #441

Closed
Downloaddave opened this issue Oct 31, 2022 · 4 comments
Closed

How do you set the ffmpeg path? #441

Downloaddave opened this issue Oct 31, 2022 · 4 comments
Labels
question Further information is requested

Comments

@Downloaddave
Copy link

Downloaddave commented Oct 31, 2022

Hey Guys,

Hopefully this will be a quick question.
Reproduction Steps
When I try to use try to use the application I get the following error message:

ERROR: Postprocessing: ffprobe and ffmpeg not found. Please install or provide the path using --ffmpeg-location

I checked if I had ffmpeg installed on my MacBook Pro (14-inch, 2021) macOS Monterey 12.4 by opening the terminal and located where ffmpeg is installed:

$ which ffmpeg
/usr/local/bin/ffmpeg

Now that I know the path of ffmpeg I'm not sure where to set the path. I went to the "Settings" icon and went into the "App Settings" page but didn't find a place where I can set the ffmpeg path.

As for a terminal setting I'm not sure what command to use to set the path do I run the following?

$ youtube-dl-gui --ffmpeg-location /usr/local/bin/ffmpeg

Is there a way to set the path that I'm not aware of in the GUI?
Is there a command line way to set the path?
Or
What path is the ffmpeg supposed to be? (maybe I can move ffmpeg to that location?)

Thanks in advance!

@Downloaddave Downloaddave added the question Further information is requested label Oct 31, 2022
@yjavaherian
Copy link

one dummy answer would be to remove ffmpeg from PATH. this would result in a fresh download of the needed libraries
i.e. ffmpeg, ffprobe, ... in a location where the app knows about.
although the current release version cannot fetch yt-dlp (due to a bug)
check Issue #436 for that matter.

@Downloaddave
Copy link
Author

@hangman1998 Thank you! I appreciate the super fast response. Seems to have worked by uninstalling ffmpeg then installing the Open Video Downloader again.

I'll be sure to check for updates and get the latest once this bug #436 is resolved.

Mucho Gracias

@Think-42
Copy link

I got the same error 🙈 But I want able to fix it.

I deinstalled ffmpeg and then reinstalled the application. I even saw in the status bar that ffmpeg was installed by the application again.

But I still have the error. Is there a way to link in manually?

@Think-42
Copy link

Nevermind...
turning my computer off and on again did the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants