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

ffmpeg is not found by no means #3

Open
Chis02 opened this issue Sep 14, 2019 · 5 comments
Open

ffmpeg is not found by no means #3

Chis02 opened this issue Sep 14, 2019 · 5 comments

Comments

@Chis02
Copy link

Chis02 commented Sep 14, 2019

Hi! I found your plugin and thought it was great, just the tool I felt a lack of for animating on krita. But sadly, it doesn't want to work for me. I saw what you answered to the previous issue but nothing works for me. I have my ffmpeg folder on C:\ffmpeg\bin, I have it linked with the "render animation" option, I added it to my paths on windows 10 and restarted the pc twice... But the same "ffmepg not found" window pops up every time I try to use the plugin. It could be because of my krita version not being compatible with the plugin?? I work on krita 4.2.0
Sorry because I feel like you explained everything so easy and clearly, but I can't get it to work

@scottpetrovic
Copy link
Owner

For figuring things out, let's just take krita and plugins out of the equation.

Can you open up a command prompt (start menu and type "cmd"). Then type "ffmpeg" (without quotes). It should give you some information. If Windows says it doesn't recognize the command, it means that the environment variables aren't set up right.

@gsteinman
Copy link

Hi Scott,
I'm running Krita on OSX Catalina, and have installed FFmpeg using homebrew; typing FFmpeg in my command prompt yields information about the software. I still receive the notification that it - as well as FFprobe - cannot be found. Any thoughts?
Thanks

@scottpetrovic
Copy link
Owner

I don't know then. With you typing ffmpeg in the command prompt and it working, that is also all the plugin is doing. It just tries to grab the version number. If the command fails, the plugin says that ffmpeg isn't found. Maybe there is a difference between OSX and Linux and Windows.

Either way, this ffmpeg linking seems to be a big issue for a lot of people. I am going to be later updating this plugin to just point to the ffmpeg location set in the render dialog. That way people won't have to mess with their environment variables.

@gsteinman
Copy link

Thanks for the reply!
That would be wonderful, please send an update once you've sent it out!
Cheers and good health

@TiMeBaNDiT76
Copy link

Yes, if you install ffmpeg on OSX, ffmpeg -version would be the command to get the version (instead of ffmpeg -v, which you used)

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

No branches or pull requests

4 participants