animator-video-reference
animator-video-reference copied to clipboard
FFmpeg not found
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
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.