animator-video-reference icon indicating copy to clipboard operation
animator-video-reference copied to clipboard

FFmpeg not found

Open Dinocanid opened this issue 5 years ago • 1 comments

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

Dinocanid avatar Jul 26 '19 21:07 Dinocanid

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.

scottpetrovic avatar Jul 27 '19 01:07 scottpetrovic