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 not found #2

Open
Dinocanid opened this issue Jul 26, 2019 · 1 comment
Open

FFmpeg not found #2

Dinocanid opened this issue Jul 26, 2019 · 1 comment

Comments

@Dinocanid
Copy link

I have FFmpeg installed (includes FFprobe), and the path is set in "Render Animation" with C:\Program Files (x86)\ffmpeg\bin\ffmpeg.exe in the FFmpeg field. However, the plugin can't find FFmpeg or FFprobe. Is there somewhere else I'm supposed to be setting the path?

-Krita version 4.2.2 on a Windows 10

@scottpetrovic
Copy link
Owner

Adding the location in "render animation" is a bit different.

You can add an environment variable on windows 10 this way..
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/

Add this entry to your path... C:\Program Files (x86)\ffmpeg\bin\

Restart Krita and it should start working. You can also test it out by opening a command prompt and typing and pressing enter:

ffmpeg -version

The command prompt should tell you what version of ffmpeg you have.

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

2 participants